Annotation of parser3/ChangeLog, revision 1.137

1.137   ! moko        1: 2020-06-27  moko
        !             2: 
        !             3:        * tests/: 400.html, results/400.processed: test updated to check
        !             4:          ^return{code}
        !             5: 
        !             6:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
        !             7:          fixed
        !             8: 
        !             9: 2020-06-26  moko
        !            10: 
        !            11:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
        !            12:          added (related to https://www.parser.ru/forum/?id=85319)
        !            13: 
        !            14:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
        !            15:          when $result assignment was last statement in the method
        !            16:          (https://www.parser.ru/forum/?id=85319)
        !            17: 
1.136     moko       18: 2020-05-23  moko
                     19: 
                     20:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                     21:          whitespace, unused level removed
                     22: 
                     23: 2020-05-19  moko
                     24: 
                     25:        * src/types/pa_vmail.C: whitespace
                     26: 
                     27:        * src/types/pa_vmail.C: files should be processed last (related to
                     28:          feature #1176)
                     29: 
1.135     moko       30: 2020-05-12  moko
                     31: 
                     32:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                     33:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                     34: 
                     35:        * configure.ac: FreeBSD1X.X check added to avoid
                     36:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                     37: 
1.134     moko       38: 2020-02-26  moko
                     39: 
                     40:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                     41:          compilation issue (related to bug #1201)
                     42: 
                     43:        * src/main/pa_common.C: entry_readable -> entry_exists,
                     44:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                     45:          -f and -d now works under Windows in UTF-8 with Russian
                     46:          filenames.
                     47: 
                     48:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                     49:          advice (related to feature #1199)
                     50: 
                     51: 2020-02-25  moko
                     52: 
                     53:        * buildall: --silent removed
                     54: 
                     55:        * configure.ac: gmime-3.0 support
                     56: 
                     57:        * buildall: --with-system-mailreceive option added to build with
                     58:          system libgmime
                     59: 
                     60:        * src/types/pa_vmail.C: avoiding
                     61:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                     62:          to feature #1199)
                     63: 
1.133     moko       64: 2020-02-18  moko
                     65: 
                     66:        * src/classes/op.C: windows x64 debug mode compile fix
                     67: 
                     68:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                     69:          change (releated to feature #1200)
                     70: 
                     71:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                     72:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                     73:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                     74:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                     75:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                     76:          targets/apache/ApacheModuleParser3.vcproj,
                     77:          targets/apache/ApacheModuleParser3Core.vcproj,
                     78:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                     79:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                     80:          dependency (related to feature #1200)
                     81: 
1.132     moko       82: 2020-02-12  moko
                     83: 
                     84:        * src/types/pa_vmail.C: minimize diff
                     85: 
                     86:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                     87:          #1199)
                     88: 
1.131     moko       89: 2020-01-18  moko
                     90: 
                     91:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                     92: 
1.130     moko       93: 2019-12-28  moko
                     94: 
                     95:        * src/targets/cgi/parser3.C: avoid empty ?
                     96: 
                     97: 2019-12-27  moko
                     98: 
                     99:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                    100:          DOCUMENT_ROOT (related to feature #1164)
                    101: 
                    102:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                    103:          fcgiwrap setup (implements feature #1164)
                    104: 
                    105:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                    106:          but no issues found (related to feature #1164)
                    107: 
                    108:        * src/targets/cgi/parser3.C: actualized
                    109: 
                    110: 2019-12-26  moko
                    111: 
                    112:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                    113:          removed
                    114: 
                    115:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                    116:          removed
                    117: 
                    118:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                    119:          allocation errors, we don't want default gc warnings (without
                    120:          timestamp and URI).
                    121: 
                    122:        * src/: classes/memory.C, main/pa_globals.C,
                    123:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    124:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                    125:          pa_globals_init
                    126: 
                    127:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                    128:          initialization used (optimization)
                    129: 
                    130:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                    131:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                    132:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                    133:          (optimization)
                    134: 
1.129     moko      135: 2019-12-09  moko
                    136: 
                    137:        * src/include/pa_config_fixed.h: warning war
                    138: 
1.128     moko      139: 2019-12-08  moko
                    140: 
                    141:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                    142:          process grammar under Unix.
                    143: 
                    144: 2019-12-07  moko
                    145: 
                    146:        * tests/389.html: For Windows XP. :)
                    147: 
                    148:        * tests/388-sql.html: Windows compatibility added
                    149: 
                    150: 2019-12-06  moko
                    151: 
                    152:        * src/targets/cgi/parser3.C: warning war
                    153: 
                    154:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                    155:          == sizeof(CORD)) to avoid aligning bugs in future
                    156: 
                    157:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                    158:          XML_STATIC
                    159: 
                    160:        * src/include/pa_request.h: StackItem() not required
                    161: 
                    162:        * src/include/pa_stack.h: warning war
                    163: 
                    164:        * src/include/pa_config_includes.h: GCC warning silenced
                    165: 
                    166:        * src/include/pa_memory.h: warning war: the program should also
                    167:          define 'void operator delete [](void*, std::size_t)'
                    168:          [-Wsized-deallocation]
                    169: 
                    170:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                    171: 
                    172:        * src/classes/string.C: not reqired cast removed
                    173: 
                    174:        * src/classes/string.C: not reqired cast removed
                    175: 
                    176: 2019-12-05  moko
                    177: 
                    178:        * src/lib/sdbm/pa_file_io.C: warning war
                    179: 
                    180:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                    181:          enum Language : size_t - required for VS2015+ to make
                    182:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                    183:          without it (related to feature #1198)
                    184: 
                    185: 2019-12-04  moko
                    186: 
                    187:        * src/main/pa_base64.C: unsigned char -> uchar
                    188: 
                    189:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                    190:          as other libs
                    191: 
                    192:        * src/include/pa_version.h: +amd64
                    193: 
                    194: 2019-12-03  moko
                    195: 
                    196:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                    197:          release
                    198: 
                    199:        * src/include/pa_config_includes.h: warning war
                    200: 
                    201:        * src/classes/image.C: warning war
                    202: 
                    203:        * src/main/pa_globals.C: x64 libs support
                    204: 
                    205:        * src/include/pa_config_includes.h: warning war
                    206: 
                    207:        * src/types/pa_method.h: warning war
                    208: 
1.127     moko      209: 2019-11-28  moko
                    210: 
                    211:        * src/classes/math.C: vs2003 compatibility + warning war
                    212: 
                    213:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                    214:          libxml2-2.9.9 (related to feature #1136)
                    215: 
                    216:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                    217:          typecast for more compatibility (related to feature #1136)
                    218: 
                    219:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                    220:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                    221:          feature #1136)
                    222: 
                    223: 2019-11-26  moko
                    224: 
                    225:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                    226:          removed (it was failing in $$var case), condition added
                    227: 
1.126     moko      228: 2019-11-25  moko
                    229: 
                    230:        * tests/: 397.html, 399.html, results/141.processed,
                    231:          results/399.processed: base64 options tested
                    232: 
                    233:        * src/: classes/math.C, main/pa_http.C: base64 options used
                    234: 
                    235:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                    236:          implemented (feature #986)
                    237: 
                    238:        * src/main/pa_cache_managers.C: whitespace
                    239: 
                    240:        * tests/: 397.html, 399.html, results/399.processed: tests for
                    241:          ^base64 encode options added (related to feature #986)
                    242: 
                    243:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                    244:          pa_base64_encode(file) removed - more memory, but faster and less
                    245:          code (related fo feature #986)
                    246: 
                    247: 2019-11-24  moko
                    248: 
                    249:        * tests/: 155.html, results/155.processed: limit and offset in
                    250:          ^table::load[] now supported, thus test added
                    251: 
                    252:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                    253:          main/pa_common.C: optimization: offset and limit options parsing
                    254:          moved inside file_load.
                    255: 
                    256: 2019-11-23  moko
                    257: 
                    258:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                    259:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                    260:          optimization: file_read replaced with simplified file_read_binary
                    261: 
                    262:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                    263:          types/pa_vform.C: whitespace
                    264: 
                    265:        * src/: include/pa_common.h, main/pa_common.C: never used params
                    266:          removed
                    267: 
                    268: 2019-11-21  moko
                    269: 
                    270:        * tests/: 193.html, results/193.processed, results/389.processed:
                    271:          test results updated as now base64 does not discard tail without
                    272:          padding (related to feature #986)
                    273: 
                    274: 2019-11-20  moko
                    275: 
                    276:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                    277:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                    278:          pa_base64_decode (related to feature #986)
                    279: 
                    280:        * tests/398.html: tests for base64 decode added (related to feature
                    281:          #986)
                    282: 
                    283:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                    284:          support, padding inside base 64 supported (related to feature
                    285:          #096)
                    286: 
                    287: 2019-11-19  moko
                    288: 
                    289:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                    290:          FreeBSD 12
                    291: 
1.125     moko      292: 2019-11-16  moko
                    293: 
                    294:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                    295:          support added, step support removed (related to #986)
                    296: 
                    297: 2019-11-15  moko
                    298: 
                    299:        * src/classes/math.C: using log since log2 is not present on
                    300:          FreeBSD < 8.4 (related to feature #1177)
                    301: 
                    302:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                    303:          pa_base64_size extracted and used for files as well (related to
                    304:          feature 986)
                    305: 
                    306: 2019-11-14  moko
                    307: 
                    308:        * tests/: 397.html, results/397.processed: + content check
                    309: 
                    310:        * tests/: 141.html, results/141.processed: make test resuls more
                    311:          readable
                    312: 
                    313:        * tests/: 397.html, results/193.processed, results/397.processed:
                    314:          test results updated after \x00 character was disabled in
                    315:          math:convert string mode (related to feature #1177)
                    316: 
                    317:        * src/classes/: math.C, string.C: \\x00 character disabled while
                    318:          converting to string (as in base64, related to feature #1177)
                    319: 
                    320:        * src/classes/file.C: more correct arguments separation
                    321: 
                    322:        * src/: classes/file.C, classes/math.C, classes/string.C,
                    323:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    324:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                    325:          options added, but not yet implemented (related to feature #986)
                    326: 
                    327:        * src/classes/math.C: whitespace
                    328: 
                    329: 2019-11-13  moko
                    330: 
                    331:        * tests/: 397.html, results/397.processed: +tainting test (related
                    332:          to feature #1177)
                    333: 
                    334:        * src/classes/math.C: as we now produce not only digits, result
                    335:          should be tainted (related to feature #1177)
                    336: 
                    337:        * src/main/pa_base64.C: whitespace
                    338: 
                    339:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                    340:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    341:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                    342:          implementation moved from pa_common.h and pa_common.C
                    343: 
                    344: 2019-11-12  moko
                    345: 
                    346:        * tests/: 275.html, results/275.processed: out of range test fixed,
                    347:          as ^math:convert now supports arbitrary precision
                    348: 
                    349: 2019-11-11  moko
                    350: 
                    351:        * tests/results/389.processed: uctualized error message
                    352: 
                    353:        * tests/: 389.html, 397.html, results/397.processed: tests for
                    354:          ^math:convert added (related to feature #1177)
                    355: 
                    356:        * src/classes/math.C: ^math:convert now supports arbitrary
                    357:          precision, alphabet support added (implements feature #1177)
                    358: 
1.124     moko      359: 2019-11-06  moko
                    360: 
                    361:        * tests/: 181.html, results/181.processed: entities usage added,
                    362:          more entites load tests (related to bug #842 discussion)
                    363: 
                    364: 2019-11-05  moko
                    365: 
                    366:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                    367:          call from xmlFileOpen if http://localhost/<file> was not found
                    368:          (related to bug #842)
                    369: 
                    370:        * src/main/pa_xml_io.C: rename
                    371: 
                    372:        * src/main/pa_xml_io.C: +MemoryStream constructor
                    373: 
                    374:        * src/main/pa_xml_io.C: whitespace
                    375: 
1.123     moko      376: 2019-10-31  moko
                    377: 
                    378:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                    379:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                    380:          #1181)
                    381: 
1.122     moko      382: 2019-10-25  moko
                    383: 
                    384:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                    385:          queries tests
                    386: 
                    387: 2019-10-24  moko
                    388: 
                    389:        * tests/: 388-sql.html, results/388-sql.processed: support for
                    390:          pgsql driver test
                    391: 
                    392:        * tests/: 388-sql.html, results/388-sql.processed:
                    393:          multi_statements=1 now tested, mysql test now supported
                    394:          (connection must be specified in [parser3] section in .my.cnf)
                    395:          related to issues #1195 and #1194
                    396: 
1.121     moko      397: 2019-09-11  moko
                    398: 
                    399:        * src/classes/int.C: whitespace
                    400: 
                    401:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                    402:          exception test
                    403: 
                    404:        * tests/results/388-sql.processed: sql queries now shown (related
                    405:          to feature #1196)
                    406: 
                    407:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                    408:          with old parser versions.
                    409: 
                    410:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                    411:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                    412:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                    413:          instead of connect string in query_event_handlers exceptions
                    414:          (implements feature #1196)
                    415: 
1.120     moko      416: 2019-09-06  moko
                    417: 
                    418:        * tests/388-sql.html: mysql compat
                    419: 
                    420:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    421:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                    422:          sql_ variables declaration moved to pa_common.h
                    423: 
1.116     moko      424: 2019-01-15  moko
                    425: 
                    426:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                    427:          logically sorted
                    428: 
                    429: 2018-12-27  moko
                    430: 
                    431:        * src/include/pa_config_includes.h: warning war:
                    432:          -Wdeprecated-register added for C++ 17
                    433: 
                    434: 2018-10-15  moko
                    435: 
                    436:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                    437:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                    438:          --with-xml=/usr/local/
                    439: 
                    440: 2018-09-24  moko
                    441: 
                    442:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                    443:          ^image::measure[] now supports tiff added (related to feature
                    444:          #1188)
                    445: 
                    446:        * src/classes/image.C: ^image::measure[] now supports tiff
                    447:          (implements feature #1188)
                    448: 
                    449: 2018-09-20  moko
                    450: 
                    451:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                    452:          files measure added (related to ticket #1188)
                    453: 
                    454:        * src/classes/image.C: measure of bmp files implemented (related to
                    455:          ticket #1188)
                    456: 
                    457: 2018-09-18  moko
                    458: 
                    459:        * tests/: 394-curl.html, results/394-curl.processed,
                    460:          results/auto.p: test for bug #1187 (max_file_size check for head
                    461:          requests) added
                    462: 
                    463: 2018-08-24  moko
                    464: 
                    465:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    466:          response content-length check is required (fixes bug #1187)
                    467: 
                    468: 2018-05-11  moko
                    469: 
                    470:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    471:          $.append(bool) ] option added (related to feature #919)
                    472: 
                    473:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    474:          from misha@ patch (implements feature #919)
                    475: 
                    476: 2018-03-22  moko
                    477: 
                    478:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    479:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    480:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    481:          Windows-only problem.
                    482: 
                    483:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    484:          build fix)
                    485: 
                    486: 2018-02-03  moko
                    487: 
                    488:        * src/main/execute.C: removes irrelevant lines from exception stack
                    489:          trace when exceptions occurs in assigment (fixes bug #1165)
                    490: 
                    491:        * tests/: 393.html, results/393.processed: test for behavour after
                    492:          "Property can not be created, already exists field with that
                    493:          name" exception removed (related to feature #1183)
                    494: 
                    495:        * src/types/pa_vclass.C: "Property can not be created, already
                    496:          exists field with that name" exception removed (implements
                    497:          feature #1183)
                    498: 
                    499: 2018-01-19  moko
                    500: 
                    501:        * src/classes/string.C: whitespace
                    502: 
                    503:        * src/classes/string.C: whitespace
                    504: 
                    505:        * tests/: 392.html, results/392.processed: test for
                    506:          ^regex::create[$regex] added (related to feature #1135)
                    507: 
                    508:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    509:          ^regex::create[$regex] added (implements feature #1135)
                    510: 
                    511:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    512:          commented define added (related to feature #1157)
                    513: 
                    514: 2018-01-17  moko
                    515: 
                    516:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    517: 
                    518: 2018-01-15  moko
                    519: 
                    520:        * tests/: 390.html, results/390.processed: real path replaced by
                    521:          stub
                    522: 
                    523:        * tests/: 391.html, results/391.processed: test for feature #1181
                    524:          (XML_PARSE_HUGE exception) added
                    525: 
                    526: 2018-01-11  moko
                    527: 
                    528:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    529: 
                    530:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    531:          XML_PARSE_HUGE option passed by default (implements feature
                    532:          #1181)
                    533: 
                    534:        * src/classes/string.C: whitespace
                    535: 
                    536: 2017-12-10  moko
                    537: 
                    538:        * tests/: 389.html, 390.html, results/389.processed,
                    539:          results/390.processed: image code coverage tests added (related
                    540:          to feature #1125)
                    541: 
                    542: 2017-12-08  moko
                    543: 
                    544:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    545:          results/346-curl.processed, results/388-sql.processed,
                    546:          results/389.processed: more code coverage tests
                    547: 
                    548:        * tests/: 264.html, results/264.processed: code coverage for
                    549:          ^file::exec[]
                    550: 
                    551: 2017-12-07  moko
                    552: 
                    553:        * tests/: 174.html, 388-sql.html, 389.html,
                    554:          results/388-sql.processed, results/389.processed,
                    555:          results/174.processed: more coverage tests
                    556: 
                    557:        * src/classes/math.C: exception text actualized
                    558: 
                    559: 2017-12-06  moko
                    560: 
                    561:        * tests/388-sql.html: $SQL can be here
                    562: 
                    563:        * tests/results/auto.p: $SQL not required here
                    564: 
                    565:        * tests/: 388-sql.html, 389.html, Makefile,
                    566:          results/388-sql.processed, results/389.processed, results/auto.p:
                    567:          code coverage tests for sql (using sqlite) and int/double/bool
                    568:          added (related to feature #1125)
                    569: 
                    570:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    571:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    572:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    573:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    574:          targets/apache/ApacheModuleParser3Core.vcproj,
                    575:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    576:          types/types.vcproj: gc\include no longer required
                    577: 
                    578:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    579:          required
                    580: 
                    581:        * src/: classes/Makefile.am, classes/table.C,
                    582:          include/pa_config_includes.h, include/pa_string.h,
                    583:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    584:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    585:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    586:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    587:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    588:          used, we now include it directly
                    589: 
                    590: 2017-12-04  moko
                    591: 
                    592:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    593:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    594:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    595:          where required
                    596: 
                    597:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    598:          now can be used to trace memory allocations
                    599: 
                    600:        * src/: classes/table.C, include/pa_config_includes.h,
                    601:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    602:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    603:          method removes, libcord also can work without libgc
                    604: 
                    605:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    606: 
                    607: 2017-11-29  moko
                    608: 
                    609:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    610:          are not present (related to feature #1173)
                    611: 
                    612:        * tests/346-curl.html: test updated to test curl content-length bug
                    613:          (related to feature #1173)
                    614: 
                    615:        * tests/results/346-curl.processed: more test for content-length
                    616:          curl bug (related to feature #1173)
                    617: 
                    618:        * tests/results/346-curl.processed: test results updated after
                    619:          #1173 implemented
                    620: 
                    621: 2017-11-28  moko
                    622: 
                    623:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    624:          (related to feature #1173)
                    625: 
                    626: 2017-11-27  moko
                    627: 
                    628:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    629:          $.http_version[version string] added (implements feature #1173),
                    630:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    631:          where $post(true) bug existed.
                    632: 
                    633: 2017-11-18  moko
                    634: 
                    635:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    636: 
                    637:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    638:          feature #1170)
                    639: 
                    640: 2017-11-17  moko
                    641: 
                    642:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    643:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    644:          with delete usage check only under Debian 9 (related to feature
                    645:          #1170)
                    646: 
                    647: 2017-11-16  moko
                    648: 
                    649:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    650:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    651:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    652:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    653:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    654:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    655:          stubs defend from accidental use (implements feature #1170)
                    656: 
                    657: 2017-06-24  moko
                    658: 
                    659:        * configure.ac: minor fix: thanks to alx@
                    660: 
1.115     moko      661: 2017-05-29  moko
                    662: 
                    663:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    664:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    665:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    666: 
                    667:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    668:          ignored, =?UTF-8?Q?= should start in case of leading space
                    669:          (related to bug #123)
                    670: 
                    671:        * buildall: echo -n -> printf for OS X. :)
                    672: 
                    673: 2017-05-25  moko
                    674: 
                    675:        * tests/: 288.html, results/288.processed: test updated afted
                    676:          setting $o.prop without setter exception removed (related to
                    677:          feature #1157)
                    678: 
                    679:        * src/types/pa_vclass.C: no more "this property has no setter
                    680:          method" when setting $o.prop without setter (implements feature
                    681:          #1157)
                    682: 
                    683:        * buildall: echo \c -> echo -n for FreeBSD
                    684: 
                    685:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    686:          src/types/pa_vdouble.h: isfinite now checked in configure
                    687: 
                    688:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    689:          upgraded to automake 1.15
                    690: 
                    691: 2017-05-23  moko
                    692: 
                    693:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    694:          defined
                    695: 
                    696: 2017-05-22  moko
                    697: 
                    698:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    699: 
                    700:        * buildall: extern CFLAGS setting support
                    701: 
                    702:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    703: 
                    704:        * buildall: http -> https
                    705: 
                    706:        * buildall: gc-7.2f -> gc-7.6.0
                    707: 
                    708: 2017-05-20  moko
                    709: 
                    710:        * buildall: https, pcre, xml, xslt updated to current versions
                    711:          (related to feature #1136)
                    712: 
                    713: 2017-05-19  moko
                    714: 
                    715:        * tests/097.html: after parser.ru moved to https
                    716: 
                    717: 2017-05-17  moko
                    718: 
                    719:        * tests/results/: 175.processed, 372.processed: tests resuls
                    720:          updated after lintian spelling typos fixed (related to bug #1156)
                    721: 
                    722:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    723:          classes/string.C, classes/table.C, main/pa_charset.C,
                    724:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    725:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    726:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    727: 
                    728:        * tests/results/096.processed: +XMP
                    729: 
                    730:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    731:          $.xmp(true) options tested (test for feature #1154)
                    732: 
                    733:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    734:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    735:          fetched by default! (implements feature #1154)
                    736: 
                    737: 2017-05-16  moko
                    738: 
                    739:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    740:          allowed (related to feature #1154)
                    741: 
                    742:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    743:          initial XMP implementation - without options and transcode
                    744:          (related to feature #1154)
                    745: 
                    746: 2017-05-12  moko
                    747: 
                    748:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    749:          image: exif moved to ffields, skipped in ^image.html[] where
                    750:          iterators now used (preparation for feature #1154)
                    751: 
                    752: 2017-05-05  moko
                    753: 
                    754:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    755:          results/387.processed: test for circular class inheritance check
                    756:          added (related to bug #1150)
                    757: 
                    758:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    759:          added (fixes endless add_derived bug #1150)
                    760: 
                    761: 2017-05-04  moko
                    762: 
                    763:        * tests/: 386.html, results/386.processed: test for
                    764:          $table.value(number) added (related to feature #1152)
                    765: 
                    766:        * src/types/pa_vtable.C: table put_element: column value must be
                    767:          string  - > column value must be string compatible to allow
                    768:          $t.value(1) (implements feature #1152)
                    769: 
                    770: 2017-05-03  moko
                    771: 
                    772:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    773:          (related to feature #1151)
                    774: 
                    775:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    776:          not possible, removing test (related to feature #1151)
                    777: 
                    778:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    779:          get_element_method added and used to allow $use[$method] and
                    780:          $autouse[$method] (implements feature 1151)
                    781: 
                    782:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    783:          variable added (related to feature #1151)
                    784: 
                    785:        * tests/results/226.processed: actualized after ^try-catch used
                    786: 
                    787:        * tests/: 226.html, 385.html, results/385.processed: test for
                    788:          @autouse in variable added
                    789: 
                    790:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    791: 
1.114     moko      792: 2017-02-27  moko
                    793: 
                    794:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    795: 
1.113     moko      796: 2017-02-20  moko
                    797: 
                    798:        * operators.txt: actualization + beauty
                    799: 
                    800: 2017-02-16  moko
                    801: 
                    802:        * tests/: 384.html, results/384.processed: test for
                    803:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    804:          #1089)
                    805: 
                    806:        * tests/: 384.html, results/384.processed: test for
                    807:          ^reflection:mixin[] added (related to feature #1089)
                    808: 
                    809:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    810: 
1.112     moko      811: 2017-02-15  moko
                    812: 
                    813:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    814:          fixed
                    815: 
                    816:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    817:          test added (related to feature #1069)
                    818: 
                    819:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    820:          compilation without HASH_ORDER fixed
                    821: 
                    822:        * src/: classes/reflection.C, include/pa_hash.h:
                    823:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    824:          feature #1069)
                    825: 
                    826: 2017-02-14  moko
                    827: 
                    828:        * tests/: 152.html, results/152.processed: test for $._default hash
                    829:          added (related to bug #1131)
                    830: 
                    831:        * tests/: 277.html, results/277.processed: test for hash with only
                    832:          $._default is now defined (related to bug #1131)
                    833: 
                    834:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    835:          (fixed bug #1131)
                    836: 
                    837: 2017-02-13  moko
                    838: 
                    839:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    840: 
                    841:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    842:          results/320.processed, results/375.processed, results/auto.p:
                    843:          cat-windows.sh support added
                    844: 
                    845:        * tests/375.html: Windows support
                    846: 
                    847:        * tests/270.html: documented
                    848: 
                    849:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    850:          (not backslashes) even under Windows (broke test 270)
                    851: 
                    852: 2017-02-12  moko
                    853: 
                    854:        * tests/: descript.ion, todo.txt: cleanup
                    855: 
                    856: 2017-02-09  moko
                    857: 
                    858:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    859:          run_tests.cmd: Windows compatibility
                    860: 
                    861:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    862:          incorrectly (GMT) if parser is called from cygwin
                    863: 
1.111     moko      864: 2017-02-08  moko
                    865: 
1.112     moko      866:        * operators.txt: actualization 15% completed
                    867: 
                    868:        * operators.txt: cp1251 -> utf-8
                    869: 
                    870:        * NEWS, README: minor update
                    871: 
                    872:        * src/include/pa_config_includes.h: warning war continues
                    873: 
                    874:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    875:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    876:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    877:          gcc 6.x issues fixed
                    878: 
1.111     moko      879:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    880:          classes/classes.h, classes/curl.C, classes/date.C,
                    881:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    882:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    883:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    884:          classes/memcached.C, classes/memory.C, classes/op.C,
                    885:          classes/reflection.C, classes/regex.C, classes/response.C,
                    886:          classes/string.C, classes/table.C, classes/void.C,
                    887:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    888:          include/pa_array.h, include/pa_cache_managers.h,
                    889:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    890:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    891:          include/pa_dictionary.h, include/pa_dir.h,
                    892:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    893:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    894:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    895:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    896:          include/pa_request_charsets.h, include/pa_request_info.h,
                    897:          include/pa_sapi.h, include/pa_socks.h,
                    898:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    899:          include/pa_stack.h, include/pa_string.h,
                    900:          include/pa_stylesheet_connection.h,
                    901:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    902:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    903:          include/pa_uue.h, include/pa_xml_exception.h,
                    904:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    905:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    906:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    907:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    908:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    909:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    910:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    911:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    912:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    913:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    914:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    915:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    916:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    917:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    918:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    919:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    920:          main/untaint.C, sql/pa_sql_driver.h,
                    921:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    922:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    923:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    924:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    925:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    926:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    927:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    928:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    929:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    930:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    931:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    932:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    933:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    934:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    935:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    936:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    937:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    938:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    939:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    940:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    941:          types/pa_vresponse.C, types/pa_vresponse.h,
                    942:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    943:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    944:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    945:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    946:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    947:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    948:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                    949:          2015->2017
                    950: 
1.110     moko      951: 2017-02-07  moko
                    952: 
                    953:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                    954: 
                    955: 2017-02-06  moko
                    956: 
                    957:        * src/main/pa_common.C: minor fixes, whitespace
                    958: 
                    959:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    960:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                    961:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                    962:          now used (implements feature #1081)
                    963: 
                    964:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                    965: 
                    966: 2017-02-01  moko
                    967: 
                    968:        * src/include/pa_request.h: cleanup
                    969: 
                    970: 2017-01-30  moko
                    971: 
                    972:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                    973: 
                    974: 2017-01-29  moko
                    975: 
                    976:        * tests/: 383.html, results/383.processed: test for
                    977:          ^reflection:stack[] added (related to feature #1052)
                    978: 
                    979:        * src/classes/reflection.C: else added
                    980: 
                    981:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                    982:          $.max_file_lock_wait added (implements feature #1128)
                    983: 
                    984: 2017-01-28  moko
                    985: 
                    986:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                    987:          body and other cases tests added (related to featue #1014)
                    988: 
                    989:        * src/classes/curl.C: bug if response is empty fixed (related to
                    990:          feature #1014)
                    991: 
                    992: 2017-01-27  moko
                    993: 
                    994:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                    995:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                    996:          added (implements feature #1052)
                    997: 
                    998: 2017-01-25  moko
                    999: 
                   1000:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   1001:          method test added
                   1002: 
                   1003: 2017-01-23  moko
                   1004: 
                   1005:        * src/classes/reflection.C: optimization: options->get replaced by
                   1006:          hash iterator
                   1007: 
                   1008:        * tests/: 381.html, results/381.processed: now -> fixed date
                   1009: 
                   1010:        * src/main/pa_request.C: warning war
                   1011: 
                   1012:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   1013:          5Mb (fixes bug #1058)
                   1014: 
                   1015:        * src/classes/curl.C: warning war
                   1016: 
                   1017:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1018:          $.one-line(true) option added (related to feature #1124)
                   1019: 
                   1020:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1021:          $.one-line(true|false) options is now supported (implements
                   1022:          feature #1124)
                   1023: 
                   1024:        * tests/: 380.html, results/380.processed: test for modified
                   1025:          $.max_file_size added (related to bug #1014)
                   1026: 
                   1027:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1028:          load added (related to bug #1014)
                   1029: 
                   1030:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1031:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1032:          in curl / file load from disk and http, http file load rewritten
                   1033:          (related to bug #1014)
                   1034: 
                   1035: 2017-01-18  moko
                   1036: 
                   1037:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1038:          added (related to feature #66)
                   1039: 
                   1040:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1041:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1042:          (related to feature #66)
                   1043: 
                   1044: 2017-01-17  moko
                   1045: 
                   1046:        * tests/: 377.html, results/377.processed: test for different
                   1047:          combinations of breaks in body and delimiter (related to bug
                   1048:          #1077)
                   1049: 
                   1050:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1051:          added (related to bug #1077)
                   1052: 
                   1053:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1054:          passed to native method" exception added to avoid bugs due to
                   1055:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1056:          after ^break[] (related to bug #1077)
                   1057: 
                   1058: 2017-01-14  moko
                   1059: 
                   1060:        * tests/: 330.html, results/330.processed: test results updated
                   1061:          after ^break[] bugs where fixed (related to bug #1077)
                   1062: 
                   1063:        * tests/: 329.html, results/329.processed: test results updated
                   1064:          after ^break[] bugs where fixed (related to bug #1077)
                   1065: 
                   1066:        * tests/results/320.processed: ^return[] added
                   1067: 
                   1068: 2017-01-13  moko
                   1069: 
                   1070:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1071:          classes/table.C, include/pa_request.h, main/execute.C,
                   1072:          main/pa_request.C, targets/cgi/parser3.C,
                   1073:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   1074:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   1075:          checked after each possible process/execute call (fixes bug
                   1076:          #1077)
                   1077: 
                   1078: 2016-12-29  moko
                   1079: 
                   1080:        * src/main/pa_common.C: warning war
                   1081: 
                   1082:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1083:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1084:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1085:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1086:          (related to feature #1014)
                   1087: 
                   1088:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1089:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1090:          (related to feature #1014)
                   1091: 
                   1092: 2016-12-28  moko
                   1093: 
                   1094:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1095:          warning war
                   1096: 
                   1097: 2016-12-26  moko
                   1098: 
                   1099:        * tests/: 341.html, results/341.processed: test for
                   1100:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1101: 
                   1102:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1103:          (related to feature #1057)
                   1104: 
                   1105:        * src/types/pa_vdate.C: warning war continues...
                   1106: 
                   1107:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   1108:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   1109: 
                   1110:        * src/lib/gd/gifio.C: warning war / cleanup
                   1111: 
                   1112:        * src/lib/json/pa_json.C: warning war
                   1113: 
                   1114:        * src/classes/hash.C: warning war
                   1115: 
                   1116:        * src/types/pa_vfile.C: warning war
                   1117: 
                   1118:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   1119:          -Wall warning war continues
                   1120: 
                   1121:        * configure.ac: --with-build-warnings actualized
                   1122: 
                   1123: 2016-12-25  moko
                   1124: 
                   1125:        * src/main/pa_exec.C: -wAll warning war
                   1126: 
                   1127:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   1128:          -wAll warning war
                   1129: 
                   1130:        * src/: include/pa_common.h, include/pa_sapi.h,
                   1131:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   1132:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   1133:          -wAll warning war
                   1134: 
                   1135: 2016-12-23  moko
                   1136: 
                   1137:        * src/lib/ltdl/Makefile.am: extra dist added
                   1138: 
                   1139:        * tests/results/344.processed: test result updated after $file.text
                   1140:          prefetched in ^hash::create[$file] (related to feature #1075)
                   1141: 
                   1142:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   1143:          ^hash::create[$file] (related to feature #1075)
                   1144: 
                   1145: 2016-12-22  moko
                   1146: 
                   1147:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   1148:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   1149:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   1150:          #1014 under 32-bit unix versions)
                   1151: 
                   1152: 2016-12-21  moko
                   1153: 
                   1154:        * tests/: 375.html, results/375.processed: test for exec returning
                   1155:          stated file added (related to feature #1119)
                   1156: 
                   1157:        * src/classes/file.C: load should not return file with null body
                   1158:          (fixes bug #1119)
                   1159: 
                   1160: 2016-12-14  moko
                   1161: 
                   1162:        * tests/: 374.html, results/374.processed: test for $method.name
                   1163:          added (related to feature #1117) plus method returning junction
                   1164:          test
                   1165: 
                   1166: 2016-12-13  moko
                   1167: 
                   1168:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   1169:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   1170:          (implements feature #1117)
                   1171: 
                   1172:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   1173:          HEAD and TRACE can't have body (implements feature #1116)
                   1174: 
                   1175: 2016-12-09  moko
                   1176: 
                   1177:        * tests/: 373.html, results/373.processed: tests for
                   1178:          ^reflection:tainting added (related to feature #1098)
                   1179: 
                   1180:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   1181:          change (related to feature #1098)
                   1182: 
                   1183: 2016-12-06  moko
                   1184: 
                   1185:        * src/: classes/reflection.C, include/pa_string.h,
                   1186:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   1187:          feature #1098)
                   1188: 
                   1189: 2016-12-05  moko
                   1190: 
                   1191:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   1192:          (fixes bug #1114)
                   1193: 
                   1194: 2016-12-04  moko
                   1195: 
                   1196:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   1197:          check added
                   1198: 
                   1199: 2016-12-03  moko
                   1200: 
                   1201:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   1202:          to test value.as_hash() usage
                   1203: 
                   1204:        * src/classes/curl.C: value.as_hash() used for correct hash
                   1205:          processing
                   1206: 
                   1207:        * src/classes/reflection.C: exceptions texts fixes
                   1208: 
                   1209: 2016-12-02  moko
                   1210: 
                   1211:        * tests/: 372.html, results/372.processed: tests for
                   1212:          ^reflection:create[ $.class[name] $.constructor[name]
                   1213:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   1214:          feature #1094)
                   1215: 
                   1216:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   1217:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   1218:          will be called in ~VNativeMethodFrame
                   1219: 
                   1220:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   1221:          ] minor fix
                   1222: 
                   1223:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   1224:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   1225:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   1226:          now supported (implements feature #1094) value::as_hash added
                   1227:          (and should be used everywhere)
                   1228: 
                   1229:        * src/classes/reflection.C: cleanup
                   1230: 
                   1231: 2016-12-01  moko
                   1232: 
                   1233:        * tests/: 356.html, results/356.processed: test for method
                   1234:          junctions class name added to the resulting hash added (related
                   1235:          to feature #1068)
                   1236: 
                   1237:        * src/classes/reflection.C: for method junctions class name added
                   1238:          to the resulting hash (related to feature #1068)
                   1239: 
                   1240: 2016-11-30  moko
                   1241: 
                   1242:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   1243:          exception (related to bug #1113)
                   1244: 
                   1245:        * src/types/pa_vhashfile.C: whitespace
                   1246: 
                   1247:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   1248:          #1113)
                   1249: 
                   1250:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1251:          229.processed, 239.processed, 244.processed, 246.processed,
                   1252:          314.processed, 352.processed: tests results updated after method
                   1253:          call exceptions improved as method now keeps its name
                   1254: 
                   1255:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   1256:          types/pa_vmethod_frame.h: method call exceptions improved as
                   1257:          method now keeps its name
                   1258: 
                   1259:        * tests/: 224.html, 239.html, results/224.processed,
                   1260:          results/239.processed: tests and tests results updated after
                   1261:          Request::construct exception changed
                   1262: 
                   1263:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   1264:          exception optimized
                   1265: 
                   1266:        * tests/: 371.html, results/371.processed: test for
                   1267:          WWrapper.get_element call in $.name.key[value] code added
                   1268:          (related to feature #1091)
                   1269: 
                   1270:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   1271:          in $.name.key[value] code (related to feature #1091)
                   1272: 
                   1273: 2016-11-29  moko
                   1274: 
                   1275:        * src/classes/op.C: VS warning war
                   1276: 
                   1277:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   1278:          C4239: nonstandard extension used : 'return' : conversion from
                   1279:          'Value' to 'Value &' (related to feature #1020)
                   1280: 
                   1281:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   1282:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   1283:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   1284:          to feature #1020)
                   1285: 
                   1286:        * src/main/execute.C: VS warning war
                   1287: 
                   1288:        * src/targets/cgi/parser3.C: VS compatibility fix
                   1289: 
                   1290:        * src/include/pa_request.h: VS warning war
                   1291: 
                   1292:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   1293:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   1294: 
                   1295:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   1296:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   1297:          $.stdin[$binary_file] (fixes bug #1044)
                   1298: 
                   1299: 2016-11-28  moko
                   1300: 
                   1301:        * src/main/pa_exec.C: whitespace
                   1302: 
                   1303:        * src/main/pa_request.C: whitespace
                   1304: 
                   1305:        * tests/: 369.html, results/369.processed: test for
                   1306:          $response:status usage added (related to feature #1099)
                   1307: 
                   1308:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   1309:          if < 100 (implements feature #1099)
                   1310: 
                   1311:        * src/targets/cgi/parser3.C: whitespace
                   1312: 
                   1313:        * src/targets/cgi/parser3.C: whitespace
                   1314: 
                   1315:        * tests/: 368.html, results/368.processed: test updated after
                   1316:          ^reflection:filename[$method] added (related to feature #1053)
                   1317: 
                   1318:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1319:          main/compile.y, main/execute.C, main/pa_request.C,
                   1320:          types/pa_vclass.h: filename -> filespec,
                   1321:          ^reflection:filename[$method] added (related to feature #1053)
                   1322: 
                   1323: 2016-11-27  moko
                   1324: 
                   1325:        * tests/: 368.html, results/368.processed: test for
                   1326:          reflection:filename[$class or object] added (related to feature
                   1327:          #1053)
                   1328: 
                   1329:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   1330:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   1331:          object] added (implements feature #1053)
                   1332: 
                   1333: 2016-11-26  moko
                   1334: 
                   1335:        * src/: include/pa_request_info.h,
                   1336:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1337:          remove_absolute_uri -> strip_absolute_uri
                   1338: 
                   1339: 2016-11-25  moko
                   1340: 
                   1341:        * src/: include/pa_request_info.h,
                   1342:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1343:          request_info.remove_absolute_uri added to remove possible
                   1344:          http://site.name/ from $request:uri (implements feature #1112)
                   1345: 
                   1346: 2016-11-24  moko
                   1347: 
                   1348:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   1349:          previous request headers clearing after redirect added (related
                   1350:          to bug #1109)
                   1351: 
                   1352:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   1353:          response headers from previous requests are now cleared, only
                   1354:          last request headers are collected (fixes bug #1109)
                   1355: 
                   1356:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   1357:          tests results updated as method name now added to the resulting
                   1358:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1359:          feature #1068)
                   1360: 
                   1361:        * src/classes/reflection.C: method name now added to the resulting
                   1362:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1363:          feature #1068)
                   1364: 
                   1365:        * tests/results/366.processed: test for native and parser
                   1366:          implementation of ^use[] logic (related to feature #1074)
                   1367: 
                   1368:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1369:          for native and parser implementation of ^use[] logic (related to
                   1370:          feature #1074)
                   1371: 
                   1372: 2016-11-23  moko
                   1373: 
                   1374:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1375:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1376:          $.origin[origin_file] ] (implements feature #1074)
                   1377: 
1.109     moko     1378: 2016-11-21  moko
                   1379: 
1.110     moko     1380:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1381:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1382: 
                   1383:        * tests/: 364.html, results/364.processed: $caller usage in
                   1384:          different contexts now tested (related to feature #1110)
                   1385: 
                   1386:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1387: 
                   1388:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1389: 
1.109     moko     1390:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1391:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1392:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1393:          used (implements feature #1110)
                   1394: 
                   1395: 2016-11-20  moko
                   1396: 
                   1397:        * src/types/pa_vdouble.h: whitespace
                   1398: 
                   1399: 2016-11-11  moko
                   1400: 
                   1401:        * tests/: 363.html, results/363.processed: more tests for feature
                   1402:          #1091 (how parser methods work in expression context)
                   1403: 
                   1404:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1405:          expressions strings are now written as strings, not values by
                   1406:          write_as_string (related to feature #1091)
                   1407: 
                   1408:        * src/classes/op.C: to make more correct behavour in expression
                   1409:          context
                   1410: 
                   1411: 2016-11-07  moko
                   1412: 
                   1413:        * tests/: 362.html, results/362.processed: test for
                   1414:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1415:          (related to bug #1108)
                   1416: 
                   1417:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1418:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1419: 
                   1420: 2016-11-06  moko
                   1421: 
                   1422:        * src/types/pa_vxdoc.h: whitespace
                   1423: 
                   1424: 2016-11-05  moko
                   1425: 
                   1426:        * src/types/pa_vmethod_frame.h: cleanup
                   1427: 
                   1428: 2016-11-03  moko
                   1429: 
                   1430:        * tests/results/244.processed: more correct exception after method
                   1431:          frames separation
                   1432: 
                   1433:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1434: 
                   1435:        * src/types/pa_method.h: optimization: params_count added
                   1436: 
                   1437:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1438:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1439:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1440:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1441:          VMethodFrame now divided into VNativeMethodFrame,
                   1442:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1443:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1444:          and used (related to feature #1104)
                   1445: 
                   1446: 2016-11-02  moko
                   1447: 
                   1448:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1449:          classes/double.C, classes/file.C, classes/hash.C,
                   1450:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1451:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1452:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1453:          classes/regex.C, classes/string.C, classes/table.C,
                   1454:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1455:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1456:          r.write (implements feature #1091)
                   1457: 
                   1458:        * src/main/execute.C: cleanup (related to feature #1104)
                   1459: 
                   1460:        * src/: include/pa_request.h, main/execute.C,
                   1461:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1462:          added, in_expression removed (implements feature #1104)
                   1463: 
                   1464: 2016-10-31  moko
                   1465: 
                   1466:        * src/types/pa_value.C: whitespace
                   1467: 
                   1468: 2016-10-28  moko
                   1469: 
                   1470:        * tests/results/244.processed: updated after error reporting fixed
                   1471:          in pa_wcontext.C
                   1472: 
                   1473:        * src/types/pa_wcontext.C: error reporting fixed
                   1474: 
                   1475:        * src/types/pa_wcontext.h: whitespace
                   1476: 
                   1477:        * src/classes/image.C: not fully readed entries are no longer
                   1478:          processed (fixes bug #1106)
                   1479: 
                   1480: 2016-10-26  moko
                   1481: 
                   1482:        * src/classes/image.C: whitespace
                   1483: 
                   1484:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1485:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1486:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1487:          longer required (related to feature #1091)
                   1488: 
                   1489:        * tests/results/: 264.processed, 350.processed: test results update
                   1490:          reverted (whitespace optimization) after write_no_lang removed :)
                   1491:          (related to feature #1091)
                   1492: 
                   1493:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1494:          classes/string.C, classes/table.C, classes/void.C,
                   1495:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1496:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1497:          equal write_pass_lang (related to feature #1091)
                   1498: 
                   1499:        * tests/results/: 264.processed, 350.processed: test results
                   1500:          updated (whitespace optimization) after write_assign_lang removed
                   1501:          (related to feature #1091)
                   1502: 
                   1503:        * tests/: 361.html, results/361.processed: test for non-string
                   1504:          ^untaint added (related to feature #1091)
                   1505: 
                   1506:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1507:          classes/hash.C, classes/op.C, classes/string.C,
                   1508:          include/pa_request.h, main/execute.C: optimization:
                   1509:          write_assign_lang removed as not required (first part of feature
                   1510:          #1091 implementation)
                   1511: 
1.108     moko     1512: 2016-10-12  moko
                   1513: 
                   1514:        * tests/: 360.html, results/360.processed: more test code (related
                   1515:          to feature #1104)
                   1516: 
                   1517:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1518:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1519:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1520:          WContext is next task (implements feature #1104)
                   1521: 
                   1522:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1523:          / CO_WITHOUT_WCONTEXT
                   1524: 
                   1525:        * tests/: 360.html, results/360.processed: test for in expression
                   1526:          state (related to feature #1104)
                   1527: 
                   1528: 2016-10-11  moko
                   1529: 
                   1530:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1531: 
                   1532:        * src/classes/op.C: default value removed from initializer
                   1533: 
                   1534:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1535: 
                   1536:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1537: 
                   1538: 2016-10-10  moko
                   1539: 
                   1540:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1541:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1542:          to feature #42)
                   1543: 
                   1544:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1545:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1546: 
                   1547: 2016-10-08  moko
                   1548: 
                   1549:        * src/classes/double.C: whitespace
                   1550: 
                   1551: 2016-10-07  moko
                   1552: 
                   1553:        * src/types/pa_vmethod_frame.h: reorder
                   1554: 
                   1555: 2016-10-06  moko
                   1556: 
                   1557:        * src/classes/date.C: typo
                   1558: 
                   1559:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1560: 
                   1561:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1562:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1563:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1564:          Value*
                   1565: 
                   1566:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1567: 
                   1568:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1569:          removed; first as_* code rewrite
                   1570: 
                   1571: 2016-10-05  moko
                   1572: 
                   1573:        * src/include/pa_request.h: whitespace
                   1574: 
                   1575:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1576:          intercept_string added (related to feature #1097)
                   1577: 
                   1578:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1579:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1580:          optimization: intercept_string removed (implements feature #1097)
                   1581: 
                   1582:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1583: 
                   1584:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1585:          from VCodeFrame and WWrapper as not required
                   1586: 
                   1587: 2016-10-04  moko
                   1588: 
                   1589:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1590:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1591:          classes/int.C, classes/json.C, classes/op.C,
                   1592:          classes/reflection.C, classes/string.C, classes/table.C,
                   1593:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1594:          proces_to_value -> process after StringOrValue removed (related
                   1595:          to feature #1020)
                   1596: 
                   1597:        * src/classes/form.C: whitespace
                   1598: 
                   1599:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1600: 
                   1601:        * tests/: 357.html, 358.html, results/357.processed,
                   1602:          results/358.processed, results/auto.p: test for @conf
                   1603:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1604: 
                   1605: 2016-10-03  moko
                   1606: 
                   1607:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1608:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1609:          supported (implements feature #42)
                   1610: 
                   1611:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1612:          is_evaluated_expr
                   1613: 
                   1614:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1615:          (implements feature #1095)
                   1616: 
                   1617: 2016-10-01  moko
                   1618: 
                   1619:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1620:          false by default (related to feature #1089)
                   1621: 
                   1622: 2016-09-30  moko
                   1623: 
                   1624:        * src/types/pa_wcontext.h: cleanup
                   1625: 
                   1626: 2016-09-29  moko
                   1627: 
                   1628:        * src/main/execute.C: whitespace
                   1629: 
                   1630:        * src/include/pa_request.h: whitespace
                   1631: 
                   1632:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1633:          classes/op.C, classes/table.C, include/pa_request.h,
                   1634:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1635:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1636:          StringOrValue removed as it just slows down and adds complexity
                   1637:          (implements feature #1020)
                   1638: 
                   1639: 2016-09-28  moko
                   1640: 
                   1641:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1642:          results/356.processed: tests updated after name was added to
                   1643:          method_info hash, test for ^reflection:method_info[junction]
                   1644:          added (related to feature #1068)
                   1645: 
                   1646:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1647:          supported, method name added to the resulting hash (implements
                   1648:          feature #1068)
                   1649: 
                   1650:        * tests/: 276.html, results/276.processed: more tests for
                   1651:          ^reflection:delete[]
                   1652: 
                   1653:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1654:          didn't work on class and could damage native objects (like file)
                   1655: 
                   1656: 2016-09-26  moko
                   1657: 
                   1658:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1659:          results/345.processed, results/346-curl.processed,
                   1660:          results/347-curl.processed, results/348.processed: numbers added
                   1661:          to simplify diff analysis
                   1662: 
                   1663:        * tests/: 352.html, results/352.processed: test result updated as
                   1664:          method name used
                   1665: 
                   1666:        * src/classes/reflection.C: method name used
                   1667: 
                   1668:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1669:          its name
                   1670: 
                   1671:        * src/types/pa_method.h: whitespace
                   1672: 
                   1673:        * src/classes/reflection.C: both method and field with one name can
                   1674:          exist.
                   1675: 
                   1676:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1677:          feature #1089)
                   1678: 
                   1679:        * tests/: 355.html, results/355.processed: property appears in
                   1680:          derived class if added in base test added
                   1681: 
                   1682:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1683:          whitespace
                   1684: 
                   1685:        * tests/: 354.html, results/354.processed: nice test from method
                   1686:          and property with one name in class added
                   1687: 
                   1688: 2016-09-23  moko
                   1689: 
                   1690:        * src/classes/reflection.C: ^reflection:method usage documented
                   1691: 
                   1692: 2016-09-22  moko
                   1693: 
                   1694:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1695:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1696:          compile warning and GPF occures on VS2003 (related to feature
                   1697:          #1087)
                   1698: 
                   1699:        * tests/: 350.html, results/350.processed: test added for
                   1700:          $.encloser[] support in ^table::create (related to feature #11)
                   1701: 
                   1702:        * src/classes/table.C: another minor fix (related to feature #11)
                   1703: 
1.107     moko     1704: 2016-09-21  moko
                   1705: 
                   1706:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1707: 
                   1708:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1709:          classes/json.C, classes/string.C, classes/table.C,
                   1710:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1711:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1712:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1713:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1714:          pa_charsets, vs2015 warning war
                   1715: 
                   1716:        * src/classes/table.C: vs2015 warning war
                   1717: 
                   1718:        * src/types/pa_vdate.C: vs2015 warning war
                   1719: 
                   1720:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1721: 
                   1722:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1723:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1724: 
                   1725:        * src/main/pa_common.C: vs2015 compilation fixes
                   1726: 
                   1727:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1728:          vs2015 compilation fixes
                   1729: 
                   1730:        * src/main/pa_charset.C: vs2015 warning war
                   1731: 
                   1732:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1733: 
                   1734:        * src/main/pa_charset.C: vs2015 warning war
                   1735: 
                   1736:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1737: 
                   1738:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1739: 
                   1740:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1741: 
                   1742:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1743:          VS2015 compilation fixes
                   1744: 
                   1745:        * src/classes/table.C: minor fix (related to feature #11)
                   1746: 
                   1747:        * tests/results/282.processed: no longer skipping extra enclosers
                   1748:          (related to feature #11)
                   1749: 
                   1750:        * src/classes/table.C: minor fix + no longer skipping extra
                   1751:          enclosers (related to feature #11)
                   1752: 
                   1753:        * src/classes/table.C: minor optimization (related to feature #11)
                   1754: 
                   1755:        * src/classes/table.C: minor fix and optimization (related to
                   1756:          feature #11)
                   1757: 
                   1758: 2016-09-20  moko
                   1759: 
                   1760:        * tests/: 353.html, results/353.processed: test for
                   1761:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1762:          added (related to bug #1090)
                   1763: 
                   1764:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1765:          one_big_piece (fixes bug #1090)
                   1766: 
                   1767:        * tests/: 229.html, results/229.processed: code coverage tests
                   1768: 
                   1769:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1770:          body) was called
                   1771: 
                   1772:        * src/classes/op.C: whitespace
                   1773: 
                   1774:        * tests/: 323.html, results/323.processed: test for code junction
                   1775:          should not be returned by ^reflection:class, ^reflection:base
                   1776: 
                   1777:        * src/classes/reflection.C: bugfix: code junction should not be
                   1778:          returned by ^reflection:class, ^reflection:base
                   1779: 
                   1780:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1781:          exception for ^reflection:method[class;no-such-method] (related
                   1782:          to feature #1087)
                   1783: 
                   1784:        * src/classes/reflection.C:
                   1785:          ^reflection:method[class;no-such-method] : exception -> void
                   1786:          (related to feature #1087)
                   1787: 
                   1788:        * src/include/pa_request.h: request::write_value added to allow
                   1789:          write value without convertion (related to issue #1091)
                   1790: 
                   1791: 2016-09-19  moko
                   1792: 
                   1793:        * src/main/pa_random.C: windows build fix
                   1794: 
                   1795:        * src/types/pa_vhash.h: warning war
                   1796: 
                   1797: 2016-09-14  moko
                   1798: 
                   1799:        * tests/: 352.html, 552.html, results/352.processed,
                   1800:          results/552.processed: test for ^reflection:method[] extension
                   1801:          added (related to feature #1087)
                   1802: 
                   1803:        * tests/: 552.html, results/552.processed: test for
                   1804:          ^reflection:method[] extension added (related to feature #1087)
                   1805: 
                   1806:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1807:          dynamic_cast check added (related to feature #1087)
                   1808: 
                   1809:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1810:          inheritance bug diring ^process[] added (related to bug #1088)
                   1811: 
                   1812:        * src/: classes/op.C, main/pa_request.C,
                   1813:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1814:          disable it inheritance during ^process (fixes bug #1088)
                   1815: 
                   1816:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1817:          added (implements feature #1087)
                   1818: 
                   1819: 2016-09-13  moko
                   1820: 
                   1821:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1822:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1823:          to feature #1086)
                   1824: 
                   1825:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1826:          types/pa_vobject.C: objects now are not class instances, but have
                   1827:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1828:          in @conf (implements feature #1086)
                   1829: 
                   1830: 2016-09-08  moko
                   1831: 
                   1832:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1833:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1834:          include/pa_string.h: cleanup: string::split limit argument
                   1835:          removed as no longer required, pos_after no longer reference
                   1836:          (related to feature #11)
                   1837: 
                   1838:        * src/classes/table.C, tests/results/348.processed: now exception
                   1839:          is rised when invalid option is passed to ^table::create[]
                   1840: 
                   1841:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1842:          coverage tests
                   1843: 
                   1844:        * tests/: 348.html, results/348.processed: code coverage tests
                   1845:          added
                   1846: 
                   1847:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1848:          tests
                   1849: 
                   1850:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1851:          tests updated after $.encloser[] support for ^table::create
                   1852:          implementation (related to feature #11)
                   1853: 
                   1854:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1855:          finally added (implements feature #11)
                   1856: 
                   1857: 2016-09-07  moko
                   1858: 
                   1859:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1860:          (related to feature #11)
                   1861: 
                   1862:        * src/include/pa_string.h: body and langs now protected, not
                   1863:          private to allow inheritance (related to feature #11)
                   1864: 
                   1865:        * src/classes/table.C: lsplit optimized before cloning for
                   1866:          ^table::create with $.encloser[] (related to feature #11)
                   1867: 
                   1868:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1869:          added and used (related to feature #11)
                   1870: 
                   1871:        * src/classes/table.C: spelling:
                   1872: 
                   1873:          TableSeparators -> TableControlChars column -> separator
                   1874:          separators -> control_chars
                   1875: 
                   1876: 2016-09-06  moko
                   1877: 
                   1878:        * src/main/pa_string.C: whitespace
                   1879: 
                   1880:        * src/main/pa_string.C: whitespace
                   1881: 
                   1882: 2016-09-01  moko
                   1883: 
                   1884:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1885:          results OS-independent
                   1886: 
                   1887:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1888:          compiler (related to feature #1042)
                   1889: 
                   1890: 2016-08-15  moko
                   1891: 
                   1892:        * src/include/pa_string.h: whitespace
                   1893: 
                   1894:        * src/classes/table.C: whitespace
                   1895: 
1.106     moko     1896: 2016-08-05  moko
                   1897: 
                   1898:        * tests/: 344.html, results/344.processed: test for
                   1899:          ^hash::create[$file] added (related to feature #1075)
                   1900: 
                   1901:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1902:          supported (implements feature #1075)
                   1903: 
                   1904: 2016-08-04  moko
                   1905: 
                   1906:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1907: 
                   1908:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1909:          coverage tests for curl
                   1910: 
                   1911:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1912:          coverage tests for curl
                   1913: 
                   1914:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1915:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1916:          test added
                   1917: 
                   1918:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1919:          coverage tests for curl
                   1920: 
                   1921: 2016-08-03  moko
                   1922: 
                   1923:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1924:          until it will be loaded, allowing to find existing library.
                   1925: 
                   1926:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1927:          results/347-curl.processed: more code coverage tests for curl
                   1928: 
                   1929:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1930:          results/339-curl.processed, results/346-curl.processed: curl
                   1931:          functionality tests
                   1932: 
                   1933: 2016-08-02  moko
                   1934: 
                   1935:        * tests/: 339.html, results/339.processed: test for tables in
                   1936:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1937:          feature #1042)
                   1938: 
                   1939:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1940:          file class
                   1941: 
                   1942:        * tests/: 344.html, results/344.processed: code coverage tests
                   1943: 
                   1944:        * tests/: 344.html, results/344.processed: mdate removed from
                   1945:          output
                   1946: 
                   1947:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   1948:          fcontent.is_text_mode() if not set (related to feature #1061)
                   1949: 
                   1950:        * tests/: 344.html, results/344.processed: more tests
                   1951: 
                   1952:        * tests/: 343.html, 344.html, results/343.processed,
                   1953:          results/344.processed: tests for ^file::create[ $.from-charset
                   1954:          and $.to-charset ] (related to feature #1061)
                   1955: 
                   1956:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1957:          aset_text_mode argument optimized
                   1958: 
                   1959:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1960:          checkBOM now used in detect_binary_content (related to feature
                   1961:          #1061)
                   1962: 
                   1963:        * src/main/pa_request.C: load_charset no longer required to_upper
                   1964: 
                   1965:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   1966:          preserves original file mode (if no $.mode specified)
                   1967: 
                   1968:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1969:          ^file::create now supports $.from-charset[] and $.to-charset
                   1970:          options (implements feature #1061), automatic transcode is done
                   1971:          if text file is created from binary file and charset is detected.
                   1972: 
                   1973: 2016-07-30  moko
                   1974: 
                   1975:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   1976:          feature #1057)
                   1977: 
                   1978:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   1979:          added (related to feature #1057)
                   1980: 
                   1981:        * tests/: 286.html, results/286.processed: code tests coverage
                   1982: 
                   1983: 2016-07-29  moko
                   1984: 
                   1985:        * src/classes/table.C: table size should be checked inside menu and
                   1986:          foreach (related to feature #858)
                   1987: 
                   1988:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   1989:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1990:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   1991:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   1992:          charsets.get now does str_upper inside (related to feature #1061)
                   1993: 
                   1994:        * tests/: 342.html, results/342.processed: more code coverage tests
                   1995: 
                   1996:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   1997:          + foreach test added (related to feature #858)
                   1998: 
                   1999:        * tests/: 341.html, results/341.processed: tests for
                   2000:          ^table.hash[]{code} added + code coverage tests (related to
                   2001:          feature #1057)
                   2002: 
                   2003:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   2004:          value} support (implements feature #1057)
                   2005: 
                   2006:        * src/classes/table.C: whitespace
                   2007: 
                   2008: 2016-07-28  moko
                   2009: 
                   2010:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   2011:          from URL, if not specified query string removed from url-based
                   2012:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   2013:          #1042)
                   2014: 
                   2015: 2016-07-27  moko
                   2016: 
                   2017:        * tests/: 340.html, results/340.processed: test for
                   2018:          transcode_text_result=false added (related to issue #1042)
                   2019: 
                   2020: 2016-07-26  moko
                   2021: 
                   2022:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2023:          is folder and ends with /) (related to feature #1042)
                   2024: 
                   2025:        * src/main/pa_http.C: whitespace optimizaion
                   2026: 
                   2027:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2028:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2029:          multiple headers, ^file::load supports headers transcoding
                   2030:          (implements feature #1042)
                   2031: 
                   2032: 2016-07-25  moko
                   2033: 
                   2034:        * src/include/pa_common.h: PA_DEFAULT added
                   2035: 
                   2036: 2016-07-22  moko
                   2037: 
                   2038:        * tests/: 338.html, results/338.processed: test for
                   2039:          $date.field(value) added (related to feature #1066)
                   2040: 
                   2041:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2042:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2043:          feature #1066)
                   2044: 
1.105     moko     2045: 2016-07-21  moko
                   2046: 
                   2047:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2048:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2049:          arguments removed; image.C - absolute path shown in exception
                   2050:          (implements feature #1071)
                   2051: 
                   2052:        * tests/: 235.html, results/235.processed: test and test result
                   2053:          updated after static boundary in mail and Errors-To: mail header
                   2054:          removed (related to feature #1047)
                   2055: 
                   2056:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2057:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2058:          used, static boundary in mail removed, Errors-To: mail header
                   2059:          removed (implements feature #1047)
                   2060: 
                   2061: 2016-07-20  moko
                   2062: 
                   2063:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2064:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2065:          issue #1051)
                   2066: 
                   2067:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   2068:          request.classes(): Value -> VStateless_class, part 2 (related to
                   2069:          issue #1051)
                   2070: 
                   2071:        * tests/results/: 224.processed, 323.processed: classes without
                   2072:          methods should not be methoded (related to issue #1051)
                   2073: 
                   2074:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   2075:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   2076:          -> VStateless_class, part 1 (related to issue #1051)
                   2077: 
                   2078:        * tests/: 337.html, results/337.processed: test for
                   2079:          ^reflection:fields_reference[] and VHashReference class added
                   2080:          (related to feature #1072)
                   2081: 
                   2082:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2083:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2084:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2085:          implementation (closes feature #1072)
                   2086: 
                   2087: 2016-07-19  moko
                   2088: 
                   2089:        * tests/: 323.html, results/323.processed: we want to see
                   2090:          "methoded"
                   2091: 
                   2092:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2093:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2094:          #1059)
                   2095: 
                   2096:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2097:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2098:          somebody_entered_some_class, $BASE:property works again,
                   2099:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2100: 
                   2101: 2016-07-14  moko
                   2102: 
                   2103:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2104:          added
                   2105: 
                   2106:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   2107:          feature: ^hash.contains[_default] added (implements feature
                   2108:          #1055)
                   2109: 
                   2110: 2016-07-13  moko
                   2111: 
                   2112:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   2113:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   2114: 
                   2115: 2016-07-05  moko
                   2116: 
                   2117:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   2118:          in ^hash.foreach (related to feature #1073)
                   2119: 
                   2120: 2016-07-04  moko
                   2121: 
                   2122:        * tests/: 134.html, 281.html, results/134.processed,
                   2123:          results/281.processed: tests updated after hash blocking removed
                   2124:          (related to feature #1073)
                   2125: 
                   2126:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   2127:          no longer blocks on change during foreach (implements feature
                   2128:          #1073)
                   2129: 
                   2130: 2016-06-17  moko
                   2131: 
                   2132:        * tests/: 330.html, results/330.processed: try exception source
                   2133:          test added (related to bug in #1062)
                   2134: 
                   2135:        * tests/: 334.html, results/334.processed: Exception stack trace
                   2136:          test added (related to bug in $1062)
                   2137: 
                   2138:        * src/classes/op.C: Exception trace now correctly restored and
                   2139:          errors reported (related to bug #1062)
                   2140: 
1.104     moko     2141: 2016-05-25  moko
                   2142: 
                   2143:        * src/main/compile.y: minor cleanup + beauty
                   2144: 
                   2145: 2016-05-24  moko
                   2146: 
                   2147:        * tests/: 333.html, results/333.processed: more exceptions testing
                   2148: 
                   2149:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   2150:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   2151:          features #1056, #1026)
                   2152: 
                   2153:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   2154:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   2155:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   2156:          (implements feature #1056)
                   2157: 
                   2158:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2159:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   2160:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   2161:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   2162:          feature #1026)
                   2163: 
                   2164:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   2165:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   2166:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   2167:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   2168:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   2169:          feature #1026)
                   2170: 
                   2171:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2172:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   2173:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   2174:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   2175: 
                   2176:        * src/main/main.vcproj: + ps_symbols
                   2177: 
                   2178:        * src/: include/Makefile.am, include/pa_string.h,
                   2179:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   2180:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   2181:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2182:          types/pa_vstateless_class.C: initial implementation for symbols
                   2183:          cache (related to feature #1026)
                   2184: 
                   2185:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   2186: 
                   2187:        * src/main/pa_globals.C: minor cleanup
                   2188: 
                   2189: 2016-05-19  moko
                   2190: 
                   2191:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   2192:          (related to feature #1046)
                   2193: 
                   2194:        * tests/: 331.html, results/331.processed: test for
                   2195:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   2196:          (related to feature #1051)
                   2197: 
                   2198:        * src/main/compile.y:
                   2199:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   2200:          (implements feature #1054)
                   2201: 
                   2202: 2016-05-18  moko
                   2203: 
                   2204:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   2205:          "column not found" exception for ^table.no-such-method[] (related
                   2206:          to feature #1046)
                   2207: 
                   2208:        * tests/: 261.html, results/261.processed: test added and updated
                   2209:          after feature #1046 implementation
                   2210: 
                   2211:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   2212:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   2213:          ^string.contains added for hash compatibility, $string.method no
                   2214:          longer returns stting method (implements feature #1046)
                   2215: 
                   2216: 2016-05-12  moko
                   2217: 
                   2218:        * src/classes/curl.C: content-type response header no longer
                   2219:          ignored (fixes issue #1045)
                   2220: 
                   2221:        * tests/: 330.html, results/330.processed: test for incomplete
                   2222:          finally execution when break occures added (related to issue
                   2223:          #1077)
                   2224: 
                   2225:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   2226:          executing catch and finally code (fixes issue #1062)
                   2227: 
                   2228: 2016-05-11  moko
                   2229: 
                   2230:        * tests/: 329.html, results/329.processed: test for invalid
                   2231:          ^break[] behavour added (bug #1077)
                   2232: 
                   2233:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   2234: 
                   2235: 2016-04-24  moko
                   2236: 
                   2237:        * src/types/pa_vstateless_class.h: warning war
                   2238: 
                   2239: 2016-04-17  moko
                   2240: 
                   2241:        * tests/: 328.html, results/328.processed: test for
                   2242:          ^break(condition) and ^continue(condition) (related to feature
                   2243:          #1063)
                   2244: 
                   2245:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   2246:          implemented (feature #1063)
                   2247: 
                   2248: 2016-04-12  moko
                   2249: 
                   2250:        * tests/results/280.processed: ordered hash now used for class
                   2251:          methods and properties (test results updated for feature #1069)
                   2252: 
                   2253:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   2254:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   2255:          failed (related to issue #1051)
                   2256: 
                   2257:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   2258:          are printed to check inheritance (related to feature #1051)
                   2259: 
1.103     moko     2260: 2016-04-09  moko
                   2261: 
                   2262:        * tests/results/320.processed: ordered hash now used for class
                   2263:          methods and properties (test results updated for feature #1069)
                   2264: 
                   2265:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   2266:          methods and properties (implements feature #1069)
                   2267: 
                   2268:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   2269:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   2270:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   2271:          feature #1051)
                   2272: 
                   2273: 2016-04-07  moko
                   2274: 
                   2275:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   2276:          (related to feature #1051)
                   2277: 
                   2278:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   2279:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   2280:          string constants deduplication (related to feature #1051)
                   2281: 
                   2282:        * tests/results/224.processed: test result updated (related to
                   2283:          feature #1051)
                   2284: 
                   2285:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   2286:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   2287:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   2288:          types/pa_vstatus.h: classes hash now contains only
                   2289:          VStateless_class derived objects, .CLASS is also allways
                   2290:          VStateless_class derived object (related to feature #1051).
                   2291: 
                   2292: 2016-04-06  moko
                   2293: 
                   2294:        * tests/results/323.processed: test result updated after feature
                   2295:          #1051 implementation
                   2296: 
                   2297:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   2298:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2299:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   2300:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   2301:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2302:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   2303:          classes, type() moved from VStateless_class to VClass and
                   2304:          Methoded (implements feature #1051)
                   2305: 
                   2306: 2016-04-04  moko
                   2307: 
                   2308:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   2309:          beauty: put_class added (related to feature #1051)
                   2310: 
                   2311: 2016-04-01  moko
                   2312: 
                   2313:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2314:          229.processed, 244.processed, 246.processed, 316.processed: test
                   2315:          results updated as class.type() removed from error messages, only
                   2316:          type() left (related to feature #1051)
                   2317: 
                   2318:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   2319:          classes/op.C, classes/reflection.C, main/compile.y,
                   2320:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   2321:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   2322:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   2323:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   2324:          from VStateless_class, type() is used instead (related to feature
                   2325:          #1051)
                   2326: 
                   2327:        * src/classes/mail.C: old logic restored.
                   2328: 
                   2329:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2330:          classes/classes.h, classes/curl.C, classes/date.C,
                   2331:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2332:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2333:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2334:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   2335:          classes/regex.C, classes/response.C, classes/string.C,
                   2336:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2337:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   2338:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   2339:          feature #1051)
                   2340: 
                   2341: 2016-03-30  moko
                   2342: 
                   2343:        * tests/: 327.html, results/224.processed, results/327.processed:
                   2344:          test for TZ specification in ^date::create[], TZ is kept during
                   2345:          ^date::create[$dt] (related to feature #1048)
                   2346: 
                   2347:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   2348:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   2349:          feature #1048)
                   2350: 
                   2351: 2016-03-29  moko
                   2352: 
                   2353:        * tests/: 315.html, results/315.processed: test for timezone format
                   2354:          +HHmm added (related to feature #1065)
                   2355: 
                   2356:        * src/classes/date.C: timezone format +HHmm now supported
                   2357:          (implements feature #1065)
                   2358: 
                   2359: 2016-03-28  moko
                   2360: 
                   2361:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2362:          results/224.processed, results/256.processed,
                   2363:          results/315.processed: test results updated after %.2d now
                   2364:          default for hours offset in iso-string (was %2d), test for
                   2365:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2366:          added (related to feature #1065)
                   2367: 
                   2368: 2016-03-27  moko
                   2369: 
                   2370:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2371:          feature #1065)
                   2372: 
                   2373:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2374:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2375:          added (implements feature #1065)
                   2376: 
                   2377: 2016-03-24  moko
                   2378: 
                   2379:        * tests/: 202.html, results/202.processed: test $date.week added
                   2380:          (related to bug #1067)
                   2381: 
                   2382:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2383:          date (fix for bug #1067)
                   2384: 
                   2385: 2016-03-10  moko
                   2386: 
                   2387:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2388: 
1.102     moko     2389: 2015-12-07  moko
                   2390: 
                   2391:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2392:          .CLASS_NAME optimization added (related to feature #844)
                   2393: 
                   2394: 2015-11-17  moko
                   2395: 
                   2396:        * tests/: 323.html, results/323.processed: order added
                   2397: 
                   2398:        * tests/: 325.html, results/325.processed: double range test added
                   2399:          (related to bug #1049)
                   2400: 
                   2401: 2015-11-16  moko
                   2402: 
                   2403:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2404:          added to disallow NaN and Infinity (fixes bug #1049)
                   2405: 
                   2406: 2015-11-11  moko
                   2407: 
                   2408:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2409:          feature #1017)
                   2410: 
                   2411:        * tests/: 324.html, results/324.processed: test for
                   2412:          GET_ELEMENT4CALL feature added (feature #1017)
                   2413: 
1.101     moko     2414: 2015-10-29  moko
                   2415: 
                   2416:        * operators.txt: updated for 3.4.4
                   2417: 
                   2418:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2419: 
                   2420:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2421:          (related to bug #1043)
                   2422: 
                   2423: 2015-10-28  moko
                   2424: 
                   2425:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2426:          hangup during ^file::exec (fixes bug #1043)
                   2427: 
1.100     moko     2428: 2015-10-27  moko
                   2429: 
                   2430:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2431: 
1.99      moko     2432: 2015-10-26  moko
                   2433: 
1.100     moko     2434:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2435:          (related to issue #1041)
                   2436: 
                   2437:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2438:          Copyright year updated
                   2439: 
1.99      moko     2440:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2441:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2442:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2443:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2444:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2445:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2446:          classes/regex.C, classes/response.C, classes/string.C,
                   2447:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2448:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2449:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2450:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2451:          include/pa_dictionary.h, include/pa_dir.h,
                   2452:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2453:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2454:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2455:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2456:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2457:          include/pa_sapi.h, include/pa_socks.h,
                   2458:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2459:          include/pa_stack.h, include/pa_string.h,
                   2460:          include/pa_stylesheet_connection.h,
                   2461:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2462:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2463:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2464:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2465:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2466:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2467:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2468:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2469:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2470:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2471:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2472:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2473:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2474:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2475:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2476:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2477:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2478:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2479:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2480:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2481:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2482:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2483:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2484:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2485:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2486:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2487:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2488:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2489:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2490:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2491:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2492:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2493:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2494:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2495:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2496:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2497:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2498:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2499:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2500:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2501:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2502:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2503:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2504:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2505:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2506:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2507: 
                   2508:        * src/targets/cgi/parser3.C: year updated
                   2509: 
                   2510:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2511:          issue #1041)
                   2512: 
                   2513:        * tests/: 323.html, results/323.processed: test for base classes
                   2514:          added
                   2515: 
                   2516:        * tests/: 261.html, results/261.processed: updated after better
                   2517:          error reporting done for $string.key exception
                   2518: 
                   2519:        * src/types/pa_vstring.h: better error report for $string.key
                   2520:          exception
                   2521: 
                   2522:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2523:          copied as VObject::get_element4call to remove extra virtual call
                   2524: 
                   2525:        * tests/: 322.html, results/322.processed: test for
                   2526:          ^reflection:is[] added (related to feature #1041)
                   2527: 
                   2528:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2529:          (related to feature #1041)
                   2530: 
                   2531:        * src/classes/reflection.C:
                   2532:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2533:          added (implements feature #1041)
                   2534: 
                   2535: 2015-10-24  moko
                   2536: 
                   2537:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2538: 
1.98      moko     2539: 2015-10-22  moko
                   2540: 
                   2541:        * tests/: 321.html, results/321.processed: test for
                   2542:          ^reflection:method_info[] file detection added
                   2543: 
                   2544:        * tests/: 320.html, results/320.processed: test for
                   2545:          ^reflection:class_by_name[class_name] added (related to feature
                   2546:          #993)
                   2547: 
                   2548:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2549:          added (implements feature #993)
                   2550: 
                   2551:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2552:          (related to feature #1017)
                   2553: 
                   2554:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2555:          added (related to issue #1039)
                   2556: 
                   2557:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2558:          #1039)
                   2559: 
                   2560:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2561:          for VDate
                   2562: 
                   2563:        * tests/results/182.processed: updated after feature #1038
                   2564:          implemented
                   2565: 
                   2566:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2567:          compile-time exception origin added (test for feature #1039)
                   2568: 
                   2569:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2570:          main/pa_request.C: exception unification: compile-time exceptions
                   2571:          now have origin, @USE origins also tracked (implements feature
                   2572:          #1039)
                   2573: 
                   2574: 2015-10-20  moko
                   2575: 
                   2576:        * src/main/pa_request.C: cleanup
                   2577: 
                   2578: 2015-10-15  moko
                   2579: 
                   2580:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2581: 
                   2582:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2583:          types/pa_vtable.C: new feature: no more $table.method and
                   2584:          $hash.method, aliases for _at, _count, _key (related to feature
                   2585:          #1017)
                   2586: 
1.97      moko     2587: 2015-10-14  moko
                   2588: 
1.98      moko     2589:        * tests/: 317.html, results/317.processed: test for
                   2590:          ^string.unescape[] added (related to feature #120)
                   2591: 
1.97      moko     2592:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2593:          defined" bug (described in issue #1036)
                   2594: 
                   2595:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2596:          (test for bug #1037)
                   2597: 
                   2598:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2599:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2600:          it's not enforced, skips BOM signature if it complies charset
                   2601:          (fixes bug #1037)
                   2602: 
                   2603: 2015-10-13  moko
                   2604: 
                   2605:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2606:          linking
                   2607: 
                   2608:        * src/classes/inet.C: vs2003 compilation fix
                   2609: 
                   2610:        * src/classes/math.C: warning war
                   2611: 
                   2612:        * src/lib/punycode/pa_punycode.c: warning war
                   2613: 
                   2614: 2015-10-12  moko
                   2615: 
                   2616:        * src/lib/punycode/pa_punycode.c: warning war
                   2617: 
                   2618:        * parser3.sln: moved parser3 first, to make it default startup
                   2619:          project
                   2620: 
                   2621:        * buildall: parser "mirror" now used for external libs sources
                   2622:          (implements feature #1036)
                   2623: 
                   2624:        * buildall: most external libs are updated to their current
                   2625:          versions (related to feature #1036)
                   2626: 
                   2627:        * src/classes/image.C: more tags added
                   2628: 
                   2629:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2630: 
                   2631: 2015-10-11  moko
                   2632: 
                   2633:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2634: 
                   2635: 2015-10-09  moko
                   2636: 
                   2637:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2638:          (related to feature #1035)
                   2639: 
                   2640:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2641:          ULLONG_MAX definition
                   2642: 
                   2643:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2644:          (implements feature #1035)
                   2645: 
                   2646:        * src/main/pa_charset.C: String::Body(String::C) used
                   2647: 
                   2648:        * src/main/pa_charset.C: exceptions unified
                   2649: 
                   2650:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2651:          unified
                   2652: 
                   2653:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2654:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2655:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2656:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2657:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2658:          String::Body(String::C) constructor added (related to bug #957)
                   2659: 
                   2660:        * src/classes/file.C: minor optimization
                   2661: 
                   2662:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2663:          Cord(char*) autocreation (related to bug #957)
                   2664: 
                   2665:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2666: 
                   2667:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2668:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2669:          instead (related to bug #957)
                   2670: 
                   2671: 2015-10-08  moko
                   2672: 
                   2673:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2674:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2675:          main/untaint.C: Now char * is converted to CORD only using
                   2676:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2677: 
                   2678:        * src/include/pa_hash.h: fixed compilation without
                   2679:          HASH_CODE_CACHING
                   2680: 
                   2681:        * src/classes/string.C:
                   2682:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2683:          feature #120)
                   2684: 
                   2685:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2686:          feature #120)
                   2687: 
1.96      moko     2688: 2015-10-07  moko
                   2689: 
                   2690:        * tests/: 275.html, results/275.processed: test modified after
                   2691:          unsigned long long int support implemented (feature #1034)
                   2692: 
                   2693:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2694:          pa_atoul added for unsigned long long int support
                   2695: 
                   2696: 2015-10-06  moko
                   2697: 
                   2698:        * src/types/pa_vdate.C: INT_MAX used
                   2699: 
                   2700: 2015-10-03  moko
                   2701: 
                   2702:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2703:          (\u2028, \u2029 escaping) added
                   2704: 
                   2705:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2706:          json:string[] (fixes bug #1023)
                   2707: 
                   2708: 2015-09-29  moko
                   2709: 
                   2710:        * tests/305.html: try-catch added for OS without ipv6 support
                   2711: 
                   2712:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2713:          compilation
                   2714: 
                   2715:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2716:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2717:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2718:          implemented to distinguish ^hash.method from $hash.field
                   2719:          (implements feature #1017)
                   2720: 
                   2721:        * src/lib/punycode/pa_punycode.c: warning war
                   2722: 
                   2723:        * src/include/pa_config_includes.h: warning war
                   2724: 
                   2725:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2726: 
                   2727:        * src/include/pa_config_includes.h: warning war
                   2728: 
                   2729:        * src/include/pa_hash.h: clang compilation fix
                   2730: 
                   2731: 2015-09-27  moko
                   2732: 
                   2733:        * src/main/compile.tab.C: Bison 3 is now default
                   2734: 
                   2735:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2736: 
                   2737: 2015-09-25  moko
                   2738: 
                   2739:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2740:          works with undefined HASH_ORDER (related to feature #196)
                   2741: 
                   2742: 2015-09-24  moko
                   2743: 
                   2744:        * tests/: 027.html, results/027.processed: test modified to test
                   2745:          ^hash.sort (feature #196)
                   2746: 
                   2747:        * src/: classes/hash.C, include/pa_hash.h:
                   2748:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2749:          added (implements feature #196)
                   2750: 
                   2751:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2752:          (exception handling in non-cached ^cache), plus for "it does not
                   2753:          have logical value" and "$exception.handled value must be either
                   2754:          boolean or string 'cache'" exceptions.
                   2755: 
                   2756:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2757:          code (fixes bug #1025)
                   2758: 
1.95      moko     2759: 2015-09-23  moko
                   2760: 
                   2761:        * src/classes/table.C: warning war
                   2762: 
                   2763:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2764: 
                   2765:        * src/classes/file.C: warning war
                   2766: 
                   2767:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2768: 
                   2769:        * src/: main/pa_request.C, classes/date.C: warning war
                   2770: 
                   2771:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2772: 
                   2773:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2774:          differences with OS that doesn't keep timezone change history
                   2775: 
                   2776:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2777:          TZ change (related to feature #36)
                   2778: 
                   2779:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2780:          differences with OS that doesn't keep timezone change history
                   2781: 
                   2782:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2783:          differences with OS that doesn't keep timezone change history
                   2784: 
                   2785:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2786:          differences with OS that doesn't keep timezone change history
                   2787: 
                   2788:        * tests/: 124.html, results/124.processed: win results sync: to
                   2789:          avoid hitting time change hole.
                   2790: 
                   2791:        * src/types/pa_vdate.C: static returned. :)
                   2792: 
                   2793: 2015-09-22  moko
                   2794: 
                   2795:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2796: 
                   2797:        * tests/results/131.processed: more tests for feature #1032
                   2798: 
                   2799:        * src/classes/date.C: minor fix related to feature #1032
                   2800: 
                   2801:        * operators.txt: ISO date creation documented (related to feature
                   2802:          #1032)
                   2803: 
                   2804:        * operators.txt: iso-string documented (related to feature #1032)
                   2805: 
                   2806:        * tests/: 315.html, results/315.processed: more tests added
                   2807:          (related to feature #1032)
                   2808: 
                   2809:        * tests/: 131.html, results/131.processed: date range checks
                   2810:          updated (related to feature #36)
                   2811: 
                   2812:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2813:          test added for ISO date support (related to issue #315)
                   2814: 
                   2815:        * src/classes/date.C: more readable exceptions in date creation
                   2816:          (related to ticket #1032)
                   2817: 
                   2818: 2015-09-18  moko
                   2819: 
                   2820:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2821:          added (related to issue #1032)
                   2822: 
                   2823:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2824:          documented (related to issue #1032)
                   2825: 
                   2826:        * tests/: 256.html, results/256.processed: ISO date check added
                   2827:          (related to issue #1032)
                   2828: 
                   2829:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2830:          tests results updated after ISO date support implemented (related
                   2831:          to feature #1032)
                   2832: 
                   2833:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2834:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2835:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2836:          added (implements feature #1032)
                   2837: 
                   2838: 2015-09-05  moko
                   2839: 
                   2840:        * operators.txt: actualized
                   2841: 
                   2842:        * operators.txt: date changes documented (related to ticket #36)
                   2843: 
                   2844: 2015-09-04  moko
                   2845: 
                   2846:        * src/types/pa_vdate.C: warning war
                   2847: 
                   2848:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2849: 
                   2850: 2015-09-03  moko
                   2851: 
                   2852:        * tests/results/096.processed: test result updated for 0..9999 year
                   2853:          date range support (related to feature #36)
                   2854: 
                   2855:        * tests/: 314.html, results/314.processed: test for
                   2856:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2857:          bug #1031)
                   2858: 
                   2859:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2860:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2861: 
1.116     moko     2862:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2863:          configure.in -> configure.ac
1.95      moko     2864: 
1.116     moko     2865:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2866:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2867:          configure.ac
1.95      moko     2868: 
                   2869:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2870:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2871:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2872:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2873:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2874:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2875:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2876:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2877:          check added
                   2878: 
                   2879:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2880: 
                   2881:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2882:          for new date implementation (related to feature #36)
                   2883: 
                   2884:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2885:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2886:          types/pa_vdate.h: new double date implementation with internal
                   2887:          support for extended 0..9999 year range, default timezone support
                   2888:          (related to feature #36)
                   2889: 
                   2890: 2015-08-28  moko
                   2891: 
                   2892:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2893:          (fixes bug #1030)
                   2894: 
                   2895: 2015-08-21  moko
                   2896: 
                   2897:        * src/classes/inet.C: snprintf size "bug" commented
                   2898: 
                   2899:        * src/main/pa_common.C: snprintf comments updated
                   2900: 
                   2901: 2015-08-16  moko
                   2902: 
                   2903:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2904: 
                   2905: 2015-08-11  moko
                   2906: 
                   2907:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2908:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2909:          can be null (fixes bug #1029)
                   2910: 
                   2911: 2015-08-06  moko
                   2912: 
1.116     moko     2913:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2914:          pa_vdate.C added
1.95      moko     2915: 
                   2916: 2015-08-05  moko
                   2917: 
                   2918:        * tests/: 313.html, results/313.processed: test for
                   2919:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2920:          (feature #1003)
                   2921: 
                   2922:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2923:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2924:          correctly for nameless tables (implements feature #1003)
                   2925: 
                   2926: 2015-08-03  moko
                   2927: 
                   2928:        * tests/312.html: test for ^table.append[$hash] and
                   2929:          ^table.insert[$hash] added (related to feature #1028)
                   2930: 
                   2931:        * src/classes/table.C: ^table.append[$hash] and
                   2932:          ^table.insert[$hash] now supported (implements feature #1028)
                   2933: 
                   2934:        * tests/: 312.html, results/312.processed: test row copy in
                   2935:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2936: 
                   2937:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2938:          $.type[table] ] (related to feature #1016)
                   2939: 
                   2940: 2015-07-29  moko
                   2941: 
                   2942:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2943:          added (related to feature #1016)
                   2944: 
                   2945:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2946:          ^table.delete[] added to delete current row (related to feature
                   2947:          1016)
                   2948: 
                   2949: 2015-07-28  moko
                   2950: 
                   2951:        * tests/: 312.html, results/312.processed: test for
                   2952:          $table.column[value] and ^table.insert{row} (related to feature
                   2953:          #1016)
                   2954: 
                   2955:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   2956:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   2957:          ^table.insert{row} are now implemented (feature #1016)
                   2958: 
                   2959:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   2960:          append(), insert() added, memmove arguments order in remove()
                   2961:          fixed (related to feature #1016)
                   2962: 
                   2963: 2015-07-23  moko
                   2964: 
                   2965:        * src/classes/json.C: tainted json and empty json exception added
                   2966:          (implements feature #1015)
                   2967: 
                   2968:        * tests/: 311.html, results/311.processed: empty json and tainted
                   2969:          json exception test added (related to issue #1015)
                   2970: 
                   2971: 2015-07-22  moko
                   2972: 
                   2973:        * tests/: 311.html, results/311.processed: test for UTF-8
                   2974:          processing added
                   2975: 
                   2976:        * tests/: 311.html, results/311.processed: test for
                   2977:          json_exception_with_source added (related to issue #394)
                   2978: 
                   2979:        * src/classes/json.C: json_exception_with_source added (implements
                   2980:          feature #394)
                   2981: 
                   2982: 2015-06-29  moko
                   2983: 
                   2984:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   2985:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   2986:          (closes bug #1027)
                   2987: 
                   2988: 2015-06-10  moko
                   2989: 
                   2990:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   2991:          error if libxml has LIBXML_ICU_ENABLED.
                   2992: 
                   2993: 2015-06-04  moko
                   2994: 
                   2995:        * tests/099.html: ups, reverting
                   2996: 
                   2997:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   2998:          results/310.processed: tests for $response:body[ $.file[] ] and
                   2999:          $response:last-modified added
                   3000: 
                   3001:        * src/main/pa_request.C: last-modified check fixed
                   3002: 
                   3003: 2015-06-03  moko
                   3004: 
                   3005:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   3006:          results/205.processed, results/293.processed: $response:headers
                   3007:          logging added (tests for feature #1007)
                   3008: 
                   3009:        * src/: include/pa_common.h, include/pa_request.h,
                   3010:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   3011:          $response:headers are now in uppercase (closes feature #1007)
                   3012: 
                   3013: 2015-06-02  moko
                   3014: 
                   3015:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   3016:          build errors reverted for clang compatibility
                   3017: 
                   3018: 2015-06-01  moko
                   3019: 
                   3020:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3021: 
                   3022:        * src/classes/math.C: -pedantic build error fixed
                   3023: 
                   3024:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3025: 
                   3026: 2015-05-31  moko
                   3027: 
                   3028:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3029: 
                   3030:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3031:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3032:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3033:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3034:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3035: 
                   3036: 2015-05-28  moko
                   3037: 
                   3038:        * tests/: 308.html, results/308.processed: test for
                   3039:          ^table::create[$t;], etc work added (related to bug #975)
                   3040: 
                   3041:        * src/classes/table.C: check_option_param removed,
                   3042:          ^table::create[$t;], etc now works (fixes bug #975)
                   3043: 
                   3044: 2015-05-27  moko
                   3045: 
                   3046:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3047:          (Debian jessie) fixed (closes issue #1024)
                   3048: 
                   3049:        * tests/Makefile: sort added as in Debian jessie list become
                   3050:          unsorted
                   3051: 
                   3052: 2015-05-18  moko
                   3053: 
                   3054:        * tests/: 201.html, results/201.processed: test for
                   3055:          ^string.trim[what] feature #1022
                   3056: 
                   3057:        * src/classes/string.C: ^string.trim[what] now supported,
                   3058:          implements feature #1022
                   3059: 
                   3060: 2015-05-17  moko
                   3061: 
                   3062:        * tests/results/185.processed: test result updated as feature #1021
                   3063:          implemented (left/right accept negative parameter)
                   3064: 
                   3065:        * src/classes/string.C: left/right now accept negative parameter
                   3066:          (implements feature #1021)
                   3067: 
                   3068: 2015-05-08  moko
                   3069: 
                   3070:        * src/classes/math.C: isalnum -> pa_isalnum
                   3071: 
                   3072:        * src/main/execute.C: optimization in getter-junction processing
                   3073:          (related to issue #997)
                   3074: 
                   3075: 2015-05-07  moko
                   3076: 
                   3077:        * tests/: 307.html, results/307.processed: test for issue #997
                   3078:          added
                   3079: 
                   3080:        * src/main/execute.C: process_getter result now checked if junction
                   3081:          returned (closes issue #997)
                   3082: 
                   3083:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3084:          different order
                   3085: 
                   3086:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3087:          assignment (closes issue #994)
                   3088: 
                   3089:        * tests/: 306.html, results/306.processed: test for issue #994
                   3090:          added
                   3091: 
                   3092:        * tests/: 303.html, results/303.processed: two more errors tested
                   3093: 
                   3094: 2015-05-06  moko
                   3095: 
                   3096:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3097:          ip2name added (related to feature #992)
                   3098: 
                   3099:        * tests/: 303.html, 304.html, results/303.processed,
                   3100:          results/304.processed: tests for idna conversion added (related
                   3101:          to issue #849)
                   3102: 
                   3103: 2015-05-02  moko
                   3104: 
                   3105:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   3106:          implemented
                   3107: 
                   3108: 2015-04-30  moko
                   3109: 
                   3110:        * src/main/pa_http.C: idna_host added, related to issue #849
                   3111: 
                   3112:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   3113:          (related to issue #849)
                   3114: 
                   3115: 2015-04-24  moko
                   3116: 
                   3117:        * src/types/pa_vjunction.C: warning war
                   3118: 
                   3119:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   3120:          unification
                   3121: 
                   3122:        * src/lib/punycode/pa_idna.c: warning war
                   3123: 
                   3124: 2015-04-22  moko
                   3125: 
                   3126:        * src/main/main.vcproj: punycode include path added
                   3127: 
                   3128:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   3129: 
                   3130:        * src/lib/punycode/pa_idna.c: warning war
                   3131: 
                   3132:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   3133:          project file added
                   3134: 
                   3135:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   3136: 
                   3137:        * src/include/pa_memory.h: warning war
                   3138: 
                   3139:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   3140:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   3141:          implemented (related to feature #849)
                   3142: 
                   3143:        * configure.in, src/main/Makefile.am,
                   3144:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   3145:          libpunycode added in Unix
                   3146: 
                   3147: 2015-04-21  moko
                   3148: 
                   3149:        * configure.in: large files support
                   3150: 
                   3151: 2015-04-15  moko
                   3152: 
                   3153:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   3154:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   3155:          pa_punycode.h: initial version for punycode/idna support library
                   3156:          (ticket #849)
                   3157: 
                   3158: 2015-04-08  moko
                   3159: 
                   3160:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3161:          classes/image.C, classes/mail.C, classes/reflection.C,
                   3162:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   3163:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   3164:          main/compile.y, main/compile_tools.h, main/execute.C,
                   3165:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3166:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   3167:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   3168:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   3169:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   3170:          clang compiler warnings (closes issue #1018)
                   3171: 
                   3172:        * src/include/pa_string.h: String::Body comparation operators with
                   3173:          char * added (related to issue #958)
                   3174: 
                   3175: 2015-04-07  moko
                   3176: 
                   3177:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   3178:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   3179:          issue #1018)
                   3180: 
                   3181:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   3182:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   3183:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   3184:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   3185:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   3186:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   3187:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   3188:          malloc/strdup/free replaced with pa_ version and checks for
                   3189:          accidental use of non-pa_ version added (related to issue #1018)
                   3190: 
                   3191: 2015-04-03  moko
                   3192: 
                   3193:        * buildall: pcre-8.33 -> pcre-8.36
                   3194: 
                   3195:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   3196:          classes/op.C, classes/string.C, main/compile.tab.C,
                   3197:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   3198:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   3199:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   3200:          ticket #958)
                   3201: 
                   3202:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   3203:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3204:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3205:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   3206:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   3207:          $request:headers, $request:method added (implements feature
                   3208:          #1007)
                   3209: 
                   3210: 2015-03-17  misha
                   3211: 
                   3212:        * tests/302.html: - test for
                   3213:          ^json:string[...;$._default[method-name]]
                   3214: 
                   3215:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3216:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   3217:          option $._default[method-name] is specified in ^json:string[], a
                   3218:          method with specified name will be called for classes/objects
                   3219:          serialization ( new feature: #982 )
                   3220: 
                   3221: 2015-03-16  misha
                   3222: 
                   3223:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3224:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   3225:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   3226:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   3227:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   3228:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   3229:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   3230:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   3231:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   3232:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3233:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   3234:          $var.CLASS_NAME now have special opcodes. This can be switched
                   3235:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   3236:          on pa_opcode.h ( new feature: #844 )
                   3237: 
                   3238: 2015-03-15  misha
                   3239: 
                   3240:        * tests/075.html: - test for $response:header[]
                   3241: 
                   3242:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   3243:          that was set earlie ( new feature: #1001 )
                   3244: 
                   3245: 2015-03-12  misha
                   3246: 
                   3247:        * tests/246.html: - more tests for ^hash._at[]
                   3248: 
                   3249:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   3250:          accepts second param [key|value|hash] ( new feature: #1012 )
                   3251: 
                   3252: 2015-03-09  moko
                   3253: 
                   3254:        * src/types/pa_vmail.C: exception for everything but
                   3255:          $mail:received, closes issue #1011
                   3256: 
                   3257: 2015-02-20  moko
                   3258: 
                   3259:        * tests/: 275.html, results/275.processed: hex detection in
                   3260:          pa_atoui fix test (closes issue #1010)
                   3261: 
                   3262:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   3263:          issue #1010)
                   3264: 
                   3265: 2015-02-17  moko
                   3266: 
                   3267:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   3268:          tainted.
                   3269: 
                   3270: 2015-02-03  misha
                   3271: 
                   3272:        * tests/301.html: - test for ^json:string($double) causes
                   3273:          exception. bugfix: #1008
                   3274: 
                   3275:        * src/classes/json.C: - ^json:string($double) causes exception.
                   3276:          bugfix: #1008
                   3277: 
                   3278:        * tests/014.html: - updated for work with ^hash.delete[]
                   3279: 
                   3280: 2015-01-12  misha
                   3281: 
                   3282:        * src/: classes/form.C, include/pa_common.h,
                   3283:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   3284:          types/pa_vform.h: - supports body with PUT method as well ( new
                   3285:          feature: #1006 )
                   3286: 
                   3287:        * src/classes/file.C: - warnings war
                   3288: 
                   3289: 2015-01-11  misha
                   3290: 
                   3291:        * tests/300.html: - test for ^hash.delete[] is added
                   3292: 
                   3293:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   3294:          feature: #989 ) - tiny optimization in intersects
                   3295: 
                   3296: 2015-01-06  moko
                   3297: 
                   3298:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   3299:          with transcode, attachments detection fixed
                   3300: 
                   3301:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   3302:          load to allow charset switch (related to issue #996)
                   3303: 
                   3304: 2014-12-31  moko
                   3305: 
                   3306:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   3307:          UTF-8 source charset (fixes issue 996)
                   3308: 
                   3309:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   3310:          issue #1000)
                   3311: 
                   3312: 2014-12-11  misha
                   3313: 
                   3314:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   3315:          access ( bug fix: #1005 )
                   3316: 
                   3317: 2014-11-13  misha
                   3318: 
                   3319:        * src/main/compile.y: - PC.append does not reset to false while
                   3320:          creating a new class. bugfix: #990
                   3321: 
                   3322:        * tests/299.html: - test for creation class after working with
                   3323:          partial class (create+append)
                   3324: 
                   3325:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   3326:          #995
                   3327: 
                   3328:        * tests/232.html: - test for @get[def] added
                   3329: 
                   3330: 2014-10-12  moko
                   3331: 
                   3332:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   3333: 
                   3334:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3335:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   3336:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   3337:          targets/apache/ApacheModuleParser3.vcproj,
                   3338:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3339:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3340:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   3341:          conversion in newer VS versions
                   3342: 
                   3343:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   3344:          pcre_internal.vcproj added
                   3345: 
                   3346: 2014-08-28  moko
                   3347: 
                   3348:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   3349:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   3350:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   3351: 
                   3352: 2014-06-30  misha
                   3353: 
                   3354:        * tests/298.html: - tests for ^reflection:def[class;className]
                   3355:          added
                   3356: 
                   3357:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3358:          added ( new feature: #918 )
                   3359: 
                   3360: 2014-06-29  misha
                   3361: 
                   3362:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3363:          exception comment changed to "body must be table or code" ( bug
                   3364:          fix: #951 )
                   3365: 
                   3366:        * tests/: 261.html, results/261.processed: - tests for
                   3367:          ^json:string[...;$.void[null|string]] added
                   3368: 
                   3369:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3370:          option $.void[string|null] added to ^json:string[...] ( new
                   3371:          feature: #952 )
                   3372: 
                   3373: 2014-06-28  moko
                   3374: 
                   3375:        * src/classes/curl.C: $.charset now processed before other curl
                   3376:          options (closes issue #980)
                   3377: 
                   3378: 2014-05-23  misha
                   3379: 
                   3380:        * src/classes/json.C: - bug fix: #987
                   3381: 
                   3382: 2014-05-04  misha
                   3383: 
                   3384:        * tests/: 253.html, 253_json.txt: - test for
                   3385:          ^json:parse[$.int(false)] is added
                   3386: 
                   3387:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3388:          default true). The option is similar to $.double(bool) but for
                   3389:          integers.
                   3390: 
                   3391: 2014-05-01  moko
                   3392: 
                   3393:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3394:          #12 )
                   3395: 
                   3396: 2014-04-16  moko
                   3397: 
                   3398:        * src/main/pa_http.C: response-charset option should finally work
                   3399:          now (fix for issue #867)
                   3400: 
                   3401:        * src/main/pa_http.C: response-charset option should work now (fix
                   3402:          for issue #867)
                   3403: 
                   3404: 2014-03-07  moko
                   3405: 
                   3406:        * buildall: libgc moved
                   3407: 
                   3408:        * buildall: libgc moved
                   3409: 
                   3410: 2013-12-29  moko
                   3411: 
                   3412:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3413:          closes issue #966
                   3414: 
                   3415:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3416:          result now tainted, issue #966
                   3417: 
                   3418: 2013-12-03  moko
                   3419: 
                   3420:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3421:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3422:          option was added for http://www.parser.ru/forum/?id=79343
                   3423: 
                   3424:        * src/classes/file.C: bugfix for
                   3425:          http://www.parser.ru/forum/?id=79337
                   3426: 
                   3427: 2013-11-05  moko
                   3428: 
                   3429:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3430: 
                   3431:        * src/main/pa_globals.C: spelling fixed
                   3432: 
                   3433: 2013-10-29  moko
                   3434: 
                   3435:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3436: 
                   3437:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3438:          #892
                   3439: 
                   3440:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3441:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3442:          exceptions to be thrown thougth json library), related to issue
                   3443:          #892
                   3444: 
                   3445:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3446:          related to issue #896
                   3447: 
                   3448: 2013-10-24  moko
                   3449: 
                   3450:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3451: 
                   3452: 2013-10-23  moko
                   3453: 
                   3454:        * README: actualization
                   3455: 
                   3456: 2013-10-22  moko
                   3457: 
                   3458:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3459:          compatibility patch from Sergey Kirpichev
                   3460: 
                   3461:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3462:          test for issue #948
                   3463: 
                   3464:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3465:          called when saving value of $match variable in ^string.match[] to
                   3466:          increase compatibility (related to issue #948).
                   3467: 
                   3468:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3469:          usage optimization
                   3470: 
                   3471: 2013-10-21  moko
                   3472: 
                   3473:        * tests/: 182.html, results/182.processed: local path removed for
                   3474:          compatibility
                   3475: 
                   3476:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3477:          results/244.processed, results/253.processed,
                   3478:          results/254.processed, results/275.processed,
                   3479:          results/281.processed: try_catch -> try-catch
                   3480: 
                   3481:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3482:          results/294.processed, results/296.processed: try_catch ->
                   3483:          try-catch
                   3484: 
                   3485: 2013-10-20  moko
                   3486: 
                   3487:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3488:          for issue #938 added.
                   3489: 
                   3490:        * src/: include/pa_xml_exception.h,
                   3491:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3492:          XmlException is now replaced (once again closes issue #938)
                   3493: 
                   3494: 2013-10-19  misha
                   3495: 
                   3496:        * bin/auto.p.dist.in: - more mime-types are added
                   3497: 
                   3498: 2013-10-18  moko
                   3499: 
                   3500:        * buildall: disable clock_gettime detection to avoid librt linking
                   3501:          (which in turn depends on libpthread), related to issue #943
                   3502: 
                   3503: 2013-10-18  misha
                   3504: 
                   3505:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3506:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3507:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3508:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3509:          types/types.vcproj: - new locations for libxml2 includes where
                   3510:          added to vcproj files
                   3511: 
                   3512: 2013-10-18  moko
                   3513: 
                   3514:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3515:          fix
                   3516: 
                   3517:        * tests/: 295.html, results/295.processed: test for issue #948
                   3518:          updated
                   3519: 
                   3520:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3521:          :)
                   3522: 
                   3523:        * tests/: 295.html, results/295.processed: test for issue #948
                   3524:          added
                   3525: 
                   3526:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3527:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3528:          to be executed request.put_element should be called, not
                   3529:          context.put_element (fixes issue #948)
                   3530: 
                   3531: 2013-10-17  moko
                   3532: 
                   3533:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3534:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3535: 
                   3536:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3537: 
                   3538: 2013-10-16  moko
                   3539: 
                   3540:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3541: 
                   3542:        * tests/: 294.html, results/294.processed: test for issue #938
                   3543: 
                   3544:        * src/: classes/xdoc.C, classes/xnode.C,
                   3545:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3546:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3547: 
                   3548:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3549:          libxslt-1.1.26 -> libxslt-1.1.28
                   3550: 
                   3551:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3552:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3553:          to '?', related to issue #938
                   3554: 
                   3555: 2013-10-15  moko
                   3556: 
                   3557:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3558:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3559:          minor optimizations (closes issue #896)
                   3560: 
                   3561:        * tests/results/: 292.processed, 293.processed: results updated to
                   3562:          comply with issue #896
                   3563: 
                   3564:        * tests/: 292.html, 293.html, results/292.processed,
                   3565:          results/293.processed: tests for json escaping
                   3566: 
                   3567: 2013-10-14  moko
                   3568: 
                   3569:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3570:          and cleanup, code moved from .h to .C, no changes in code
                   3571: 
                   3572: 2013-10-12  moko
                   3573: 
                   3574:        * tests/results/119.processed: updated test result commited
                   3575: 
                   3576:        * tests/: 291.html, results/291.processed: test for issue #894
                   3577:          added
                   3578: 
                   3579:        * src/types/pa_wcontext.h: base methods call support function
                   3580:          get_somebody_entered_some_class should not be true forever, as
                   3581:          wcontext can have many get_elements calls (fixes issue #894)
                   3582: 
                   3583: 2013-10-11  moko
                   3584: 
                   3585:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3586:          issue #942 added
                   3587: 
                   3588:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3589:          to native method fixed (closes issue #942)
                   3590: 
                   3591:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3592:          added
                   3593: 
                   3594:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3595:          feature #907)
                   3596: 
                   3597:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3598:          feature #907)
                   3599: 
                   3600: 2013-10-09  moko
                   3601: 
                   3602:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3603:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3604:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3605:          properly not only in objects, but in classes as well (closes
                   3606:          issue #903)
                   3607: 
                   3608:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3609:          works in classes, not only objects, test case added, related to
                   3610:          issue #903
                   3611: 
                   3612:        * tests/: 288.html, results/288.processed: test for endless
                   3613:          recursion bug added (related to issue #903)
                   3614: 
                   3615: 2013-10-05  moko
                   3616: 
                   3617:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3618:          classes/table.C, main/execute.C, types/pa_method.h,
                   3619:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3620:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3621:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3622:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3623:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3624:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3625:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3626:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3627:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3628:          optimization: put_element no longer has "bool areplace" argument,
                   3629:          related to issue #903
                   3630: 
                   3631: 2013-10-03  moko
                   3632: 
                   3633:        * tests/results/182.processed: result for $.replace(false) test
                   3634:          commited
                   3635: 
                   3636:        * src/classes/date.C: ^date::create(number) processed correctly
                   3637:          (fixes issue #901)
                   3638: 
                   3639:        * src/classes/image.C: as_no_junction removed, as param can be
                   3640:          expression (closes issue #931)
                   3641: 
                   3642:        * tests/233.html: test for issue #931 added
                   3643: 
                   3644: 2013-10-02  moko
                   3645: 
                   3646:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3647:          modified, test for $.replace(false) added
                   3648: 
                   3649:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3650: 
                   3651: 2013-09-30  moko
                   3652: 
                   3653:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3654: 
                   3655:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3656:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3657:          implemented; $.replace option added to ^process and ^use
                   3658: 
                   3659: 2013-08-27  moko
                   3660: 
                   3661:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3662:          cstr_to_string_body_untaint should be called with charsets for
                   3663:          possible uri language and connection for possible sql language.
                   3664:          related to issue #857
                   3665: 
                   3666:        * buildall: and -> or fixed
                   3667: 
                   3668: 2013-08-26  moko
                   3669: 
                   3670:        * buildall: prepare_ functions logic changed to support
                   3671:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3672: 
                   3673: 2013-08-23  moko
                   3674: 
                   3675:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3676:          statically
                   3677: 
                   3678: 2013-08-22  moko
                   3679: 
                   3680:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3681:          append_know_length removed (related to old GPF bug)
                   3682: 
                   3683: 2013-08-21  moko
                   3684: 
                   3685:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3686: 
                   3687:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3688:          (related to ticket #857
                   3689: 
                   3690:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3691:          implemented
                   3692: 
                   3693:        * src/types/pa_vhashfile.h: warning war
                   3694: 
                   3695:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3696:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3697:          anti_endless_json_string_recoursion removed from request;
                   3698:          json_string_recoursion added to json_options; $.indent[indent
                   3699:          value] now supported and passed within recoursion closes feature
                   3700:          #937
                   3701: 
                   3702:        * tests/: 287.html, results/287.processed: test for feature #937
                   3703: 
                   3704: 2013-07-31  moko
                   3705: 
                   3706:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3707:          compilation having #define _S
                   3708: 
                   3709:        * src/main/pa_globals.C: cleanup
                   3710: 
                   3711: 2013-07-30  moko
                   3712: 
                   3713:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3714:          main/pa_common.C: vs2003 warning war
                   3715: 
                   3716:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3717: 
                   3718:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3719: 
                   3720:        * src/lib/md5/pa_sha2.c: warning war
                   3721: 
                   3722: 2013-07-29  moko
                   3723: 
                   3724:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3725:          patches from github
                   3726: 
                   3727:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3728:          classes/memcached.C, include/pa_config_includes.h,
                   3729:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3730: 
                   3731:        * src/lib/json/json.vcproj: C++ -> C
                   3732: 
                   3733:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3734: 
                   3735:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3736: 
                   3737:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3738: 
                   3739:        * src/lib/json/: json.c, pa_json.C: warning war
                   3740: 
                   3741:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3742: 
                   3743:        * src/include/pa_config_fixed.h: uint16_t added
                   3744: 
                   3745:        * configure.in: uint16_t check added
                   3746: 
                   3747:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3748:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3749:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3750:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3751:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3752: 
                   3753: 2013-07-25  moko
                   3754: 
                   3755:        * parser3.sln: dependencies added
                   3756: 
                   3757:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3758:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3759:          module support
                   3760: 
                   3761:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3762: 
                   3763:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3764: 
                   3765: 2013-07-23  moko
                   3766: 
                   3767:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3768:          PA_DEBUG_GC_MEMORY removed
                   3769: 
                   3770:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3771:          PA_DEBUG_DISABLE_GC compilation fix
                   3772: 
                   3773:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3774:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3775: 
                   3776:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3777:          garbage cleanup
                   3778: 
                   3779:        * src/main/pa_common.C: warning war
                   3780: 
                   3781:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3782: 
                   3783:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3784:          minor cleanup
                   3785: 
                   3786:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3787:          uses cygwin, not WIN32 implementation
                   3788: 
                   3789:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3790:          able to exec shell scripts
                   3791: 
                   3792:        * src/classes/math.C: ifdef WIN32 cleanup
                   3793: 
                   3794:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3795: 
                   3796:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3797: 
                   3798:        * src/classes/curl.C: LT_MODULE_EXT used
                   3799: 
                   3800:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3801: 
                   3802: 2013-07-22  moko
                   3803: 
                   3804:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3805:          includes fix
                   3806: 
                   3807:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3808: 
                   3809:        * configure.in, src/include/pa_config_includes.h,
                   3810:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3811:          src/main/pa_exec.C: includes cleanup
                   3812: 
                   3813:        * src/targets/cgi/parser3.C: 2012->2013
                   3814: 
                   3815:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3816: 
                   3817:        * configure.in, src/include/pa_config_includes.h,
                   3818:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3819:          src/main/pa_random.C, src/main/pa_socks.C,
                   3820:          src/types/pa_vstatus.C: cygwin support cleanup
                   3821: 
                   3822:        * configure.in: dirent.h check added
                   3823: 
                   3824:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3825:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3826:          not copied
                   3827: 
                   3828: 2013-07-21  moko
                   3829: 
                   3830:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3831: 
                   3832:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3833:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3834: 
                   3835:        * operators.txt, src/classes/file.C, tests/022.html,
                   3836:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3837:          $.stat(true)] usage commented
                   3838: 
                   3839:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3840:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3841:          $.stat(true) it has size/*date columns modified patch from misha@
                   3842:          that closes issue #914.
                   3843: 
                   3844:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3845:          PA_RELEASE_ASSERTS removed
                   3846: 
                   3847:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3848: 
                   3849:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3850:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3851: 
                   3852:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3853:          cordprnt.c removed
                   3854: 
                   3855:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3856:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3857:          pa-include/pa_strings.h: includes cleanup
                   3858: 
                   3859:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3860: 
                   3861: 2013-07-20  moko
                   3862: 
                   3863:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3864:          cleanup
                   3865: 
                   3866: 2013-07-19  moko
                   3867: 
                   3868:        * src/classes/math.C: extern "C" added for crypt
                   3869: 
                   3870: 2013-07-18  moko
                   3871: 
                   3872:        * src/classes/math.C: fix redhat7.2 build
                   3873: 
                   3874: 2013-07-17  moko
                   3875: 
                   3876:        * configure.in, src/include/pa_config_includes.h,
                   3877:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3878:          added for uint8/32/64_t)
                   3879: 
                   3880:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3881:          pa_config_includes.h used for uint32/64_t
                   3882: 
                   3883: 2013-07-16  moko
                   3884: 
                   3885:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3886:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3887:          war
                   3888: 
                   3889:        * src/main/compile.tab.C: compile.y was updated
                   3890: 
                   3891:        * src/main/compile.y: warning war
                   3892: 
                   3893:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3894:          main/pa_xml_exception.C: warning war
                   3895: 
                   3896:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3897: 
                   3898:        * configure.in: beauty :)
                   3899: 
                   3900:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3901: 
                   3902: 2013-07-13  moko
                   3903: 
                   3904:        * src/lib/md5/md5.vcproj: sha2 added
                   3905: 
                   3906:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3907:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3908: 
                   3909: 2013-07-08  moko
                   3910: 
                   3911:        * src/classes/image.C: directory read or other read problem message
                   3912:          fixed (related to issue #933)
                   3913: 
                   3914: 2013-07-07  moko
                   3915: 
                   3916:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3917:          dependense from $charsetsdir directory existance and content (and
                   3918:          UTF-8 is default allready)
                   3919: 
                   3920:        * AUTHORS: + misha + moko. :)
                   3921: 
                   3922: 2013-07-06  moko
                   3923: 
                   3924:        * src/: classes/curl.C, include/pa_globals.h,
                   3925:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3926:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3927:          for lt_dlinit to be called once and lt_dlexit called at right
                   3928:          place (related to issue #925)
                   3929: 
                   3930: 2013-07-04  moko
                   3931: 
                   3932:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3933:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3934:          content-type to be set, as it brokes badly designed logic in
                   3935:          response output. This hopefully finishes issue #928.
                   3936: 
                   3937:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3938:          as name, size, mode, content-type
                   3939: 
                   3940:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3941:          issue #933
                   3942: 
                   3943: 2013-06-28  moko
                   3944: 
                   3945:        * tests/: 286.html, results/286.processed: test extended
                   3946: 
                   3947:        * tests/: 286.html, results/286.processed: Test for issue #928
                   3948:          added.  it tests default content-type change.
                   3949: 
                   3950:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   3951:          now updated
                   3952: 
                   3953: 2013-06-25  moko
                   3954: 
                   3955:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   3956:          content-type for text/binary files without name added;
                   3957:          ^file::create[$f;...] options now works properly and $f
                   3958:          properties are default (fixes issue #928)
                   3959: 
                   3960: 2013-05-16  misha
                   3961: 
                   3962:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   3963:          added
                   3964: 
                   3965:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   3966:          table if specified limit is bigger than source rows count
                   3967: 
                   3968:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   3969:          added ( new feature: #858 )
                   3970: 
                   3971: 2013-04-29  moko
                   3972: 
                   3973:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   3974:          $.ipresolve(0|1|2) added (closes issue #891)
                   3975: 
                   3976:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   3977: 
                   3978: 2013-04-24  moko
                   3979: 
                   3980:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3981:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   3982:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   3983:          memcached_quit (refs #893)
                   3984: 
                   3985: 2013-04-22  moko
                   3986: 
                   3987:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   3988:          slashes in file path (fixes bug #872)
                   3989: 
                   3990:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   3991:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   3992:          #739)
                   3993: 
                   3994:        * tests/results/266.processed: $.max_params added (feature #915)
                   3995: 
                   3996:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   3997:          option added to file::load (closes issue #867)
                   3998: 
                   3999: 2013-04-20  misha
                   4000: 
                   4001:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   4002:          commited
                   4003: 
                   4004: 2013-03-15  misha
                   4005: 
                   4006:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   4007:          multiple empty strings while ::sql. uae String::Empty instead
                   4008: 
                   4009: 2013-03-14  misha
                   4010: 
                   4011:        * src/classes/reflection.C: - for user classes
                   4012:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   4013:          with $.call_type if they available ( new feature: #915 )
                   4014: 
                   4015:        * src/classes/file.C: - ^file:delete[] now supports an option
                   4016:          $.exception(false) that suppress any exception while deleting
                   4017:          file ( new feature: #916 )
                   4018: 
                   4019:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4020:          work :)
                   4021: 
                   4022: 2013-03-12  misha
                   4023: 
                   4024:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4025:          set default name for the file
                   4026: 
                   4027: 2013-03-11  misha
                   4028: 
                   4029:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4030:          also available in $f.cookies
                   4031: 
                   4032:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4033:          moved to a separate method
                   4034: 
                   4035: 2013-03-10  moko
                   4036: 
                   4037:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4038:          added
                   4039: 
                   4040:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4041:          removed (declared by autoconf)
                   4042: 
                   4043:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4044:          uint32_t define
                   4045: 
                   4046: 2013-03-10  misha
                   4047: 
                   4048:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4049:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4050: 
                   4051:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4052:          empty dirs is added
                   4053: 
                   4054: 2013-03-10  moko
                   4055: 
                   4056:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4057:          but default check removed from ^int/double/bool.int/double/bool
                   4058:          for string.int/double/bool compatibility (related to issue #913)
                   4059: 
                   4060:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4061:          internally throws exception if default is present (closes issue
                   4062:          #913)
                   4063: 
                   4064: 2013-03-09  misha
                   4065: 
                   4066:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4067:          optimisations ( #845 )
                   4068: 
                   4069:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4070: 
                   4071: 2013-03-08  moko
                   4072: 
                   4073:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4074:          creates correct table (fixes issue #910)
                   4075: 
                   4076:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4077:          use outside of 'connect' operator (fixes issue #911)
                   4078: 
                   4079:        * tests/results/: 096.processed, 122.processed: test results
                   4080:          updated as doubles now printed with 15 significant digits, not 5
                   4081:          (fixes issue #882)
                   4082: 
                   4083:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4084:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4085: 
                   4086: 2013-02-21  moko
                   4087: 
                   4088:        * src/classes/table.C: _locate_name_value does not check arguments
                   4089:          count, so we check it in advance (fixes issue #905)
                   4090: 
                   4091: 2012-10-23  moko
                   4092: 
                   4093:        * buildall: old shell for and echo compatibility (for six)
                   4094: 
                   4095: 2012-10-19  moko
                   4096: 
                   4097:        * buildall: --strip added --disable-safe-mode listed in usage
                   4098: 
                   4099: 2012-10-17  misha
                   4100: 
                   4101:        * src/classes/op.C: - apply-taint should not throw "outside
                   4102:          connect" exception with sql lang now
                   4103: 
                   4104: 2012-10-17  moko
                   4105: 
                   4106:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4107:          each request (for apache module)
                   4108: 
                   4109: 2012-09-26  moko
                   4110: 
                   4111:        * src/doc/doxygen.cfg: png -> svg
                   4112: 
                   4113: 2012-09-25  moko
                   4114: 
                   4115:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   4116:          test added
                   4117: 
                   4118:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   4119:          double use when key is long
                   4120: 
                   4121: 2012-09-16  moko
                   4122: 
                   4123:        * src/classes/math.C: Format -> Method Encode -> Format
                   4124: 
                   4125:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   4126:          added
                   4127: 
                   4128: 2012-09-14  moko
                   4129: 
                   4130:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   4131:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   4132:          implementation added
                   4133: 
                   4134: 2012-09-12  moko
                   4135: 
                   4136:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   4137:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   4138:          targets.dox and string.dox slightly actualized
                   4139: 
                   4140: 2012-08-31  moko
                   4141: 
                   4142:        * ChangeLog: now generated with patched cvs2cl.pl
                   4143: 
                   4144: 2012-07-29  moko
                   4145: 
                   4146:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   4147:          result should be pushed after VMethodFrame destructor is called,
                   4148:          as it deletes junctions from stack params (fixes issue #868)
                   4149: 
                   4150: 2012-07-23  moko
                   4151: 
                   4152:        * INSTALL, README: buildall script usage documented, other outdated
                   4153:          info updated.
                   4154: 
                   4155:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   4156: 
                   4157: 2012-07-21  moko
                   4158: 
                   4159:        * buildall: glib does not compile when threads are disabled...
                   4160: 
                   4161:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   4162: 
                   4163:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   4164:          unref, can't unref nested objects)
                   4165: 
                   4166:        * src/types/pa_vmail.C: another check added
                   4167: 
                   4168: 2012-07-19  moko
                   4169: 
                   4170:        * buildall: usage added
                   4171: 
                   4172:        * buildall: new buildall script that unites buildall-with-xml,
                   4173:          buildall-without-xml, --with-apache and --with-mailreceive
                   4174: 
                   4175:        * configure.in: support for static gmime and dynamic glib linking.
                   4176:          fixes for FreeBSD
                   4177: 
                   4178: 2012-07-17  moko
                   4179: 
                   4180:        * configure.in: --with-mailreceive replaced
                   4181:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   4182:          removed
                   4183: 
                   4184: 2012-07-16  moko
                   4185: 
                   4186:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   4187:          capitalized, content now decoded and text content converted to
                   4188:          $request:charset.  all properties are accessed by functions, this
                   4189:          ready for dynamic load.
                   4190: 
                   4191: 2012-06-28  moko
                   4192: 
1.116     moko     4193:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   4194:          32 bit
1.95      moko     4195: 
                   4196: 2012-06-27  moko
                   4197: 
                   4198:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   4199:          passive ftp
                   4200: 
                   4201:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   4202: 
                   4203:        * configure.in: 3.4.2 RC -> 3.4.2
                   4204: 
                   4205: 2012-06-22  moko
                   4206: 
                   4207:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   4208:          #815)
                   4209: 
                   4210:        * tests/: 284.html, results/284.processed: output options test
                   4211:          (feature #265)
                   4212: 
                   4213: 2012-06-22  misha
                   4214: 
                   4215:        * tests/215.html: - little changes
                   4216: 
                   4217: 2012-06-21  moko
                   4218: 
                   4219:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   4220:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   4221:          feature #265)
                   4222: 
                   4223:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   4224:          breaks long .*, default 10M restored. (issue #216)
                   4225: 
                   4226:        * tests/: 283.html, results/283.processed: test for issue #815
                   4227:          added
                   4228: 
                   4229:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   4230:          again, cstrm not required.
                   4231: 
                   4232:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   4233:          Win32 and broken FreeBSD (issue #45)
                   4234: 
                   4235:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   4236: 
                   4237:        * src/main/pa_string.C: warnings war
                   4238: 
                   4239:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   4240:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   4241:          main/pa_socks.C, targets/apache/pa_threads.C,
                   4242:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4243:          types/pa_vstatus.C: compilation under cygwin fixed
                   4244: 
                   4245: 2012-06-19  moko
                   4246: 
                   4247:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   4248:          Windows fixed
                   4249: 
                   4250:        * parser3.sln: removed antique pcre_ctype
                   4251: 
                   4252:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   4253: 
                   4254:        * src/include/pa_config_fixed.h: undefined reference to
                   4255:          __imp__pcre_* fix for Windows
                   4256: 
                   4257:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     4258:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   4259:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   4260:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   4261:          define fixed
1.95      moko     4262: 
                   4263: 2012-06-18  moko
                   4264: 
                   4265:        * src/classes/memcached.C: flush -> clear
                   4266: 
                   4267:        * src/classes/memcached.C: memcached does not support quotes even
                   4268:          in server name
                   4269: 
                   4270:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4271:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   4272:          called on open to check servers existance.  $.key(true) syntax
                   4273:          now supported
                   4274: 
                   4275: 2012-06-17  moko
                   4276: 
                   4277:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   4278:          cleanup
                   4279: 
                   4280:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   4281:          tests/results/282.processed: encloser at the EOF bug fixed,
                   4282:          incorrectly enclosed data now processed more logicaly (fixes
                   4283:          #339)
                   4284: 
                   4285: 2012-06-15  moko
                   4286: 
                   4287:        * buildall-without-xml: sync with buildall-with-xml
                   4288: 
                   4289:        * buildall-with-xml: download auto-detected between fetch and curl
                   4290: 
                   4291:        * configure.in: --with-gc and --with-pcre now also processed
                   4292:          correctly
                   4293: 
1.116     moko     4294:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   4295:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   4296:          should be run on rol1 using automake / aclocal (GNU automake)
                   4297:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     4298: 
                   4299:        * configure.in: new PARSER_VERSION logic
                   4300: 
                   4301:        * src/include/pa_version.h: new pa_version.h logic
                   4302: 
                   4303:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4304:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4305:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   4306:          feols_normalized -> fis_text_content set_binary added
                   4307: 
                   4308:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   4309: 
                   4310: 2012-06-15  misha
                   4311: 
                   4312:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4313:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4314:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   4315:          ^file::create[text;content] EOLs in content now is normalized. (
                   4316:          new feature: #815 )
                   4317: 
                   4318: 2012-06-15  moko
                   4319: 
                   4320:        * configure.in: --disable-version-update added to disable version
                   4321:          update with host information (for debian package) whitespace
                   4322:          optimized
                   4323: 
                   4324:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   4325:          libtool
                   4326: 
                   4327:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   4328:          it.
                   4329: 
                   4330: 2012-06-14  moko
                   4331: 
                   4332:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   4333:          tests/results/281.processed: "hash flocked" error removed for
                   4334:          safe operations like ^h._count[] ( new feature: #335 )
                   4335: 
1.116     moko     4336:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     4337: 
                   4338:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   4339: 
                   4340:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   4341:          xml compilation check added
                   4342: 
                   4343:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   4344:          replaced with --with-gc and --with-pcre test for pcre linking
                   4345:          added
                   4346: 
                   4347: 2012-06-13  moko
                   4348: 
                   4349:        * configure.in: apxs2 check optimized
                   4350: 
                   4351:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   4352:          .la, includes optimized
                   4353: 
                   4354:        * buildall-with-xml: --with-pic looks better for -fPIC
                   4355: 
                   4356:        * configure.in: switched to convenience library in static linking
                   4357: 
                   4358:        * src/targets/apache/Makefile.am: switched to convenience library
                   4359:          usage to avoid libtool warnings
                   4360: 
                   4361:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4362:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4363:          smtp/Makefile.am: switched to convenience library usage
                   4364: 
                   4365:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4366: 
                   4367:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4368: 
                   4369:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4370: 
                   4371:        * buildall-without-xml: --with-included-ltdl added
                   4372: 
                   4373:        * buildall-without-xml: sync with buildall-with-xml
                   4374: 
                   4375:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4376:          -fPIC for x64 $download added for wget success check added
                   4377: 
                   4378:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4379: 
                   4380:        * configure.in: disable-static returned
                   4381: 
                   4382:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4383:          LIBTOOLFLAGS
                   4384: 
                   4385: 2012-06-12  moko
                   4386: 
                   4387:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4388:          compatible with LIBTOOLFLAGS for unknown reasons
                   4389: 
                   4390:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4391: 
                   4392:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4393:          apxs2 check added
                   4394: 
                   4395:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4396:          option removed
                   4397: 
                   4398: 2012-06-10  moko
                   4399: 
                   4400:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4401:          added
                   4402: 
                   4403:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4404: 
1.116     moko     4405:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4406:          beauty
1.95      moko     4407: 
                   4408:        * depcomp: from libtool 2.4.2
                   4409: 
                   4410:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4411: 
                   4412: 2012-06-09  moko
                   4413: 
1.116     moko     4414:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4415:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4416:          autogenerated files updated after libtool update
                   4417: 
1.116     moko     4418:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4419:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4420:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4421:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4422:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4423:          config/compile, config/config.guess, config/config.sub,
                   4424:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4425:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4426:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4427:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4428:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4429:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4430:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4431:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4432:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4433: 
                   4434:        * configure.in: preparation for new libtool
                   4435: 
                   4436:        * configure.in: Some beauty added :)
                   4437: 
                   4438:        * src/targets/apache/Makefile.am: := -> =
                   4439: 
                   4440:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4441:          again. :)
                   4442: 
                   4443:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4444:          previously was taken from pcre_internal.h. :)
                   4445: 
                   4446:        * src/lib/pcre/Makefile.am: config.h returned
                   4447: 
                   4448:        * src/lib/pcre/config.h: still need this. :)
                   4449: 
                   4450:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4451: 
                   4452:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4453:          removed
                   4454: 
                   4455:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4456:          now in parser tree, no need to copy
                   4457: 
                   4458:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4459:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4460:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4461:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4462:          extracts now used old trash removed
                   4463: 
                   4464:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4465:          rare charsets/drivers are commented, sql driver quessing removed
                   4466:          (debian/patches/103_auto_p.patch)
                   4467: 
                   4468:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4469:          (debian/patches/104_automake.patch) + all charsets are copied
                   4470: 
                   4471:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4472:          extra arguments now supported
                   4473: 
                   4474: 2012-06-08  misha
                   4475: 
                   4476:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4477:          the 2nd option in ^table.hash[] could be hash or table so
                   4478:          .as_hash will throw an exception when table option is specified
                   4479: 
                   4480:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4481:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4482:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4483:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4484:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4485:          and improved (whitespaces are allowed as empty options) -
                   4486:          MethodParams::as_table is added - above methods are used for
                   4487:          parsing methods' options ( new feature: #9 )
                   4488: 
                   4489:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4490:          to vclass. now class fields can be accessible as a hash:
                   4491:          $h[^hash::create[$asd:CLASS]]
                   4492: 
                   4493:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4494:          have get_fields method so their fields can be accessed with
                   4495:          ^reflection:fields[...] & ^reflection:field[...]
                   4496: 
                   4497: 2012-06-06  misha
                   4498: 
                   4499:        * tests/280.html: - tests for
                   4500:          ^reflection:method[obj-or-class;method],
                   4501:          ^reflection:field[obj-or-class;field] and
                   4502:          ^reflection:fields[obj-or-class] are added
                   4503: 
                   4504: 2012-06-05  misha
                   4505: 
                   4506:        * src/classes/reflection.C: - ^reflection:method[class or
                   4507:          object;method name] and ^reflection:field[class or object;field
                   4508:          name] are added
                   4509: 
                   4510:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4511:          is used
                   4512: 
                   4513:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4514: 
                   4515: 2012-06-05  moko
                   4516: 
1.116     moko     4517:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4518: 
                   4519:        * src/classes/memcached.C: flish ttl fixed
                   4520: 
                   4521: 2012-06-04  moko
                   4522: 
                   4523:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4524:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4525:          option (new feature #833)
                   4526: 
                   4527: 2012-06-04  misha
                   4528: 
                   4529:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4530:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4531: 
                   4532: 2012-06-03  misha
                   4533: 
                   4534:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4535:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4536: 
                   4537: 2012-05-30  misha
                   4538: 
                   4539:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4540:          incomplete class into a scope while @USE is found
                   4541: 
                   4542:        * src/main/compile.y: - add incomplete class into a scope while
                   4543:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4544: 
                   4545: 2012-05-30  moko
                   4546: 
                   4547:        * src/types/pa_vclass.C, tests/278.html,
                   4548:          tests/results/278.processed: removed "property has no getter
                   4549:          method" exception when GET_DEFAULT present (fixes #269)
                   4550: 
                   4551:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4552:          $._default
                   4553: 
                   4554: 2012-05-29  moko
                   4555: 
                   4556:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4557:          uninitialized values usage (new feature: #154)
                   4558: 
                   4559: 2012-05-28  moko
                   4560: 
                   4561:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4562:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4563:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4564:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4565:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4566:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4567:          tests/results/277.processed, src/types/pa_vtable.h,
                   4568:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4569:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4570:          feature #803)
                   4571: 
                   4572:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4573:          tests/results/277.processed: json numbers are now treated as
                   4574:          double ( new feature: #834 )
                   4575: 
                   4576:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4577:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4578:          added for out of range checks, zero division in vint/vdouble
                   4579:          check added ( fixes #832 )
                   4580: 
                   4581:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4582:          ( fixes #832 )
                   4583: 
                   4584: 2012-05-28  misha
                   4585: 
                   4586:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4587:          configure
                   4588: 
                   4589:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4590:          added - tests for unsupported values for options $.file, $.table
                   4591:          and $.date are added
                   4592: 
                   4593:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4594:          accepts "stat" $.file[] option's value in addition to existed
                   4595:          "text" and "base64" ( new feature: #835 )
                   4596: 
                   4597:        * tests/276.html: - test for
                   4598:          ^reflection:delete[$object-or-class;field-name]
                   4599: 
                   4600:        * src/classes/reflection.C: -
                   4601:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4602:          feature: #268 )
                   4603: 
                   4604: 2012-05-27  misha
                   4605: 
                   4606:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4607: 
                   4608: 2012-05-24  misha
                   4609: 
                   4610:        * src/include/pa_common.h: - method lastposafter was removed
                   4611: 
                   4612:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4613:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4614:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4615:          work as *nix commands
                   4616: 
                   4617:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4618: 
                   4619:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4620:          rskipchars were added
                   4621: 
                   4622:        * tests/270.html: - more tests for ^file:find[]
                   4623: 
                   4624:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4625: 
                   4626:        * src/include/pa_version.h: - must be "win32" here. it is
                   4627:          auto-generated on *nix
                   4628: 
                   4629: 2012-05-24  moko
                   4630: 
                   4631:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4632:          throws overflow exception ( new feature: #830 )
                   4633: 
                   4634:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4635:          uint32 support and overflow added ( new feature: #830 )
                   4636: 
                   4637: 2012-05-23  moko
                   4638: 
                   4639:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4640:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4641:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4642:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4643:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4644:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4645:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4646:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4647:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4648:          "return string as-is" removed from as_expr_result. ( new feature:
                   4649:          #831 )
                   4650: 
                   4651:        * tests/results/244.processed: test changed after bug #782 fix
                   4652:          commited
                   4653: 
                   4654:        * tests/results/229.processed: test results for bug #782 commited
                   4655: 
                   4656:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4657:          not printed. :)
                   4658: 
                   4659: 2012-05-20  moko
                   4660: 
                   4661:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4662:          feature: #341 )
                   4663: 
                   4664:        * tests/: 254.html, results/254.processed: test for
                   4665:          ^reflection:uid[] added
                   4666: 
                   4667:        * tests/: 254.html, results/254.processed: test for
                   4668:          ^reflection:uid[$obj] added
                   4669: 
                   4670: 2012-05-17  misha
                   4671: 
                   4672:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4673:          exploding filespec-tainting ( new feature: #829 )
                   4674: 
                   4675: 2012-05-12  moko
                   4676: 
                   4677:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4678:          not.
                   4679: 
                   4680: 2012-05-08  moko
                   4681: 
                   4682:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4683: 
                   4684:        * tests/229.html: test for bug #782
                   4685: 
                   4686:        * tests/results/259.processed, src/main/pa_request.C,
                   4687:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4688:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4689:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4690:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4691:          added
                   4692: 
                   4693: 2012-04-27  moko
                   4694: 
1.116     moko     4695:        * src/targets/apache/Makefile.am:
1.95      moko     4696:          ../../lib/memcached/libmemcached.a added
                   4697: 
                   4698: 2012-04-27  misha
                   4699: 
                   4700:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4701:          ( #827 )
                   4702: 
                   4703: 2012-04-25  moko
                   4704: 
                   4705:        * src/: classes/json.C, classes/memcached.C,
                   4706:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4707:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4708:          implemented.
                   4709: 
                   4710:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4711: 
                   4712: 2012-04-23  moko
                   4713: 
                   4714:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4715:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4716:          types/pa_vmemcached.h: open allows options hash for new
                   4717:          memcached(options) function
                   4718: 
                   4719:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4720:          not appended
                   4721: 
                   4722: 2012-04-21  moko
                   4723: 
                   4724:        * src/classes/curl.C: '' added. :)
                   4725: 
                   4726:        * src/classes/classes.vcproj: new curl.h location
                   4727: 
                   4728:        * src/classes/curl.C: verbose output redirection from stderr to
                   4729:          file curl option added
                   4730: 
                   4731: 2012-04-20  moko
                   4732: 
                   4733:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4734:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4735: 
1.116     moko     4736:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4737:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4738:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4739:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4740:          configure option
                   4741: 
                   4742: 2012-04-19  moko
                   4743: 
                   4744:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4745:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4746:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4747:          options from sql_result_string removed. (closes issue #468)
                   4748: 
                   4749:        * src/types/pa_vmemcached.C: empty string fix
                   4750: 
                   4751:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4752:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4753:          pa_vmemcached.C
                   4754: 
                   4755: 2012-04-18  moko
                   4756: 
                   4757:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4758:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4759: 
                   4760:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4761:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4762:          installed (issue #354)
                   4763: 
                   4764: 2012-04-16  moko
                   4765: 
                   4766:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4767:          memcached_result_free removed
                   4768: 
                   4769: 2012-04-14  moko
                   4770: 
                   4771:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4772: 
                   4773:        * src/types/pa_vmemcached.C: check_key added and used
                   4774: 
                   4775: 2012-04-13  moko
                   4776: 
                   4777:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4778:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4779:          Serialization_data now added and used, VString now serialized
                   4780:          with languages into memcached.
                   4781: 
                   4782: 2012-03-28  moko
                   4783: 
                   4784:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4785:          lib/memcached/pa_memcached.h: result lengths added
                   4786: 
                   4787: 2012-03-27  moko
                   4788: 
                   4789:        * src/types/pa_vmemcached.C: strdup added
                   4790: 
                   4791: 2012-03-24  moko
                   4792: 
                   4793:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4794:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4795:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4796: 
                   4797: 2012-03-20  moko
                   4798: 
1.116     moko     4799:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4800: 
                   4801:        * src/targets/cgi/Makefile.am: cleanup
                   4802: 
                   4803:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4804:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4805: 
                   4806:        * src/: classes/Makefile.am, classes/memcached.C,
                   4807:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4808:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4809:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4810: 
                   4811: 2012-03-16  moko
                   4812: 
                   4813:        * src/main/execute.C: ident now works under Linux + ident displays
                   4814:          filenames (closes issue #818)
                   4815: 
1.116     moko     4816:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4817:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4818:          pa_vmethod_frame_local.h removed
                   4819: 
                   4820:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4821:          classes/classes.h, classes/curl.C, classes/date.C,
                   4822:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4823:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4824:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4825:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4826:          classes/regex.C, classes/response.C, classes/string.C,
                   4827:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4828:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4829:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4830:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4831:          include/pa_dictionary.h, include/pa_dir.h,
                   4832:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4833:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4834:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4835:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4836:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4837:          include/pa_sapi.h, include/pa_socks.h,
                   4838:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4839:          include/pa_stack.h, include/pa_string.h,
                   4840:          include/pa_stylesheet_connection.h,
                   4841:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4842:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4843:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4844:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4845:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4846:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4847:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4848:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4849:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4850:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4851:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4852:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4853:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4854:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4855:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4856:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4857:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4858:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4859:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4860:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4861:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4862:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4863:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4864:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4865:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4866:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4867:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4868:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4869:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4870:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4871:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4872:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4873:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4874:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4875:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4876:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4877:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4878:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4879:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4880:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4881:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4882:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4883:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4884:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4885:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4886:          ident now works under Linux + ident displays filenames (closes
                   4887:          issue #818) Copyright updated
                   4888: 
                   4889: 2012-03-13  moko
                   4890: 
                   4891:        * src/main/pa_string.C: compilation fix for feature #741
                   4892: 
                   4893: 2012-03-09  misha
                   4894: 
                   4895:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4896: 
                   4897:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4898:          now detects invalid base64 chars in the middle of encoded stricg
                   4899:          ( new feature: #55 )
                   4900: 
                   4901:        * src/include/pa_exception.h: - new exception type for base64
                   4902:          decoding is added
                   4903: 
                   4904: 2012-03-06  misha
                   4905: 
                   4906:        * tests/274.html: - tests for ^date::today[] and
                   4907:          ^date.sql-string[datetime|date|time] are added
                   4908: 
                   4909:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4910:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4911:          strings "datetime", "date" or "time" - comments tidying up
                   4912: 
                   4913:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4914:          date and time
                   4915: 
                   4916: 2012-03-03  misha
                   4917: 
                   4918:        * tests/193.html: - tests for
                   4919:          ^string:base64[encoded;$.strict(true)] are added
                   4920: 
                   4921:        * tests/results/auto.p: - try-catch operator is added
                   4922: 
                   4923:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4924:          main/pa_common.C: - $.strict(true|false) option is added to
                   4925:          base64 decode methods ( new feature: #55 )
                   4926: 
                   4927:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4928:          ( new feature: #819 )
                   4929: 
                   4930: 2012-02-28  moko
                   4931: 
                   4932:        * src/classes/hash.C: ident test
                   4933: 
                   4934: 2012-02-27  misha
                   4935: 
                   4936:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4937: 
                   4938: 2012-01-08  misha
                   4939: 
                   4940:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4941: 
                   4942:        * src/: classes/string.C, include/pa_dictionary.h,
                   4943:          main/pa_dictionary.C, main/pa_string.C: -
                   4944:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   4945:          ^string.replace[one subst here] is slightly optimized
                   4946: 
                   4947: 2011-12-07  misha
                   4948: 
                   4949:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   4950:          named table with one empty column ( bugfix: #63 )
                   4951: 
                   4952: 2011-11-30  misha
                   4953: 
                   4954:        * src/classes/json.C: - it's possible to set user's method for
                   4955:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   4956:          #763 )
                   4957: 
                   4958:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   4959: 
                   4960: 2011-11-23  misha
                   4961: 
                   4962:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4963:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   4964:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   4965:          ^file::create[mode;filename;content[;options]] now accepts binary
                   4966:          mode and file-content - new constructor's format:
                   4967:          ^file::create[string-or-file-content[;$.name[filename]
                   4968:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   4969:          feature: #65 )
                   4970: 
                   4971:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   4972:          mime_type_of(const String*) is added
                   4973: 
                   4974:        * src/include/pa_exception.h: - new exception constant
                   4975:          FILE_NAME_MUST_BE_SPECIFIED is added
                   4976: 
                   4977:        * src/classes/table.C: - bug with negative offset transformed into
                   4978:          a feature. it means pointing to a row from the end of the table (
                   4979:          new feature: #810 )
                   4980: 
                   4981: 2011-11-19  misha
                   4982: 
                   4983:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   4984:          â ìåòîäå _select ( new feature: #810 )
                   4985: 
                   4986:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   4987:          options were specified together is simplified
                   4988: 
                   4989: 2011-11-12  misha
                   4990: 
                   4991:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   4992:          HTTP content-disposition header (a part of bug #361 )
                   4993: 
                   4994:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   4995:          checks for ancestors' classes as well ( new feature: #456 )
                   4996: 
                   4997:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   4998:          "without cycle" now have types "parser.break" and
                   4999:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   5000:          )
                   5001: 
                   5002: 2011-11-11  misha
                   5003: 
                   5004:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   5005:          237.processed: - since bug #361 was fixed the content of filename
                   5006:          in HTTP headers is quoted
                   5007: 
                   5008:        * tests/results/270.processed: - result for test 270
                   5009: 
                   5010:        * tests/: 065.html, results/065.processed: - more tests for
                   5011:          ^file:basename[] & Co were added
                   5012: 
                   5013:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   5014: 
                   5015:        * tests/270.html: - tests for ^file:find[] are added
                   5016: 
                   5017:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5018:          using option $.charset. option $.engoding is still supported but
                   5019:          these options can not be specified together
                   5020: 
                   5021:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5022:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5023: 
                   5024: 2011-10-11  misha
                   5025: 
                   5026:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5027:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5028:          #622)
                   5029: 
                   5030: 2011-09-30  misha
                   5031: 
                   5032:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5033:          exception "saving stat-ed file" ( bugfix: #395 )
                   5034: 
                   5035: 2011-05-30  misha
                   5036: 
                   5037:        * src/classes/string.C: - fixed bug which was added with
                   5038:          params.as_hash into string:sql
                   5039: 
                   5040: 2011-05-29  misha
                   5041: 
                   5042:        * src/types/pa_value.C: - filename in content-disposition header
                   5043:          must be quoted ( bugfix: #361 )
                   5044: 
                   5045: 2011-05-27  misha
                   5046: 
                   5047:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5048:          created file
                   5049: 
                   5050:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5051:          usage
                   5052: 
                   5053:        * src/include/pa_exception.h: - one more string for exception was
                   5054:          added
                   5055: 
                   5056: 2011-05-25  misha
                   5057: 
                   5058:        * tests/269.html: - tests for checking input params in some dom
                   5059:          methods
                   5060: 
                   5061:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5062:          was added. it isn't possible not wo create xdoc with invalid
                   5063:          tagName. ( bugfix: #160 )
                   5064: 
                   5065:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5066:          string "data must be string" was mover from pa_exception.h to
                   5067:          pa_xml_exception.h
                   5068: 
                   5069:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5070:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5071: 
                   5072:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5073: 
                   5074:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5075:          options - XML-related exception's strings were added
                   5076: 
                   5077:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5078:          output_options were removed)
                   5079: 
                   5080: 2011-05-19  misha
                   5081: 
                   5082:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5083:          params.as_hash is used more while parsing methods hash-options
                   5084: 
                   5085: 2011-05-18  misha
                   5086: 
                   5087:        * operators.txt: - info about json-serialization of xdoc was added
                   5088: 
                   5089:        * tests/256.html: - tests for json-serialization xdoc were added
                   5090: 
                   5091:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5092: 
                   5093:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5094:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5095:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5096:          specified in $.xdoc[] ( new feature: #265 )
                   5097: 
                   5098: 2011-05-15  misha
                   5099: 
                   5100:        * tests/268.html: - tests for ^table.count[with options] were added
                   5101: 
                   5102:        * src/classes/table.C: - method ^table.count[] now can accept
                   5103:          options ( new feature: #93 ): ^table.count[column] returns number
                   5104:          of columns for named table; ^table.count[cells] returns number of
                   5105:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5106:          return number of rows in a table.
                   5107: 
                   5108:        * tests/267.html: - test for checking switch/case in boolean mode
                   5109:          was added
                   5110: 
                   5111:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5112:          compared as bool values, not as double values: new feature: #351
                   5113: 
                   5114: 2011-05-06  misha
                   5115: 
                   5116:        * tests/242.html: - EOL before EOF was added
                   5117: 
                   5118:        * tests/169.html: - tests for splitting empty string and void were
                   5119:          added
                   5120: 
                   5121:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   5122:          returned table with one empty cell)
                   5123: 
                   5124: 2011-04-03  misha
                   5125: 
                   5126:        * src/include/pa_version.h, configure.in: - version in head was
                   5127:          changed to 3.4.2b
                   5128: 
                   5129: 2011-03-30  misha
                   5130: 
                   5131:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   5132:          as well ( new feature #294 )
                   5133: 
                   5134: 2011-03-29  misha
                   5135: 
                   5136:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   5137:          limited to approx. 6 MB. previous limits were too big for real
                   5138:          life. bugfix: #216
                   5139: 
                   5140: 2011-03-04  moko
                   5141: 
                   5142:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   5143:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   5144: 
                   5145:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   5146:          vlalek@
                   5147: 
                   5148: 2011-02-22  misha
                   5149: 
                   5150:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   5151:          be under #ifdef XML or parser can't be compiled without xml
                   5152:          support
                   5153: 
                   5154: 2011-02-21  misha
                   5155: 
1.116     moko     5156:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     5157:          ApacheModuleParser3.vcproj was removed
                   5158: 
                   5159:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   5160:          removed)
                   5161: 
                   5162: 2011-02-20  misha
                   5163: 
                   5164:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   5165:          $.overridden in ^reflection:method_info[...] were added
                   5166: 
                   5167:        * src/classes/reflection.C: - beautifying result of
                   5168:          ^reflection:method_info[] ($.overridden/inherited)
                   5169: 
                   5170: 2011-02-18  misha
                   5171: 
                   5172:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   5173:          and pa_isalnum instead of isalpha and isalnum - bug with
                   5174:          redundand quoting lowercased latin chars while building email
                   5175:          body was fixed
                   5176: 
                   5177:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   5178:          added (they check for latin chars only)
                   5179: 
                   5180: 2011-02-16  misha
                   5181: 
                   5182:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   5183:          string size for transcoding gave too small value (should ever
                   5184:          look for availability char in dest charset inspite of the char
                   5185:          size)
                   5186: 
                   5187: 2011-02-04  moko
                   5188: 
                   5189:        * tests/223.html: header values now not url-encoded (issue #195)
                   5190: 
                   5191: 2011-02-01  misha
                   5192: 
                   5193:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   5194: 
                   5195: 2011-01-31  misha
                   5196: 
                   5197:        * src/main/pa_request.C: - throw exception if param file_name in
                   5198:          use_file is empty
                   5199: 
                   5200: 2011-01-08  moko
                   5201: 
                   5202:        * src/classes/curl.C: compilations errors fixed
                   5203: 
                   5204: 2010-12-29  moko
                   5205: 
                   5206:        * tests/: 265.html, results/265.processed: test for issue #200
                   5207:          added
                   5208: 
                   5209:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   5210:          #200)
                   5211: 
                   5212:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   5213: 
                   5214:        * tests/results/223.processed: header values now not url-encoded
                   5215:          (issue #195)
                   5216: 
                   5217:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   5218:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   5219:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   5220: 
                   5221: 2010-12-18  misha
                   5222: 
                   5223:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   5224:          => pa-include
                   5225: 
                   5226: 2010-11-28  moko
                   5227: 
                   5228:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   5229: 
                   5230:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   5231:          -> pa
                   5232: 
                   5233:        * configure.in: apr -> pa
                   5234: 
                   5235:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   5236: 
                   5237:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   5238:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   5239: 
                   5240:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   5241:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   5242:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   5243:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   5244:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   5245:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   5246:          module apr name conflict resolved)
                   5247: 
                   5248: 2010-11-27  misha
                   5249: 
                   5250:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   5251:          libbz2
                   5252: 
                   5253: 2010-11-26  misha
                   5254: 
                   5255:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   5256:          warnings removed
                   5257: 
                   5258: 2010-11-25  moko
                   5259: 
                   5260:        * operators.txt: $.indent(true)
                   5261: 
                   5262:        * operators.txt: another bugfix. :)
                   5263: 
                   5264:        * operators.txt: bugfix. :)
                   5265: 
                   5266:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   5267: 
                   5268: 2010-11-24  moko
                   5269: 
1.116     moko     5270:        * configure: apxs support
1.95      moko     5271: 
                   5272:        * configure.in: apxs support -Bstatic gc removed for OS X
                   5273: 
                   5274:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   5275: 
                   5276:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   5277:          THREAD_LOCAL usage
                   5278: 
                   5279:        * src/: classes/curl.C, include/pa_config_includes.h,
                   5280:          main/pa_globals.C: THREAD_LOCAL defined and used
                   5281: 
                   5282: 2010-11-23  moko
                   5283: 
                   5284:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   5285:          should be passed to pa_sleep, and only fractional part (bugfix:
                   5286:          #188)
                   5287: 
                   5288:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   5289: 
                   5290:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5291:          GC_dont_gc=1, as in cgi version
                   5292: 
                   5293:        * src/targets/apache/mod_parser3.c: warning war
                   5294: 
                   5295:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5296:          pa_httpd.h: version removed, some trash removed
                   5297: 
                   5298:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   5299:          to show it), warning war
                   5300: 
                   5301:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5302:          pa_httpd.h: parser_status_allowed removed + merge config
                   5303:          functions removed (override is the default) + beauty
                   5304: 
                   5305:        * src/: include/pa_request.h, main/pa_request.C,
                   5306:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   5307:          hide $status used in apache module removed
                   5308: 
                   5309: 2010-11-18  moko
                   5310: 
                   5311:        * operators.txt: $.table[compact] added for ^json:string[]
                   5312: 
                   5313: 2010-11-16  moko
                   5314: 
                   5315:        * src/targets/apache/mod_parser3.c: some cleanup done
                   5316: 
                   5317:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   5318:          is hashcode; second, info.fragment_begin is original, not
                   5319:          resulting length
                   5320: 
                   5321:        * src/classes/file.C: new feature: $.stdin now untainted
                   5322: 
                   5323:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   5324: 
                   5325:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   5326: 
                   5327:        * src/classes/op.C: ^apply-taint[] method added
                   5328: 
                   5329:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   5330:          added; $.stdin untaint test added
                   5331: 
                   5332: 2010-11-15  moko
                   5333: 
                   5334:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   5335:          removed
                   5336: 
                   5337:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5338:          pa_httpd.h: 2x2 calculated under apache2. :)
                   5339: 
                   5340: 2010-11-13  moko
                   5341: 
                   5342:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   5343:          with apache 2.x includes
                   5344: 
                   5345:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   5346:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   5347:          united apache 1.3 / apache 2.x DSO module
                   5348: 
                   5349: 2010-11-09  moko
                   5350: 
                   5351:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   5352:          syntax
                   5353: 
                   5354:        * tests/: 263.html, results/263.processed: test from method[*args]
                   5355:          added
                   5356: 
                   5357:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5358:          number of params can now be passed to a method declared with *arg
                   5359: 
                   5360: 2010-11-06  moko
                   5361: 
                   5362:        * src/classes/table.C: formating fixed. :)
                   5363: 
                   5364:        * src/classes/table.C: closes #4: ^table.select now supports
                   5365:          $.limit(), $.offset, $.reverse() options
                   5366: 
                   5367:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5368:          with options added (feature #4)
                   5369: 
                   5370:        * src/include/pa_array.h: remove function added
                   5371: 
                   5372:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5373:          object in get_element/put_element, using static one.
                   5374: 
                   5375: 2010-11-04  moko
                   5376: 
                   5377:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5378:          options is passed
                   5379: 
                   5380:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5381:          now tested; k and p in handler now tested.
                   5382: 
                   5383:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5384:          $.table[compact] feature added
                   5385: 
                   5386:        * src/classes/json.C: key is now passed to handler in
                   5387:          value_json_string; ^json:string result now process tainting
                   5388:          inside and returns clean string, related to issue #153
                   5389: 
                   5390:        * src/main/untaint.C: bugfix: charset can be null (in
                   5391:          ^string:save[] as example), thus check is added
                   5392: 
                   5393: 2010-10-31  moko
                   5394: 
                   5395:        * src/classes/string.C: error message changed (fixes issue #149)
                   5396: 
                   5397: 2010-10-29  moko
                   5398: 
                   5399:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5400:          port is not default (fixes issue #155); exception on invalid port
                   5401:          added.
                   5402: 
                   5403:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5404:          "Accept: */*" to be passed
                   5405: 
                   5406: 2010-10-28  moko
                   5407: 
                   5408:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5409:          exception on unknown charset even if response_charset was
                   5410:          specified
                   5411: 
                   5412: 2010-10-27  moko
                   5413: 
                   5414:        * src/classes/string.C: ^string.append removed for void
                   5415:          compatibility
                   5416: 
                   5417: 2010-10-26  moko
                   5418: 
                   5419:        * src/classes/json.C: libjson supports array at top level, we too
                   5420:          (GPF fixed)
                   5421: 
                   5422: 2010-10-25  moko
                   5423: 
                   5424:        * tests/: 253.html, results/253.processed: libjson supports array
                   5425:          at top level, parser now supports it as well.
                   5426: 
                   5427:        * tests/261.html, tests/results/261.processed,
                   5428:          src/types/pa_vstring.h: empty string is now void compatible
                   5429:          (allows $empty.key)
                   5430: 
                   5431: 2010-10-22  misha
                   5432: 
                   5433:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5434:          while adding additional expires checkout)
                   5435: 
                   5436:        * tests/030.html: - test for session cookie was added
                   5437: 
                   5438: 2010-10-21  moko
                   5439: 
                   5440:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5441:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5442:          string (feature #111)
                   5443: 
                   5444:        * tests/: 261.html, results/261.processed: checks void from string
                   5445:          inheritance (feature #111)
                   5446: 
                   5447:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5448:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5449:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5450:          now true by default
                   5451: 
                   5452: 2010-10-17  moko
                   5453: 
                   5454:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5455:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5456:          (bugfix: #128)
                   5457: 
                   5458:        * tests/: 223.html, results/223.processed: binary file upload test
                   5459:          added, GPF (issue #128) also checked in this test
                   5460: 
                   5461: 2010-10-13  misha
                   5462: 
                   5463:        * tests/260.html: - test for math:convert
                   5464: 
                   5465:        * src/classes/math.C: - error in math:convert was fixed
                   5466: 
                   5467:        * operators.txt: - info about
                   5468:          ^math:convert[number](from-base;to-base) was added
                   5469: 
                   5470:        * src/classes/math.C: - method
                   5471:          ^math:convert[number](from-base;to-base) for converting number
                   5472:          represention from one base to another was added ( new feature:
                   5473:          #23 )
                   5474: 
                   5475: 2010-10-13  moko
                   5476: 
                   5477:        * src/main/compile.tab.C: [] now is empty string, not void
                   5478: 
                   5479:        * src/main/compile.y: [] now is empty string, not void
                   5480: 
                   5481:        * src/types/pa_vvoid.h: void now passed as parameter
                   5482: 
                   5483:        * tests/: 259.html, results/259.processed: to test difference
                   5484:          between void and empty string (see ticket #111)
                   5485: 
                   5486:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5487:          void
                   5488: 
                   5489:        * tests/256.html: $s[$void] is no longer empty string
                   5490: 
                   5491:        * tests/254.html: empty string is no longer void
                   5492: 
                   5493: 2010-10-12  misha
                   5494: 
                   5495:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5496:          converted to date during cookies set up ( bugfix: #104 )
                   5497: 
                   5498:        * tests/041.html: - more tests for ^table.locate were added
                   5499: 
                   5500:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5501:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5502:          ^table.locate[field;value;options] was fixed
                   5503: 
                   5504: 2010-10-10  moko
                   5505: 
                   5506:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5507:          another object feature returned
                   5508: 
                   5509:        * tests/results/258.processed: test result updated as constructor
                   5510:          returning another object feature returned
                   5511: 
                   5512:        * tests/: 258.html, results/258.processed: test for constructor
                   5513:          returning another object
                   5514: 
                   5515: 2010-10-08  misha
                   5516: 
                   5517:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5518:          options shouldn't cause exceptions any longer
                   5519: 
                   5520: 2010-10-06  moko
                   5521: 
                   5522:        * src/classes/: hash.C, table.C: length from sql server is now
                   5523:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5524: 
                   5525: 2010-10-02  misha
                   5526: 
                   5527:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5528:          usable to delete cache file.
                   5529: 
                   5530: 2010-10-02  moko
                   5531: 
                   5532:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5533:          checking
                   5534: 
                   5535:        * src/classes/json.C: null key bug fixed
                   5536: 
                   5537: 2010-09-29  misha
                   5538: 
                   5539:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5540: 
                   5541: 2010-09-25  moko
                   5542: 
                   5543:        * src/classes/json.C: small fixed
                   5544: 
                   5545:        * tests/results/: 253.processed, 255.processed: just updated
                   5546: 
                   5547:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5548:          results/255.processed: charset transcode test added for
                   5549:          json:parse
                   5550: 
                   5551: 2010-09-24  moko
                   5552: 
                   5553:        * src/types/pa_value.h: warning war :)
                   5554: 
                   5555:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5556:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5557:          ^json:string
                   5558: 
                   5559: 2010-09-22  moko
                   5560: 
                   5561:        * src/main/pa_charset.C: parser charset tables declare only
                   5562:          white-space before 0x20, thus adding the missing chars
                   5563: 
                   5564:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5565:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5566: 
                   5567: 2010-09-21  misha
                   5568: 
                   5569:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5570:          want to compile grammar if they are absent)
                   5571: 
                   5572:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5573: 
                   5574:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5575: 
                   5576:        * src/main/main.vcproj: - path to bison is changed
                   5577: 
                   5578: 2010-09-21  moko
                   5579: 
1.116     moko     5580:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5581:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5582:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5583: 
                   5584: 2010-09-20  misha
                   5585: 
                   5586:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5587: 
                   5588:        * src/classes/json.C: - add EOL while json-serializing hash
                   5589: 
                   5590:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5591:          compilers don't like 'ES'.
                   5592: 
                   5593: 2010-09-17  misha
                   5594: 
                   5595:        * operators.txt: - info about json class was added
                   5596: 
                   5597:        * src/classes/json.C: - ^json:string[object]
                   5598: 
                   5599:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5600:          preventing infinite recursion while executing json:string was
                   5601:          added
                   5602: 
                   5603:        * src/include/pa_string.h: - method append_quoted was added
                   5604: 
                   5605:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5606:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5607:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5608:          was added to Value & Co
                   5609: 
                   5610:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5611:          were used
                   5612: 
                   5613:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5614:          were added
                   5615: 
                   5616: 2010-09-10  moko
                   5617: 
                   5618:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5619:          die_or_abort (backport from 3.4.1)
                   5620: 
                   5621:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5622:          die_or_abort (bugfix: #106)
                   5623: 
                   5624: 2010-09-09  moko
                   5625: 
                   5626:        * src/classes/json.C: warning war. :)
                   5627: 
                   5628: 2010-09-08  misha
                   5629: 
                   5630:        * src/lib/json/Makefile.am: - additional include directories were
                   5631:          added (for pa_memory.h and gc.h)
                   5632: 
                   5633:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5634:          compile as C++ instead default - additional include directory was
                   5635:          added (for gc.h)
                   5636: 
                   5637:        * src/types/pa_vform.C: - little code reformating
                   5638: 
                   5639:        * src/classes/file.C: - $.content-type option now can be specified
                   5640:          in ^file::create ( new feature: #102 )
                   5641: 
                   5642: 2010-09-08  moko
                   5643: 
                   5644:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5645:          pa_malloc/pa_free
                   5646: 
                   5647: 2010-09-07  moko
                   5648: 
                   5649:        * tests/results/254.processed: VStateless_class:put_element
                   5650:          exception was fixed
                   5651: 
                   5652:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5653:          VStateless_class:put_element barks self.type, not this.type
                   5654:          (bugfix: #105)
                   5655: 
                   5656: 2010-09-06  moko
                   5657: 
                   5658:        * src/classes/reflection.C: bugfix: new String() is required for
                   5659:          exception handling
                   5660: 
                   5661:        * tests/: 254.html, results/254.processed: test modified
                   5662: 
                   5663: 2010-09-05  moko
                   5664: 
                   5665:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5666:          added
                   5667: 
                   5668:        * src/: classes/reflection.C, include/pa_request.h:
                   5669:          ^reflection:copy implemented (new feature: #100)
                   5670: 
                   5671: 2010-09-03  moko
                   5672: 
                   5673:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5674: 
                   5675:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5676:          option testing added
                   5677: 
                   5678: 2010-09-02  moko
                   5679: 
                   5680:        * src/classes/json.C: $.distinct[first|last|all] added
                   5681: 
                   5682: 2010-09-01  moko
                   5683: 
                   5684:        * tests/results/253.processed: json test result
                   5685: 
                   5686:        * tests/: 253.html, 253_json.txt: json test added
                   5687: 
                   5688:        * src/classes/json.C: json.C update to actual version + hash key
                   5689:          creation bugfix
                   5690: 
                   5691: 2010-08-31  misha
                   5692: 
                   5693:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5694:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5695:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5696:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5697:          json library was added
                   5698: 
                   5699: 2010-08-30  moko
                   5700: 
                   5701:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5702:          types/pa_vobject.C: cosmetic optimization in
                   5703:          request:execute_method usage
                   5704: 
                   5705:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5706:          optimization, just to decrease number of lines. :)
                   5707: 
                   5708: 2010-08-27  misha
                   5709: 
                   5710:        * src/classes/op.C: - taint[json] was added
                   5711: 
                   5712:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5713:          were added
                   5714: 
                   5715:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5716: 
                   5717:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5718:          include/pa_string.h: - taint[json] was added - escaping was
                   5719:          slightly modified
                   5720: 
                   5721: 2010-08-25  misha
                   5722: 
                   5723:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5724: 
                   5725:        * src/main/pa_exec.C: - warning about declared and not used
                   5726:          variable forced_allow was removed
                   5727: 
                   5728: 2010-08-14  misha
                   5729: 
                   5730:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5731:          were removed
                   5732: 
                   5733: 2010-08-11  moko
                   5734: 
                   5735:        * tests/: 249.html, results/249.processed: default setter and
                   5736:          anti-recursive default getter test added
                   5737: 
                   5738:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5739:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5740:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5741:          types/pa_vstateless_class.h: default setter support +
                   5742:          anti-recursive default getter support ( new feature: #13 )
                   5743: 
                   5744:        * src/include/pa_hash.h: optimization: threshold member removed
                   5745:          from hash, reducing sizeof(hash)
                   5746: 
                   5747: 2010-08-10  misha
                   5748: 
                   5749:        * tests/196.html: - junction-method was added to the test
                   5750: 
                   5751:        * tests/248.html: - ups. typo :)
                   5752: 
                   5753:        * tests/248.html: - test for checking .match with 4 params
                   5754: 
                   5755:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5756:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5757:          $request:charset during loading if the BOM code is detected"
                   5758: 
                   5759:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5760:          $request:charset during loading if the BOM code is detected ( new
                   5761:          feature: #98 )
                   5762: 
                   5763: 2010-08-05  misha
                   5764: 
                   5765:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5766:          params. in this case the whole image is affected ( new feature:
                   5767:          #95 )
                   5768: 
                   5769: 2010-08-04  misha
                   5770: 
                   5771:        * tests/246.html: - test tor ^hash._at[] was added
                   5772: 
                   5773:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5774:          #53 )
                   5775: 
                   5776:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5777:          last values of ordered hash were added (first_value and
                   5778:          last_value)
                   5779: 
                   5780:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5781:          (similar to others file's methods):
                   5782:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5783:          #68 )
                   5784: 
                   5785:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5786: 
                   5787: 2010-08-01  moko
                   5788: 
                   5789:        * src/classes/op.C: to correctly process $result[] in code, called
                   5790:          from ^process
                   5791: 
                   5792:        * tests/245.html: $result in ^process[] test added
                   5793: 
                   5794:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5795:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5796:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5797:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5798:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5799:          removed, construct(class,method) added
                   5800: 
                   5801:        * tests/results/: 192.processed, 244.processed: request::construct
                   5802:          added
                   5803: 
                   5804:        * tests/: 244.html, 245.html, results/244.processed,
                   5805:          results/245.processed: object creation exceptions and ^process
                   5806:          tests added
                   5807: 
                   5808: 2010-07-28  misha
                   5809: 
                   5810:        * tests/make_tests.cmd: - win32 EOLs
                   5811: 
                   5812:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5813:          tests on Win32 were added (The system timezone should be GMT+3)
                   5814: 
                   5815: 2010-07-26  misha
                   5816: 
                   5817:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5818:          mecause they could be different on different OSs
                   5819: 
                   5820:        * tests/065.html: - make it "win32 friendly"
                   5821: 
                   5822: 2010-07-25  misha
                   5823: 
                   5824:        * src/main/compile.y: - all EOLs between methods are removed during
                   5825:          compilation ( new feature: #47 )
                   5826: 
                   5827:        * tests/results/149.processed: - prepare tests to trim trailing
                   5828:          methods' EOLs
                   5829: 
                   5830:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5831: 
                   5832:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5833:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5834:          EOLs
                   5835: 
                   5836:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5837:          results/071.processed, results/022.processed: - prepare tests to
                   5838:          trim trailing methods' EOLs
                   5839: 
                   5840:        * tests/: results/073.processed, results/109.processed,
                   5841:          results/142.processed, results/144.processed,
                   5842:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5843:          144.html: - prepare tests to trim trailing methods' EOLs
                   5844: 
                   5845:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5846:          149.html, 152.html, results/096.processed, results/107.processed,
                   5847:          results/109.processed, results/142.processed,
                   5848:          results/144.processed: - prepare tests to trim trailing methods'
                   5849:          EOLs
                   5850: 
                   5851: 2010-07-24  moko
                   5852: 
                   5853:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5854:          the hash order in this test
                   5855: 
                   5856:        * tests/014.html: to check hash order, hash no is longer sorted
                   5857:          before print
                   5858: 
                   5859:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5860:          (bugfix: #54)
                   5861: 
                   5862: 2010-07-23  moko
                   5863: 
                   5864:        * tests/results/224.processed: @auto[] is no longer inherited
                   5865: 
                   5866:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5867:          tests/results/227.processed: @auto[] is no longer inherited
                   5868:          (bugfix: #57)
                   5869: 
                   5870: 2010-07-22  misha
                   5871: 
                   5872:        * src/classes/table.C: - don't skip comment lines during
                   5873:          table::load if encloser or separator is set as '#' ( new feature:
                   5874:          #30 )
                   5875: 
                   5876:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5877:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5878:          #12 )
                   5879: 
                   5880:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5881:          script executing
                   5882: 
                   5883: 2010-07-13  misha
                   5884: 
                   5885:        * tests/058.html: - test for suppressing @border was added - test
                   5886:          for user attribute was added
                   5887: 
                   5888:        * tests/results/186.processed: unescaping from \uXXXX
                   5889: 
                   5890:        * tests/186.html: unescaping from \uXXXX
                   5891: 
                   5892:        * tests/: 239.html, results/239.processed: method call type
                   5893: 
                   5894:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5895:          $junction_method.CLASS_NAME (+CLASS)
                   5896: 
                   5897: 2010-07-07  misha
                   5898: 
                   5899:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5900:          *nix
                   5901: 
                   5902: 2010-07-05  misha
                   5903: 
                   5904:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5905:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5906:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5907:          comment strings "options must be hash", "options must be hash,
                   5908:          not code" and "called with invalid option" were replaced by
                   5909:          constatns - exception comment string "invalid option passed" was
                   5910:          replaced by "called with invalid option" (now in different
                   5911:          methods are the same exception comment string)
                   5912: 
                   5913:        * src/include/pa_exception.h: - more exception strings were defined
                   5914: 
                   5915:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5916:          types/pa_vstateless_class.h: - now we can define possible
                   5917:          method's call type ( new feature: #5 )   1.
                   5918:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5919:          methods   2. @static:method[params] (only static keyword could be
                   5920:          used here) -- for specified methods
                   5921: 
                   5922:        * src/main/pa_common.C: - junction points should not be deleted on
                   5923:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5924:          cleanup
                   5925: 
                   5926: 2010-07-03  misha
                   5927: 
                   5928:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5929:          results/158.processed, results/160.processed,
                   5930:          results/161.processed, results/162.processed,
                   5931:          results/163.processed: - prepare tests to trim trailing methods'
                   5932:          EOLs
                   5933: 
                   5934:        * tests/results/169.processed: - prepare tests to trim trailing
                   5935:          methods' EOLs
                   5936: 
                   5937:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5938:          trim trailing methods' EOLs
                   5939: 
                   5940:        * tests/: results/170.processed, results/167.processed,
                   5941:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5942:          169.html: - prepare tests to trim trailing methods' EOLs
                   5943: 
                   5944:        * tests/: results/170.processed, results/171.processed,
                   5945:          results/172.processed, results/173.processed,
                   5946:          results/174.processed, results/175.processed, 170.html, 171.html,
                   5947:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   5948:          trailing methods' EOLs
                   5949: 
                   5950:        * tests/: results/176.processed, results/180.processed,
                   5951:          results/184.processed, results/185.processed,
                   5952:          results/191.processed, results/192.processed,
                   5953:          results/196.processed, results/197.processed,
                   5954:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   5955:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   5956:          to trim trailing methods' EOLs
                   5957: 
                   5958:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   5959:          results/199.processed, results/208.processed,
                   5960:          results/209.processed, results/213.processed,
                   5961:          results/214.processed: - prepare tests to trim trailing methods'
                   5962:          EOLs
                   5963: 
                   5964: 2010-06-29  misha
                   5965: 
                   5966:        * tests/: 220.html, 218.html, results/218.processed,
                   5967:          results/215.processed, results/217.processed, 215.html, 217.html:
                   5968:          - prepare tests to trim trailing methods' EOLs
                   5969: 
                   5970:        * tests/: results/224.processed, 224.html, 223.html,
                   5971:          results/223.processed, results/220.processed: - prepare tests to
                   5972:          trim trailing methods' EOLs
                   5973: 
                   5974:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   5975:          trim trailing methods' EOLs
                   5976: 
                   5977:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   5978:          trailing methods' EOLs
                   5979: 
                   5980:        * tests/: 232.html, 235.html, results/232.processed,
                   5981:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   5982:          results/226.processed, results/227.processed,
                   5983:          results/228.processed, results/230.processed: - prepare tests to
                   5984:          trim trailing methods' EOLs
                   5985: 
                   5986: 2010-06-16  moko
                   5987: 
                   5988:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   5989:          ^if
                   5990: 
                   5991:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   5992: 
                   5993: 2010-06-03  misha
                   5994: 
                   5995:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   5996:          instead of memcopy for overlaped regions
                   5997: 
                   5998: 2010-05-25  misha
                   5999: 
                   6000:        * src/main/pa_common.C: - wanring about unused vars was removed
                   6001: 
                   6002:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   6003:          get_method_filename was moved to execute.C
                   6004: 
                   6005: 2010-05-23  misha
                   6006: 
                   6007:        * src/main/pa_request.C: - more accurate detection of method's file
                   6008: 
                   6009: 2010-05-22  misha
                   6010: 
                   6011:        * src/classes/reflection.C: - bugfix: core during detection of
                   6012:          .file if filespec isn't detected successfully
                   6013: 
                   6014: 2010-05-20  misha
                   6015: 
                   6016:        * src/main/pa_request.C: - fix in get_method_filename
                   6017: 
                   6018:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6019:          included file in @USE/^use is changed. if its filespec doesn't
                   6020:          start from '/' it will be searched in caller file directory
                   6021: 
                   6022:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6023:          where the method is defined
                   6024: 
                   6025:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6026:          classes/op.C: - new feature: #24 -- searching included file in
                   6027:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6028:          will be searched in caller file directory
                   6029: 
                   6030:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6031:          is moved to pa_common.h
                   6032: 
                   6033: 2010-05-18  misha
                   6034: 
                   6035:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6036:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6037:          cookie parser decode \uXXXX as well as %uXXXX
                   6038: 
                   6039: 2010-05-17  misha
                   6040: 
                   6041:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6042:          _curl_version_action - some spaces were removed or replaced by
                   6043:          tabs
                   6044: 
                   6045:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6046:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6047: 
                   6048: 2010-05-16  misha
                   6049: 
                   6050:        * src/classes/curl.C: new: #61 more curl options were added
                   6051:          (contributed by Sumo)
                   6052: 
                   6053: 2010-04-29  pretender
                   6054: 
                   6055:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6056:          now empty string.
                   6057: 
                   6058:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6059:          string type.
                   6060: 
                   6061: 2010-04-28  pretender
                   6062: 
                   6063:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6064:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6065:          macrodefinition removed
                   6066: 
                   6067: 2010-04-19  pretender
                   6068: 
                   6069:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6070:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6071: 
                   6072:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6073:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6074: 
                   6075:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6076:          variable" exception in grpunlim version.
                   6077: 
                   6078: 2010-04-05  misha
                   6079: 
                   6080:        * src/classes/string.C: - new feature: 4th param was added to
                   6081:          match. if specified its value is returned in case of nothing was
                   6082:          found
                   6083: 
                   6084: 2010-04-01  misha
                   6085: 
                   6086:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6087:          multiple execution of /a/b/auto.p
                   6088: 
                   6089: 2010-03-19  misha
                   6090: 
                   6091:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6092: 
                   6093:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6094: 
                   6095: 2010-01-27  misha
                   6096: 
                   6097:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6098:          trying to open file by path /existing-file/non-exixting-file
                   6099: 
                   6100: 2010-01-26  misha
                   6101: 
                   6102:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6103:          was added (returns file)
                   6104: 
                   6105: 2009-12-22  misha
                   6106: 
                   6107:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6108:          now parser doesn't have class curl if it was built without it
                   6109: 
                   6110: 2009-12-15  misha
                   6111: 
                   6112:        * configure.in: - little cheat with curl include dir was added
                   6113: 
                   6114: 2009-12-05  misha
                   6115: 
                   6116:        * src/classes/curl.C: - some fixes
                   6117: 
                   6118: 2009-12-04  misha
                   6119: 
                   6120:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   6121:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   6122:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   6123:          class was added
                   6124: 
                   6125:        * src/include/pa_hash.h: - hash-iterator was added
                   6126: 
                   6127:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   6128:          was added to pcre
                   6129: 
                   6130: 2009-11-27  misha
                   6131: 
                   6132:        * src/classes/image.C: - don't add @border attribute to output of
                   6133:          ^image.html[] if it was specified by user with empty value
                   6134: 
                   6135:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   6136:          root element and we are trying to access .documentElement
                   6137: 
                   6138: 2009-11-11  misha
                   6139: 
                   6140:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   6141:          instead of number of items in first row for named tables
                   6142: 
                   6143: 2009-11-10  misha
                   6144: 
                   6145:        * operators.txt: - info about hash-options in ^file::create was
                   6146:          added
                   6147: 
                   6148:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   6149:          added
                   6150: 
                   6151: 2009-11-09  misha
                   6152: 
                   6153:        * buildall-with-xml: - moving to libxml 2.7.6
                   6154: 
                   6155:        * tests/236.html: - tests for comparations cords with functions
                   6156:          were added
                   6157: 
                   6158:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   6159:          added
                   6160: 
                   6161:        * src/main/pa_http.C: - little optimisation
                   6162: 
                   6163:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   6164:          GPF mallocs + stringstream (table.save)
                   6165: 
                   6166:        * src/classes/file.C: - file::create now accepts 4th param: options
                   6167:          with $.charset
                   6168: 
                   6169:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   6170:          bug in cord (comparation cords with functions was buggy)
                   6171: 
                   6172: 2009-11-06  misha
                   6173: 
                   6174:        * src/main/pa_string.C: - bugfix: calculation string.length
                   6175:          sometimes was buggy
                   6176: 
                   6177:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   6178:          destroyed if exception occured during match/replace
                   6179: 
                   6180:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   6181:          lengthUTF8Char was added
                   6182: 
                   6183:        * src/classes/op.C: - clean tainting lang was added for user's
                   6184:          usage
                   6185: 
                   6186:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   6187:          fixed: checkouts are required after GC_MALLOC
                   6188: 
                   6189:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   6190: 
                   6191:        * operators.txt: - actually, there is no ^untaint[xml] in
                   6192:          file::create
                   6193: 
                   6194: 2009-10-15  misha
                   6195: 
                   6196:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   6197:          were added
                   6198: 
                   6199:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   6200:          were added
                   6201: 
                   6202:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   6203:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   6204:          hacking: for dealing with transcoding+^taint[uri]
                   6205:          transcode_and_untaint was replaced by untaint_and_transcode
                   6206: 
                   6207: 2009-10-13  misha
                   6208: 
                   6209:        * tests/: 121.html, results/121.processed: - test transcoding +
                   6210:          url-escaping now
                   6211: 
                   6212:        * tests/results/auto.p: - more helpers' methods were added
                   6213: 
                   6214:        * src/main/pa_globals.C: - die instead of abort
                   6215: 
                   6216: 2009-10-06  misha
                   6217: 
                   6218:        * src/main/pa_common.C: - don't allocate memory during
                   6219:          capitalization if input string is already capitalized
                   6220: 
                   6221:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   6222: 
                   6223:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   6224:          use format function because it calls malloc
                   6225: 
                   6226:        * src/include/pa_common.h: - more capitalized headers were added
                   6227: 
                   6228:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   6229:          file writing
                   6230: 
                   6231: 2009-10-05  misha
                   6232: 
                   6233:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   6234: 
                   6235: 2009-10-03  misha
                   6236: 
                   6237:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   6238:          ^img.text[] & ^img.length[] can work in utf-8 now
                   6239: 
                   6240:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   6241:          UTF8_string_iterator was added
                   6242: 
                   6243:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   6244:          length
                   6245: 
                   6246:        * src/classes/mail.C: - check from before get message.cstr
                   6247: 
                   6248: 2009-10-02  misha
                   6249: 
                   6250:        * tests/233.html: - test for image.font, image.length, image.text
                   6251:          with text in utf-8 were added
                   6252: 
                   6253:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   6254: 
                   6255:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   6256:          version for freebsd 4 was added
                   6257: 
                   6258: 2009-10-01  misha
                   6259: 
                   6260:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   6261:          terminator) - read_pipe were slightly optimized
                   6262: 
                   6263: 2009-09-28  misha
                   6264: 
                   6265:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   6266:          removed
                   6267: 
                   6268:        * src/types/pa_vmail.C: - forgot about space after ':'
                   6269: 
                   6270:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   6271:          body - small simplifications
                   6272: 
                   6273:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   6274:          inout params like pa_base64
                   6275: 
                   6276:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   6277:          option $.debug-print(1) was added to mail:send - changes for
                   6278:          using uue_encode which uses less memory
                   6279: 
                   6280:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   6281: 
                   6282:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   6283:          memory now
                   6284: 
                   6285: 2009-09-26  misha
                   6286: 
                   6287:        * src/types/pa_vmail.C: - default encoding now is base64
                   6288: 
                   6289:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   6290: 
                   6291: 2009-09-25  misha
                   6292: 
                   6293:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   6294:          sending mail as well
                   6295: 
                   6296:        * buildall-with-xml: - catalog package was removed from libxml
                   6297: 
                   6298:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   6299:          win32 absolute path
                   6300: 
                   6301:        * src/include/pa_common.h: - one more capitalized header was added
                   6302: 
                   6303: 2009-09-22  misha
                   6304: 
                   6305:        * INSTALL: - comment about building just httpd binary while
                   6306:          building apache module was added
                   6307: 
                   6308: 2009-09-21  misha
                   6309: 
                   6310:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   6311:          libxml 2.7.4 and libxslt 1.1.25
                   6312: 
                   6313: 2009-09-19  misha
                   6314: 
                   6315:        * tests/231.html: - test for encoding cookie in win-1251
                   6316: 
                   6317: 2009-09-18  misha
                   6318: 
                   6319:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   6320:          object] were added
                   6321: 
                   6322:        * operators.txt: - info about method ^reflection:fields[class or
                   6323:          object] was added
                   6324: 
                   6325:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   6326:          object] was added
                   6327: 
                   6328:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   6329:          methods get_fields were added
                   6330: 
                   6331:        * tests/232.html: - tests for @GET[name]
                   6332: 
                   6333:        * src/classes/table.C: - some changes in handling hash-options for
                   6334:          creare, join and locate
                   6335: 
                   6336:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   6337:          defined with option: the type of requested value
                   6338: 
                   6339: 2009-09-17  misha
                   6340: 
                   6341:        * tests/212.html: - tests for .pattern and .options were added
                   6342: 
                   6343:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   6344:          $regex.options were added
                   6345: 
                   6346: 2009-09-11  misha
                   6347: 
                   6348:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   6349:          rewrited. it checks not just one case of sending cookies during
                   6350:          file::load[http], but also sending headers and fields (including
                   6351:          files)
                   6352: 
                   6353: 2009-09-10  misha
                   6354: 
                   6355:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   6356:          was removed => now parser can open files with Russian 'r' in
                   6357:          filename
                   6358: 
                   6359:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6360:          while escaping cookies but now source charset
                   6361: 
                   6362:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6363:          ^tainted[uri] so it was possible to make request with incorrect
                   6364:          http header
                   6365: 
                   6366:        * src/main/pa_http.C: - capitalization of http headers during
                   6367:          file::load[http was slightly changes - bugfix: all headers which
                   6368:          parser sends during file::load[http should be transcoded and only
                   6369:          then escaped
                   6370: 
                   6371:        * src/main/untaint.C: - a bit more comments were added
                   6372: 
                   6373:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6374:          warnings)
                   6375: 
                   6376:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6377:          headers during file::load[http were added
                   6378: 
                   6379: 2009-09-08  misha
                   6380: 
                   6381:        * operators.txt: - changes in file.save and string.save were added
                   6382: 
                   6383:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6384:          file.save and string.save were added
                   6385: 
                   6386:        * src/main/pa_request.C: - http headers names, which are passed to
                   6387:          SAPI::add_header_attribute are lowercased now (it'll be
                   6388:          capitalized in that method)
                   6389: 
                   6390:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6391:          classes/string.C: - file_write accepts Request_charsets and asked
                   6392:          charset and cound transcode content before writing - string.save
                   6393:          and file.save have option $.charset now
                   6394: 
                   6395:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6396:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6397:          charset and cound transcode content before writing
                   6398: 
                   6399:        * src/include/pa_exception.h: - new exception comment string was
                   6400:          defined
                   6401: 
                   6402: 2009-09-07  misha
                   6403: 
                   6404:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6405:          sub-pattern\s
                   6406: 
                   6407: 2009-09-04  misha
                   6408: 
                   6409:        * src/main/pa_http.C: - capitalization of http headers during
                   6410:          file::load[http was implemented
                   6411: 
                   6412: 2009-09-03  misha
                   6413: 
                   6414:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6415:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6416:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6417:          targets/isapi/parser3isapi.C: - back to storing response http
                   6418:          headers in lowercase - capitalize them during output
                   6419: 
                   6420: 2009-08-31  misha
                   6421: 
                   6422:        * src/classes/table.C: - allow call with any brackets (it could be
                   6423:          useful in methods with explict result declaration)
                   6424: 
                   6425:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6426:          correctly if $request:charset==koi8-r
                   6427: 
                   6428: 2009-08-30  misha
                   6429: 
                   6430:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6431:          changed: content-type => Content-type and so on
                   6432: 
                   6433:        * src/classes/file.C, src/include/pa_common.h,
                   6434:          src/include/pa_request.h, src/main/pa_http.C,
                   6435:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6436:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6437:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6438:          tests/results/002.processed, tests/results/003.processed,
                   6439:          tests/results/004.processed, tests/results/005.processed,
                   6440:          tests/results/006.processed, tests/results/007.processed,
                   6441:          tests/results/008.processed, tests/results/009.processed,
                   6442:          tests/results/010.processed, tests/results/011.processed,
                   6443:          tests/results/012.processed, tests/results/013.processed,
                   6444:          tests/results/014.processed, tests/results/015.processed,
                   6445:          tests/results/016.processed, tests/results/017.processed,
                   6446:          tests/results/018.processed, tests/results/019.processed,
                   6447:          tests/results/020.processed, tests/results/021.processed,
                   6448:          tests/results/022.processed, tests/results/023.processed,
                   6449:          tests/results/024.processed, tests/results/025.processed,
                   6450:          tests/results/026.processed, tests/results/027.processed,
                   6451:          tests/results/028.processed, tests/results/029.processed,
                   6452:          tests/results/030.processed, tests/results/031.processed,
                   6453:          tests/results/032.processed, tests/results/033.processed,
                   6454:          tests/results/034.processed, tests/results/035.processed,
                   6455:          tests/results/036.processed, tests/results/037.processed,
                   6456:          tests/results/038.processed, tests/results/039.processed,
                   6457:          tests/results/040.processed, tests/results/041.processed,
                   6458:          tests/results/042.processed, tests/results/043.processed,
                   6459:          tests/results/044.processed, tests/results/045.processed,
                   6460:          tests/results/046.processed, tests/results/047.processed,
                   6461:          tests/results/048.processed, tests/results/049.processed,
                   6462:          tests/results/050.processed, tests/results/051.processed,
                   6463:          tests/results/052.processed, tests/results/053.processed,
                   6464:          tests/results/054.processed, tests/results/055.processed,
                   6465:          tests/results/056.processed, tests/results/057.processed,
                   6466:          tests/results/058.processed, tests/results/059.processed,
                   6467:          tests/results/060.processed, tests/results/061.processed,
                   6468:          tests/results/062.processed, tests/results/063.processed,
                   6469:          tests/results/064.processed, tests/results/065.processed,
                   6470:          tests/results/066.processed, tests/results/067.processed,
                   6471:          tests/results/068.processed, tests/results/069.processed,
                   6472:          tests/results/070.processed, tests/results/071.processed,
                   6473:          tests/results/072.processed, tests/results/073.processed,
                   6474:          tests/results/074.processed, tests/results/075.processed,
                   6475:          tests/results/076.processed, tests/results/077.processed,
                   6476:          tests/results/078.processed, tests/results/079.processed,
                   6477:          tests/results/080.processed, tests/results/081.processed,
                   6478:          tests/results/082.processed, tests/results/083.processed,
                   6479:          tests/results/084.processed, tests/results/085.processed,
                   6480:          tests/results/086.processed, tests/results/087.processed,
                   6481:          tests/results/088.processed, tests/results/089.processed,
                   6482:          tests/results/090.processed, tests/results/091.processed,
                   6483:          tests/results/092.processed, tests/results/093.processed,
                   6484:          tests/results/094.processed, tests/results/095.processed,
                   6485:          tests/results/096.processed, tests/results/097.processed,
                   6486:          tests/results/098.processed, tests/results/099.processed,
                   6487:          tests/results/100.processed, tests/results/101.processed,
                   6488:          tests/results/102.processed, tests/results/103.processed,
                   6489:          tests/results/104.processed, tests/results/105.processed,
                   6490:          tests/results/106.processed, tests/results/107.processed,
                   6491:          tests/results/108.processed, tests/results/109.processed,
                   6492:          tests/results/110.processed, tests/results/111.processed,
                   6493:          tests/results/112.processed, tests/results/113.processed,
                   6494:          tests/results/114.processed, tests/results/115.processed,
                   6495:          tests/results/116.processed, tests/results/117.processed,
                   6496:          tests/results/118.processed, tests/results/119.processed,
                   6497:          tests/results/120.processed, tests/results/121.processed,
                   6498:          tests/results/122.processed, tests/results/123.processed,
                   6499:          tests/results/124.processed, tests/results/125.processed,
                   6500:          tests/results/126.processed, tests/results/127.processed,
                   6501:          tests/results/128.processed, tests/results/129.processed,
                   6502:          tests/results/130.processed, tests/results/131.processed,
                   6503:          tests/results/132.processed, tests/results/133.processed,
                   6504:          tests/results/134.processed, tests/results/135.processed,
                   6505:          tests/results/136.processed, tests/results/138.processed,
                   6506:          tests/results/139.processed, tests/results/140.processed,
                   6507:          tests/results/141.processed, tests/results/142.processed,
                   6508:          tests/results/143.processed, tests/results/144.processed,
                   6509:          tests/results/145.processed, tests/results/146.processed,
                   6510:          tests/results/147.processed, tests/results/148.processed,
                   6511:          tests/results/149.processed, tests/results/150.processed,
                   6512:          tests/results/151.processed, tests/results/152.processed,
                   6513:          tests/results/153.processed, tests/results/154.processed,
                   6514:          tests/results/155.processed, tests/results/156.processed,
                   6515:          tests/results/157.processed, tests/results/158.processed,
                   6516:          tests/results/159.processed, tests/results/160.processed,
                   6517:          tests/results/161.processed, tests/results/162.processed,
                   6518:          tests/results/163.processed, tests/results/164.processed,
                   6519:          tests/results/165.processed, tests/results/166.processed,
                   6520:          tests/results/167.processed, tests/results/168.processed,
                   6521:          tests/results/169.processed, tests/results/170.processed,
                   6522:          tests/results/171.processed, tests/results/172.processed,
                   6523:          tests/results/173.processed, tests/results/174.processed,
                   6524:          tests/results/175.processed, tests/results/176.processed,
                   6525:          tests/results/177.processed, tests/results/178.processed,
                   6526:          tests/results/179.processed, tests/results/180.processed,
                   6527:          tests/results/181.processed, tests/results/182.processed,
                   6528:          tests/results/183.processed, tests/results/184.processed,
                   6529:          tests/results/185.processed, tests/results/186.processed,
                   6530:          tests/results/187.processed, tests/results/188.processed,
                   6531:          tests/results/189.processed, tests/results/190.processed,
                   6532:          tests/results/191.processed, tests/results/192.processed,
                   6533:          tests/results/193.processed, tests/results/194.processed,
                   6534:          tests/results/195.processed, tests/results/196.processed,
                   6535:          tests/results/197.processed, tests/results/198.processed,
                   6536:          tests/results/199.processed, tests/results/200.processed,
                   6537:          tests/results/201.processed, tests/results/202.processed,
                   6538:          tests/results/203.processed, tests/results/204.processed,
                   6539:          tests/results/205.processed, tests/results/206.processed,
                   6540:          tests/results/207.processed, tests/results/208.processed,
                   6541:          tests/results/209.processed, tests/results/210.processed,
                   6542:          tests/results/211.processed, tests/results/212.processed,
                   6543:          tests/results/213.processed, tests/results/214.processed,
                   6544:          tests/results/215.processed, tests/results/216.processed,
                   6545:          tests/results/217.processed, tests/results/218.processed,
                   6546:          tests/results/219.processed, tests/results/220.processed,
                   6547:          tests/results/221.processed, tests/results/222.processed,
                   6548:          tests/results/223.processed, tests/results/224.processed,
                   6549:          tests/results/225.processed, tests/results/226.processed,
                   6550:          tests/results/227.processed, tests/results/228.processed,
                   6551:          tests/results/229.processed: - http headers were changed:
                   6552:          content-type => Content-type and so on
                   6553: 
                   6554: 2009-08-27  misha
                   6555: 
                   6556:        * src/: main/pa_random.C, include/pa_random.h,
                   6557:          targets/cgi/parser3.C: - year was updated :)
                   6558: 
                   6559: 2009-08-26  misha
                   6560: 
                   6561:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6562:          using constructor without params - little bugfix in test
                   6563: 
                   6564:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6565:          checking existed class while processing partial option
                   6566: 
                   6567:        * src/classes/reflection.C: - bugfix: core when creating object
                   6568:          with reflection and constructor doesn't have params
                   6569: 
                   6570: 2009-08-24  misha
                   6571: 
                   6572:        * tests/229.html: - tests for checking the number of parameters
                   6573:          were added
                   6574: 
                   6575:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6576:          number of method's parameters wasn't checked correctly (the bug
                   6577:          was introduced in 3.4.0)
                   6578: 
                   6579: 2009-08-22  misha
                   6580: 
                   6581:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6582:          transcoded, but tainted pieces are escaped only when
                   6583:          content-type==url-encoding
                   6584: 
                   6585:        * tests/228.html: - test for checking
                   6586:          ^file::load[http://...;$.body[]]
                   6587: 
                   6588:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6589:          post charset was too early (charsets is empty at this moment)
                   6590: 
                   6591: 2009-08-21  misha
                   6592: 
                   6593:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6594:          main/untaint.C: - some fixes with transcode+untaint
                   6595: 
                   6596: 2009-08-15  misha
                   6597: 
                   6598:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6599:          was increaced to 100 (was 50)
                   6600: 
                   6601:        * tests/227.html: - test for checking overriding properties in
                   6602:          static classes was added
                   6603: 
                   6604:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6605: 
                   6606:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6607:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6608:          autouse was implemented
                   6609: 
                   6610: 2009-08-14  misha
                   6611: 
                   6612:        * src/classes/reflection.C: - outdated checkout was removed
                   6613: 
                   6614:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6615:          added.
                   6616: 
                   6617:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6618:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6619: 
                   6620:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6621: 
                   6622: 2009-08-12  misha
                   6623: 
                   6624:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6625:          pa_vstateless_class.h: - little optimisation
                   6626: 
                   6627: 2009-08-11  misha
                   6628: 
                   6629:        * tests/224.html: - method_params => method_info - checking for
                   6630:          $.inherited
                   6631: 
                   6632:        * src/classes/reflection.C, operators.txt: - method method_params
                   6633:          was renamed to method_info and now it returns class name, if
                   6634:          method was defined in ancestor
                   6635: 
                   6636:        * tests/225.html: - tests for cheching properties in hierarhical
                   6637:          classes were added
                   6638: 
                   6639:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6640:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6641:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6642:          with properties in new classes implementation were fixed
                   6643: 
                   6644: 2009-08-10  misha
                   6645: 
                   6646:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6647:          class. it could be defined in parent.
                   6648: 
                   6649: 2009-08-09  misha
                   6650: 
                   6651:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6652:          base's methods
                   6653: 
                   6654: 2009-08-08  misha
                   6655: 
                   6656:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6657:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6658:          classes/image.C, classes/mail.C, classes/op.C,
                   6659:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6660:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6661:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6662:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6663:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6664:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6665:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6666:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6667:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6668:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6669:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6670:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6671:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6672:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6673:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6674:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6675:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6676:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6677:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6678:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6679:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6680:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6681:          implementation
                   6682: 
                   6683:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6684:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6685: 
                   6686: 2009-08-05  misha
                   6687: 
                   6688:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6689:          parameter was removed
                   6690: 
                   6691:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6692:          content-type of file which was loaded by http
                   6693: 
                   6694: 2009-08-01  misha
                   6695: 
                   6696:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6697:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6698:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6699:          can't be disabled with defines any longer
                   6700: 
                   6701: 2009-07-29  misha
                   6702: 
                   6703:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6704:          native methods with any call type now returned empty call_type
                   6705:          value
                   6706: 
                   6707:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6708:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6709:          main/pa_request.C: - break in cycles was optimized
                   6710: 
                   6711:        * INSTALL: - more defines were described
                   6712: 
                   6713: 2009-07-28  misha
                   6714: 
                   6715:        * operators.txt: - some changes in information about reflection
                   6716:          class
                   6717: 
                   6718:        * tests/: 224.html, 224.p: - tests for reflection class
                   6719: 
                   6720:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6721:          was added, refactoring
                   6722: 
                   6723: 2009-07-26  misha
                   6724: 
                   6725:        * src/classes/classes.vcproj: - reflection class wass added to
                   6726:          project
                   6727: 
                   6728:        * operators.txt: - information about reflection class was added
                   6729: 
                   6730:        * src/classes/reflection.C: - class was redesigned
                   6731: 
                   6732: 2009-07-24  misha
                   6733: 
                   6734:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6735:          added
                   6736: 
                   6737:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6738:          in classes was added
                   6739: 
                   6740: 2009-07-22  misha
                   6741: 
                   6742:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6743:          over-optimized. it failed if $object1.$object2.field
                   6744: 
                   6745: 2009-07-16  misha
                   6746: 
                   6747:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6748:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6749:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6750:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6751:          one more arg: length of cord
                   6752: 
                   6753: 2009-07-15  misha
                   6754: 
                   6755:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6756:          tainted in ^file::load[http://...;$.cookies[]]
                   6757: 
                   6758:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6759:          exception was used
                   6760: 
                   6761:        * src/include/pa_exception.h: - new string with exception was added
                   6762: 
                   6763:        * tests/223.html: - test for checking cookie-encoding during
                   6764:          ^file::load[http was added
                   6765: 
                   6766:        * tests/: 221.html, 222.html: - tests for checking type of
                   6767:          $table.fields.field were added
                   6768: 
                   6769:        * src/types/pa_vtable.C: - not used var decl was removed
                   6770: 
                   6771:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6772:          it improves speed of match with brackets in pattern
                   6773: 
                   6774:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6775:          outside
                   6776: 
                   6777: 2009-07-14  misha
                   6778: 
                   6779:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6780:          column is empty (sometime returned void) - $table.fields was
                   6781:          added for nameless tables
                   6782: 
                   6783:        * src/targets/cgi/getopt.c: - one warning resolved
                   6784: 
                   6785:        * src/main/pa_string.C: - potentian bug fixed
                   6786: 
                   6787:        * src/classes/op.C: - small optimization in taint/untaint
                   6788: 
                   6789: 2009-07-13  misha
                   6790: 
                   6791:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6792:          added
                   6793: 
                   6794:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6795:          souldn't add the attribut to output
                   6796: 
                   6797: 2009-07-11  misha
                   6798: 
                   6799:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6800:          stack size was increaced to 2MB (default=1MB)
                   6801: 
                   6802: 2009-07-08  misha
                   6803: 
                   6804:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6805: 
                   6806:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6807:          places (ex: ._keys[])
                   6808: 
                   6809:        * tests/220.html: - test for checking order of elements in hash in
                   6810:          foreach was added
                   6811: 
                   6812:        * tests/172.html: - small changes in printing hash
                   6813: 
                   6814:        * tests/129.html: - small changes in printing hash
                   6815: 
                   6816:        * src/: include/pa_common.h, include/pa_hash.h,
                   6817:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6818:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6819: 
                   6820:        * tests/014.html: - small changes in printing hash
                   6821: 
                   6822: 2009-07-07  misha
                   6823: 
                   6824:        * src/classes/op.C: - new taint language "parser-code" was added
                   6825: 
                   6826:        * tests/219.html: - test for auto untaint parser code in process
                   6827:          was added
                   6828: 
                   6829:        * src/classes/op.C: - tainted pieces in body of process are
                   6830:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6831: 
                   6832:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6833:          L_PARSER_CODE for auto-untaint in process was added
                   6834: 
                   6835:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6836:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6837:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6838:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6839:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6840:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6841:          code cleanup
                   6842: 
                   6843: 2009-07-06  misha
                   6844: 
                   6845:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6846:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6847:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6848: 
                   6849:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6850:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6851:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6852:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6853:          should be used
                   6854: 
                   6855:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6856:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6857:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6858:          untaint_cstr[m] should be used
                   6859: 
                   6860:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6861:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6862: 
                   6863:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6864:          added
                   6865: 
                   6866:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6867:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6868:          classes/file.C, classes/hash.C, classes/image.C,
                   6869:          classes/string.C, classes/table.C, classes/void.C,
                   6870:          classes/xdoc.C: - optimizations and simplification of
                   6871:          string.cstr(...)
                   6872: 
                   6873:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6874:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6875:          - optimizations and simplification of string.cstr(...)
                   6876: 
                   6877: 2009-07-04  misha
                   6878: 
                   6879:        * tests/217.html: - test for recursion detection was added
                   6880: 
                   6881:        * src/: types/types.vcproj, main/main.vcproj,
                   6882:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6883:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6884:          from .vcproj
                   6885: 
                   6886:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6887: 
                   6888:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6889:          uploading files and case-insensitive http-method were added
                   6890: 
                   6891:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6892:          tainted pattern in ^file:list[] was added
                   6893: 
                   6894: 2009-07-03  misha
                   6895: 
                   6896:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6897:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6898:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6899:          for dynamic_cast) - little options changes
                   6900: 
                   6901:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6902:          files _and_ changing $.charset
                   6903: 
                   6904: 2009-06-29  misha
                   6905: 
                   6906:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6907:          while creating pattern
                   6908: 
                   6909: 2009-06-25  misha
                   6910: 
                   6911:        * src/classes/image.C, operators.txt: - options' names for
                   6912:          ^image.font were changed to $.space, $.width and $spacing -
                   6913:          default space width now == gif's width
                   6914: 
                   6915: 2009-06-24  misha
                   6916: 
                   6917:        * tests/215.html: - tests for $file.mode were added
                   6918: 
                   6919:        * operators.txt: - added info about $file.mode and changes in
                   6920:          ^image.font[
                   6921: 
                   6922:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6923:          param now could be omited - third param now could be hash (with
                   6924:          all widths options: $.space-width, $.letter-width) - it's
                   6925:          possible to specify tracking ($.letter-space)
                   6926: 
                   6927:        * src/classes/file.C: - file objects now could have mode field
                   6928:          (text|binary)
                   6929: 
                   6930:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6931: 
                   6932: 2009-06-23  misha
                   6933: 
                   6934:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6935:          trim can work with utf-8 chars now
                   6936: 
                   6937: 2009-06-20  misha
                   6938: 
                   6939:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6940:          was implemented
                   6941: 
                   6942:        * src/classes/table.C: - string length cacheing was implemented
                   6943: 
                   6944:        * src/include/pa_string.h: - string length cacheing was implemented
                   6945: 
                   6946: 2009-06-17  misha
                   6947: 
                   6948:        * src/main/execute.C: - value param was removed from
                   6949:          WContext::WContext
                   6950: 
                   6951:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   6952:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   6953:          - field wcontext was removed from VCodeFrame (using fparent
                   6954:          instead)
                   6955: 
                   6956:        * tests/214.html: - test with hash copying
                   6957: 
                   6958: 2009-06-16  misha
                   6959: 
                   6960:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   6961:          strings doesn't work in expression anymore
                   6962: 
                   6963:        * src/main/execute.C: - less calls for get_constructing() - little
                   6964:          refactoring
                   6965: 
                   6966:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   6967:          include/pa_request.h: - less calls for get_constructing()
                   6968: 
                   6969:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   6970:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   6971: 
                   6972: 2009-06-14  misha
                   6973: 
                   6974:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6975:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   6976:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   6977:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6978:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   6979:          storing object's fields only for parser objects
                   6980: 
                   6981: 2009-06-13  misha
                   6982: 
                   6983:        * buildall-with-xml, buildall-without-xml: - new option was added
                   6984:          for building GC (it slightly reduces memory usage)
                   6985: 
                   6986:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   6987:          single string write
                   6988: 
                   6989:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   6990:          - optimization of single string write
                   6991: 
                   6992:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   6993:          - bytecode optimization of ^class:constructor
                   6994: 
                   6995: 2009-06-09  misha
                   6996: 
                   6997:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   6998:          main (better compatibility)
                   6999: 
                   7000: 2009-06-08  misha
                   7001: 
                   7002:        * src/main/compile.y: - I've forgot to commit it :(
                   7003: 
                   7004: 2009-06-07  misha
                   7005: 
                   7006:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   7007:          WITH_READ and WITH_ROOT
                   7008: 
                   7009:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7010:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   7011:          WITH_ROOT - little refactoring
                   7012: 
                   7013: 2009-06-06  misha
                   7014: 
                   7015:        * tests/213.html: - tests for 3rd match string-param were added
                   7016: 
                   7017:        * src/classes/string.C: - 3rd match param could be string now
                   7018: 
                   7019:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7020:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7021:          GET_OBJECT_ELEMENT
                   7022: 
                   7023: 2009-06-05  misha
                   7024: 
                   7025:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7026:          if $.body was specified
                   7027: 
                   7028: 2009-06-04  misha
                   7029: 
                   7030:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7031: 
                   7032:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7033: 
                   7034:        * src/main/execute.C: - little refactoring - optimizing
                   7035:          write_assign_lang in taint/untaint
                   7036: 
                   7037:        * src/include/pa_opcode.h: - little refactoring
                   7038: 
                   7039:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7040:          main/compile_tools.h, main/execute.C: - optimizations for
                   7041:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7042:          were added
                   7043: 
                   7044: 2009-06-03  misha
                   7045: 
                   7046:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7047: 
                   7048: 2009-06-02  misha
                   7049: 
                   7050:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7051:          include/pa_opcode.h: - refactoring in last optimizations
                   7052:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7053:          now but code is much easy and it is ready for further
                   7054:          improvements.
                   7055: 
                   7056: 2009-05-27  misha
                   7057: 
                   7058:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7059:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7060:          changed in destructing junctions
                   7061: 
                   7062:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7063:          String:Body
                   7064: 
                   7065: 2009-05-26  misha
                   7066: 
                   7067:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7068:          one method detect_charset was deleted - bug was fixed in this
                   7069:          method (error while detecting charset in content_type withot last
                   7070:          ';')
                   7071: 
                   7072:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7073:          once
                   7074: 
                   7075: 2009-05-25  misha
                   7076: 
                   7077:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7078:          optimizing of helper_length
                   7079: 
                   7080: 2009-05-24  misha
                   7081: 
                   7082:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7083:          were added - little refactoring
                   7084: 
                   7085:        * src/main/execute.C: - core while printing in debug log
                   7086:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7087:          optimisations were added
                   7088: 
                   7089:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7090:          were added
                   7091: 
                   7092: 2009-05-23  misha
                   7093: 
                   7094:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7095:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7096:          CORD_cat optimization
                   7097: 
                   7098:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7099:          - call constr optimisation under separate define now
                   7100: 
                   7101:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7102:          in $b should be string, not void
                   7103: 
                   7104:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7105: 
                   7106:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7107:          main/compile_tools.h, main/execute.C: - optimisations for
                   7108:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7109: 
                   7110:        * INSTALL: - description of some #defined were added
                   7111: 
                   7112:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7113:          before 1st access (memory usage is reduced if don't access to
                   7114:          .text field)
                   7115: 
                   7116:        * src/include/pa_array.h: - array grows step now not static (it
                   7117:          reduces numbers of reallocs)
                   7118: 
                   7119: 2009-05-20  misha
                   7120: 
                   7121:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   7122:          $.b(2), $c[d] and $.e[f] was added
                   7123: 
                   7124:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7125:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   7126:          $.e[f] was added
                   7127: 
                   7128:        * src/main/execute.C: - debug printing moved in defines
                   7129: 
                   7130:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   7131:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   7132:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   7133: 
                   7134: 2009-05-19  misha
                   7135: 
                   7136:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7137:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   7138: 
                   7139:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   7140:          ^a.$b optimisation)
                   7141: 
                   7142:        * src/main/compile.y: - compiler now generate new opcodes:
                   7143:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   7144:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   7145:          of params }
                   7146: 
                   7147:        * src/main/execute.C: - code for handle new opcodes
                   7148:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   7149: 
                   7150:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   7151:          added for LA2V and LA2S
                   7152: 
                   7153:        * src/include/pa_opcode.h: - new defines which can be used for
                   7154:          disable some bytecode optimisation and new opcodes were added
                   7155: 
                   7156: 2009-05-17  misha
                   7157: 
                   7158:        * src/lib/cord/cordxtra.c: - bugfix.
                   7159: 
                   7160:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   7161: 
                   7162:        * operators.txt: - info about regex class was added
                   7163: 
                   7164:        * tests/212.html: - tests for regex class were added
                   7165: 
                   7166: 2009-05-16  misha
                   7167: 
                   7168:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   7169:          gc7.1
                   7170: 
                   7171:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   7172:          was added
                   7173: 
                   7174:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   7175:          param) should work
                   7176: 
                   7177: 2009-05-15  misha
                   7178: 
                   7179:        * src/classes/table.C: - automatically disable stringstream usage
                   7180:          on freebsd4
                   7181: 
                   7182:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   7183:          scope
                   7184: 
                   7185:        * tests/211.html: - test with different types of access to hash was
                   7186:          added
                   7187: 
                   7188:        * tests/210.html: - test which checks for loosing tainting in
                   7189:          hash's keys was added
                   7190: 
                   7191:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   7192: 
                   7193:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   7194: 
                   7195:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   7196: 
                   7197:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   7198:          optimisations for increacing version number more dramatically :)
                   7199: 
                   7200:        * src/classes/date.C: - little refactoring: use constructor which
                   7201:          accepts formated string
                   7202: 
                   7203:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   7204:          which can print formatted string was added
                   7205: 
                   7206: 2009-05-14  misha
                   7207: 
                   7208:        * src/include/pa_string.h: - type was fixed
                   7209: 
                   7210:        * src/: classes/hashfile.C, classes/op.C,
                   7211:          include/pa_cache_managers.h, include/pa_charset.h,
                   7212:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   7213:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   7214:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   7215:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   7216:          main/pa_charsets.C, main/pa_string.C,
                   7217:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   7218:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7219:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   7220:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   7221:          (seaches should be faster now)
                   7222: 
                   7223:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7224:          classes/string.C, classes/table.C, include/pa_string.h,
                   7225:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   7226:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   7227:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   7228:          types/pa_vrequest.C: - String constructors don't have that stupid
                   7229:          true/false param which means 'tainted'. they accept lang instead.
                   7230: 
                   7231:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   7232:          with OPTIMIZE_RESULT
                   7233: 
                   7234:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   7235:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   7236: 
                   7237: 2009-05-13  misha
                   7238: 
                   7239:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   7240:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   7241:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7242:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   7243:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   7244:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   7245:          include/pa_string.h, classes/date.C, classes/file.C,
                   7246:          classes/hash.C, classes/image.C, classes/string.C,
                   7247:          classes/table.C, classes/xdoc.C: - result optimisation -
                   7248:          helper_length parameter removed from string constructors
                   7249: 
                   7250: 2009-05-11  misha
                   7251: 
                   7252:        * tests/209.html: - tests for ^hash::create[hash] were added
                   7253: 
                   7254:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   7255:          ^memory:compact[] were added
                   7256: 
                   7257:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   7258:          log10 were added
                   7259: 
                   7260:        * tests/206.html: - test for try with finally was added
                   7261: 
                   7262: 2009-05-10  misha
                   7263: 
                   7264:        * tests/205.html: - test for ^file::create[...] was added
                   7265: 
                   7266:        * tests/204.html: - test for ^response:clear[] was added
                   7267: 
                   7268:        * tests/038.html: - tests for trigonometric functions were added
                   7269: 
                   7270:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   7271:          added - more tests for .add, .sub, .union, .intersects and
                   7272:          .intersections
                   7273: 
                   7274:        * tests/065.html: - test for ^file:dirname was added
                   7275: 
                   7276:        * tests/030.html: - test for $cookie:fields was added
                   7277: 
                   7278:        * tests/203.html: - test for ^h._keys[column name] was added
                   7279: 
                   7280:        * tests/201.html: - tests for .trim were added
                   7281: 
                   7282:        * tests/202.html: - tests for last-day,
                   7283:          date:calendar[type](YYYY;MM;DD) were added
                   7284: 
                   7285:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   7286:          .offset[type](N) were added
                   7287: 
                   7288:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   7289:          and .pos[c](N) were added
                   7290: 
                   7291:        * tests/141.html: - test for math:sha1 was added
                   7292: 
                   7293:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   7294: 
                   7295: 2009-05-09  misha
                   7296: 
                   7297:        * src/main/compile.y: - rollback
                   7298: 
                   7299: 2009-05-05  misha
                   7300: 
                   7301:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   7302:          replaced by is_empty()
                   7303: 
                   7304:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   7305:          optimisation: somewhere length() was replaced by is_empty()
                   7306: 
                   7307:        * src/classes/table.C: - little optimisation: somewhere length()
                   7308:          was replaced by is_empty()
                   7309: 
                   7310:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   7311:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   7312:          optimisation: somewhere length() was replaced by is_empty()
                   7313: 
                   7314: 2009-05-04  misha
                   7315: 
                   7316:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7317:          types/pa_vstateless_class.h, main/execute.C,
                   7318:          include/pa_request.h, classes/hash.C, classes/op.C,
                   7319:          classes/table.C: - more optimisations were added: some operators
                   7320:          don't switch write context anylonger
                   7321: 
                   7322: 2009-05-01  misha
                   7323: 
                   7324:        * src/main/compile.y: - slightly more opcode optimisations for
                   7325:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   7326: 
                   7327:        * src/main/execute.C: - simplifying process for getters
                   7328: 
                   7329: 2009-04-30  misha
                   7330: 
                   7331:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   7332: 
                   7333:        * tests/results/199.processed: - test for checking $result into
                   7334:          ^rem was added
                   7335: 
                   7336:        * tests/199.html: - test for checking $result into ^rem was added
                   7337: 
                   7338:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   7339:          some OS it returns list in different order)
                   7340: 
                   7341:        * src/: include/pa_array.h, include/pa_request.h,
                   7342:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   7343:          changes in stack impl - get_element() optimisation: 3rd param
                   7344:          removed - bugfix: problems with reading empty input param -
                   7345:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   7346: 
                   7347:        * tests/results/198.processed: - test for reading empty local var
                   7348:          was added
                   7349: 
                   7350:        * tests/198.html: - test for reading empty local var was added
                   7351: 
                   7352: 2009-04-29  misha
                   7353: 
                   7354:        * src/main/compile.y: - bugfix: couldn't compile because
                   7355:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   7356: 
                   7357:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7358:          include/pa_request.h, main/compile.y, main/execute.C,
                   7359:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7360:          types/pa_vmethod_frame.h: - we can work without opcode
                   7361:          OP_STORE_PARAM, so it was removed
                   7362: 
                   7363: 2009-04-28  misha
                   7364: 
                   7365:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7366:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7367:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7368:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7369:          4.
                   7370:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7371: 
                   7372:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7373: 
                   7374:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7375:          is_empty()
                   7376: 
                   7377: 2009-04-27  misha
                   7378: 
                   7379:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7380: 
                   7381: 2009-04-24  misha
                   7382: 
                   7383:        * src/classes/string.C: - ups. typo fixed
                   7384: 
                   7385:        * src/main/execute.C: - more replacements '*new VBool' to
                   7386:          'VBool::get' - checks for ^break[], ^continue[] and
                   7387:          parser.interrupted were optimised
                   7388: 
                   7389:        * src/classes/string.C: - number of params.count() calls was
                   7390:          slightly reduced
                   7391: 
                   7392: 2009-04-23  misha
                   7393: 
                   7394:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7395:          make it x64 friendly
                   7396: 
                   7397:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7398:          parser is x64 friendly now
                   7399: 
                   7400: 2009-04-22  misha
                   7401: 
                   7402:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7403:          exceeding record size was added
                   7404: 
                   7405:        * src/classes/file.C: - use vregex object instead of direct calls
                   7406:          methods from pcre lib
                   7407: 
                   7408:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7409:          classes/string.C: - use vregex object instead of direct calls
                   7410:          methods from pcre lib
                   7411: 
                   7412:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7413:          print_pcre_exec_error_text was moved to class vregex
                   7414: 
                   7415:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7416:          was added
                   7417: 
                   7418:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7419:          - class vregex was added
                   7420: 
                   7421: 2009-04-21  misha
                   7422: 
                   7423:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7424: 
                   7425:        * src/: types/pa_junction.h, types/pa_value.C,
                   7426:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7427:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7428:          junction-optimisation (destructors)
                   7429: 
                   7430:        * src/include/pa_array.h: - free under if now
                   7431: 
                   7432: 2009-04-19  misha
                   7433: 
                   7434:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7435: 
                   7436: 2009-04-18  misha
                   7437: 
                   7438:        * src/include/pa_version.h:
                   7439:          :q :
                   7440: 
                   7441:          CV:
                   7442:          ----------------------------------------------------------------------
                   7443: 
                   7444:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7445:          refactoring
                   7446: 
                   7447:        * src/: include/pa_array.h, include/pa_hash.h,
                   7448:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7449: 
                   7450:        * src/include/pa_memory.h: - define for using destructors was added
                   7451: 
                   7452:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7453:          main/execute.C: - some junctions will be cached now
                   7454: 
                   7455:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7456: 
                   7457:        * src/include/pa_array.h: - inline was added to destructor
                   7458: 
                   7459:        * src/types/pa_method.h: - comment was changed
                   7460: 
                   7461: 2009-04-17  misha
                   7462: 
                   7463:        * src/: include/pa_array.h, include/pa_hash.h,
                   7464:          types/pa_vmethod_frame.h: - destructors were added
                   7465: 
                   7466:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7467:          renamed to always_use_result
                   7468: 
                   7469:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7470:          compiler: full backward compatibility is better
                   7471: 
                   7472:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7473:          result in var's hash
                   7474: 
                   7475:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7476:          optimisation in method_frame
                   7477: 
                   7478:        * src/include/pa_array.h: - optimisation in array (allocate
                   7479:          elements only when needed)
                   7480: 
                   7481:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7482:          before looking at custom fields
                   7483: 
                   7484:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7485:          not needed to check existance var with name 'result' in var's
                   7486:          hash
                   7487: 
                   7488:        * src/main/compile.y: - compiler was changed: now it detects
                   7489:          writings to $result and set flag writo_to_result in method
                   7490: 
                   7491:        * src/classes/string.C: - little optimisation: no needed to write
                   7492:          number with lang
                   7493: 
                   7494:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7495:          used for read utf8-strings were renamed - is_escaped was renamed
                   7496:          to isEscaped (to the same name convention)
                   7497: 
                   7498:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7499:          write_to_result added. compiler get this info from code.
                   7500: 
                   7501: 2009-04-16  misha
                   7502: 
                   7503:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7504:          String only before 1st write
                   7505: 
                   7506:        * src/include/pa_string.h: - not needed template removed
                   7507: 
                   7508:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7509:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7510:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7511:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7512:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7513:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7514:          bool objects)
                   7515: 
                   7516: 2009-04-15  misha
                   7517: 
                   7518:        * src/lib/cord/cordxtra.c: - more optimisation
                   7519: 
                   7520:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7521:          optimisation
                   7522: 
                   7523:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7524:          then get and can sometime be used)
                   7525: 
                   7526:        * src/main/pa_string.C: - String::length optimisation
                   7527: 
                   7528:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7529:          these methods read different strings
                   7530: 
                   7531:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7532:          fresult_initial_void removed + some optimisation - if $result
                   7533:          defined we don't write to context anymore
                   7534: 
                   7535:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7536:          need just skip char)
                   7537: 
                   7538:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7539:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7540:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7541: 
                   7542:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7543:          instance
                   7544: 
                   7545: 2009-04-11  misha
                   7546: 
                   7547:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7548: 
                   7549:        * tests/197.html: - test for parser://test in xml was added
                   7550: 
                   7551:        * src/classes/string.C: - small optimisation
                   7552: 
                   7553:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7554:          optimisation
                   7555: 
                   7556: 2009-04-10  misha
                   7557: 
                   7558:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7559:          to pcre-7.8
                   7560: 
                   7561:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7562: 
                   7563:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7564:          added
                   7565: 
                   7566:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7567:          $request:CLASS_NAME were added
                   7568: 
                   7569:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7570:          were added
                   7571: 
                   7572:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7573:          $env:CLASS_NAME were added
                   7574: 
                   7575:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7576:          '@todo' now
                   7577: 
                   7578:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7579:          compirer
                   7580: 
                   7581:        * src/main/pa_string.C: - little code cleanup
                   7582: 
                   7583:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7584:          during PCRE compile/execute
                   7585: 
                   7586:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7587:          normalizing todo-comments: '@todo' now
                   7588: 
                   7589:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7590: 
                   7591:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7592: 
                   7593: 2009-03-10  misha
                   7594: 
                   7595:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7596:          in main()
                   7597: 
                   7598: 2009-02-01  misha
                   7599: 
                   7600:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7601:          boundary
                   7602: 
                   7603: 2009-01-25  misha
                   7604: 
                   7605:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7606: 
                   7607:        * src/classes/file.C: - more changes for parsing different number
                   7608:          of params for file::load
                   7609: 
                   7610:        * tests/193.html: - tests for exception while base64-decode binary
                   7611:          to string was added
                   7612: 
                   7613:        * tests/192.html: - tests for file::load with different number of
                   7614:          options
                   7615: 
                   7616:        * src/classes/math.C: - ups. forgot '+1'
                   7617: 
                   7618:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7619:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7620:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7621:          (new option $.encode[multipart-form/data] should be specified) -
                   7622:          $.method[] option for file::load now is not case-sensitive
                   7623: 
                   7624:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7625:          new taint language L_FILE_POST was added
                   7626: 
                   7627:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7628:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7629:          stuff was moved to separate files
                   7630: 
                   7631: 2009-01-23  misha
                   7632: 
                   7633:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7634:          spaces to tabs were converted
                   7635: 
                   7636: 2009-01-12  misha
                   7637: 
                   7638:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7639:          now
                   7640: 
                   7641:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7642:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7643:          their names
                   7644: 
                   7645:        * src/main/pa_common.C: - changes in formating
                   7646: 
                   7647:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7648:          their names
                   7649: 
                   7650:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7651: 
                   7652:        * src/include/pa_common.h: - some constants changed their names
                   7653: 
                   7654:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7655:          little code rewriting
                   7656: 
                   7657:        * src/types/pa_vfile.C: - little code rewriting
                   7658: 
                   7659:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7660:          types/pa_value.h: - some formating changes
                   7661: 
                   7662:        * src/include/pa_common.h: - some formating spaces transformed to
                   7663:          tabs
                   7664: 
                   7665:        * src/classes/string.C: - exception while base64-decode binary to a
                   7666:          string
                   7667: 
                   7668: 2009-01-11  misha
                   7669: 
                   7670:        * configure.in: - version changed to 3.3.1b
                   7671: 
                   7672: 2008-09-05  misha
                   7673: 
                   7674:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7675:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7676: 
                   7677: 2008-09-04  misha
                   7678: 
                   7679:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7680:          anymore
                   7681: 
                   7682:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7683:          typeless anylonger
                   7684: 
                   7685:        * src/classes/image.C: - some exceptions while operations with
                   7686:          image not typeless anymore
                   7687: 
                   7688:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7689:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7690:          operations with files not typeless anymore
                   7691: 
                   7692:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7693:          types/pa_vdate.h: - exceptions while checking date range not
                   7694:          typeless anymore
                   7695: 
                   7696:        * src/include/pa_exception.h: - exception type string for invalid
                   7697:          date range was added
                   7698: 
                   7699: 2008-09-03  misha
                   7700: 
                   7701:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7702:          operations not typeless anymore
                   7703: 
                   7704:        * src/include/pa_exception.h: - exception type for pce operations
                   7705:          was added
                   7706: 
                   7707:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7708:          and .CLASS_NAME insite classes
                   7709: 
                   7710:        * src/classes/table.C: - don't save table header whiile
                   7711:          ^table.save[append;filename] if file exists
                   7712: 
                   7713: 2008-09-02  misha
                   7714: 
                   7715:        * src/main/compile.y, src/main/compile_tools.h,
                   7716:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7717:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7718:          renamed to partial and it login changed: we must mark class as
                   7719:          partial for allow their modifications in future.
                   7720: 
                   7721: 2008-08-29  misha
                   7722: 
                   7723:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7724:          file:list
                   7725: 
                   7726:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7727: 
                   7728:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7729:          for file:list was added
                   7730: 
                   7731:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7732:          file:list
                   7733: 
                   7734: 2008-08-26  misha
                   7735: 
                   7736:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7737:          last derived object
                   7738: 
                   7739:        * src/classes/image.C: - many strings "image.format" replaced by
                   7740:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7741:          understand some more exif tags
                   7742: 
                   7743:        * src/include/pa_exception.h: - string "image.format" was added
                   7744: 
                   7745: 2008-08-21  misha
                   7746: 
                   7747:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7748:          pcre_exec text error
                   7749: 
                   7750:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7751:          added
                   7752: 
                   7753:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7754:          text error was added
                   7755: 
                   7756: 2008-08-19  misha
                   7757: 
                   7758:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7759:          namespace while debug execution as well
                   7760: 
                   7761:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7762:          parser chars was added
                   7763: 
                   7764: 2008-08-18  misha
                   7765: 
                   7766:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7767:          $caller.self.field + default getter in one class was added
                   7768: 
                   7769:        * tests/: 189.html, results/189.processed: - test for
                   7770:          ^date::create[date object]
                   7771: 
                   7772:        * tests/: 188.html, results/188.processed: - tests for match with
                   7773:          UTF-8 strings
                   7774: 
                   7775:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7776:          ^string.match[]
                   7777: 
                   7778:        * ChangeLog: - parser 3.3.0 beta13
                   7779: 
                   7780: 2008-08-15  misha
                   7781: 
1.116     moko     7782:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7783:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7784:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7785:          dftables.c: - old PCRE files removed
1.95      moko     7786: 
                   7787:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7788: 
                   7789:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7790:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7791: 
                   7792:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7793:          library and set flag UTF8 if $request:charset is UTF-8
                   7794: 
                   7795:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7796:          include/pa_config_fixed.h: - moved to new PCRE library
                   7797: 
                   7798:        * src/: main/main.vcproj, types/types.vcproj,
                   7799:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7800:          win32\pcre instead of parser3\src\lib\pcre
                   7801: 
                   7802:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7803:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7804:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7805:          opcodes were moved to separate namespace
                   7806: 
                   7807: 2008-08-14  misha
                   7808: 
                   7809:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7810: 
                   7811:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7812:          tainting
                   7813: 
                   7814: 2008-08-11  misha
                   7815: 
                   7816:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7817:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7818:          were added
                   7819: 
                   7820:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7821:          runtime as well (for $caller.self)
                   7822: 
                   7823: 2008-07-25  misha
                   7824: 
                   7825:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7826:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7827:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7828:          tests with international characters
                   7829: 
                   7830: 2008-07-23  misha
                   7831: 
                   7832:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7833:          file::load[...;http://
                   7834: 
                   7835:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7836:          now everywhere in separate namespace
                   7837: 
                   7838:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7839:          for vars
                   7840: 
                   7841:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7842:          can be escaped by '^'
                   7843: 
                   7844: 2008-07-22  misha
                   7845: 
                   7846:        * src/classes/string.C, tests/186.html: - names changes:
                   7847:          escape=>js-escape, unescape=>js-unescape
                   7848: 
                   7849: 2008-07-21  misha
                   7850: 
                   7851:        * tests/results/186.processed: - test for string escape/unescape
                   7852: 
                   7853:        * tests/186.html: - test for string escape/unescape
                   7854: 
                   7855:        * src/classes/string.C: - string has escape and unescape methods
                   7856:          now
                   7857: 
                   7858:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7859:          added
                   7860: 
                   7861:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7862:          method-layers added (with different params)
                   7863: 
                   7864: 2008-07-18  misha
                   7865: 
                   7866:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7867:          was added
                   7868: 
                   7869:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7870: 
                   7871:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7872:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7873: 
                   7874:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7875:          strings
                   7876: 
                   7877: 2008-07-17  misha
                   7878: 
                   7879:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7880:          helper length added for mid for small optimisation
                   7881: 
                   7882: 2008-07-16  misha
                   7883: 
                   7884:        * tests/: 185.html, results/185.processed: - tests for
                   7885:          length/left/right/mid/pos with utf-8 strings
                   7886: 
                   7887:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7888:          utf-8 strings
                   7889: 
                   7890:        * src/main/untaint.C: - comments removed
                   7891: 
                   7892:        * src/: include/pa_string.h, main/pa_string.C,
                   7893:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7894:          with pos/mid for strings in utf-8 were added
                   7895: 
                   7896: 2008-07-15  misha
                   7897: 
                   7898:        * tests/: 184.html, results/184.processed: - test for case body as
                   7899:          expression: $var(^switch(1){^case(1)(true)..})
                   7900: 
                   7901:        * src/classes/op.C: - case body can be expression now:
                   7902:          $var(^switch(1){^case(1)(true)..})
                   7903: 
                   7904:        * tests/: results/183.processed, 183.html: - added test for testing
                   7905:          new cookie encoding (%uXXXX)
                   7906: 
                   7907:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7908:          decoding for backward compatibility they decoded from %XX in
                   7909:          request:charset too
                   7910: 
                   7911:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7912:          - cookie class now decode cookies before first access after last
                   7913:          request:charset changing (as form class).
                   7914: 
                   7915:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7916:          as %uXXXX - before transcode calculate required space for dest
                   7917:          string. it reduce mem usage for transcode
                   7918: 
                   7919:        * src/include/pa_charset.h: - added method escape for escaping
                   7920:          cookies as %uXXXX
                   7921: 
                   7922:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7923:          was added. will used for escaping cookies as %uXXXX
                   7924: 
                   7925:        * src/include/pa_common.h: - escape method has new option for skip
                   7926:          converting '+' to a space char
                   7927: 
                   7928:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7929:          transcode - escape method has new option for skip converting '+'
                   7930:          to a space char
                   7931: 
                   7932: 2008-07-08  misha
                   7933: 
                   7934:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7935:          (no UE if more then 1 case matches anylonger) - optimization:
                   7936:          doing searching.as_string() || searching.as_double() only once
                   7937: 
                   7938: 2008-07-04  misha
                   7939: 
                   7940:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7941:          now ^date::create[date object] works
                   7942: 
                   7943:        * src/classes/string.C: - left and right added as aliases for start
                   7944:          and end in ^string.trim[]
                   7945: 
                   7946: 2008-07-03  misha
                   7947: 
                   7948:        * src/classes/file.C: - allow $.limit for file::sql as well
                   7949: 
                   7950:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   7951:          send limit=1 to query for use sql specifics authomatically
                   7952: 
                   7953:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   7954:          if $.limit value if empty. autoconvert it as everywere
                   7955: 
                   7956: 2008-07-02  misha
                   7957: 
                   7958:        * configure.in: - time to change version number to 3.3.0 %-)
                   7959: 
                   7960:        * src/include/pa_version.h: - time to change version number to
                   7961:          3.3.0 %-)
                   7962: 
                   7963: 2008-06-26  misha
                   7964: 
                   7965:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7966:          $.limit(0) fixes
                   7967: 
                   7968:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   7969:          - $.limit(0) fixes
                   7970: 
                   7971:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   7972:          new API)
                   7973: 
                   7974:        * src/: include/pa_sql_driver_manager.h,
                   7975:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   7976:          classes/op.C: - document_root added
                   7977: 
                   7978:        * src/main/compile.tab.C: - error message was changed
                   7979: 
                   7980: 2008-06-25  misha
                   7981: 
                   7982:        * src/main/compile.y: - error message was changed
                   7983: 
                   7984: 2008-06-24  misha
                   7985: 
                   7986:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   7987: 
                   7988:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   7989:          tests for @OPTIONS\nappend
                   7990: 
                   7991:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   7992: 
                   7993:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   7994: 
                   7995:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   7996: 
                   7997:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   7998:          compile.y
                   7999: 
                   8000: 2008-06-17  misha
                   8001: 
                   8002:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   8003:          compilation: ^if(default){true. it's incorrect. must be
                   8004:          exception}
                   8005: 
                   8006: 2008-06-16  misha
                   8007: 
                   8008:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   8009:          checking external reference loading with 'http://localhost'
                   8010:          prefix while creating xdoc
                   8011: 
                   8012:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   8013:          ^math:long2ip[] and ^math:ip2long[]
                   8014: 
                   8015:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   8016:          added which use scalar stateless class method when user object
                   8017:          used in scalar context - use get_scalar_value when user object
                   8018:          requested in scalar context
                   8019: 
                   8020:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8021:          can't compare with 0 sprintf result
                   8022: 
                   8023:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8024:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8025:          with internal switch between local/global vars
                   8026: 
                   8027:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8028:          specified
                   8029: 
                   8030:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8031:          pa_vstateless_object.h: - stateless class and object now has
                   8032:          private scalar field and getter/setter for working with it
                   8033: 
                   8034:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8035:          moved to inet static class
                   8036: 
                   8037:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8038:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8039: 
                   8040:        * tests/: 180.html, results/180.processed: - tests for
                   8041:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8042: 
                   8043:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8044: 
                   8045: 2008-06-11  misha
                   8046: 
                   8047:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8048:          need cut BOM code and remove DOS newline chars. but don't
                   8049:          transcode it anyway.
                   8050: 
                   8051:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8052:          main/pa_http.C: - option for disable transcoding while file_read
                   8053:          and file_read_text added
                   8054: 
                   8055: 2008-06-10  misha
                   8056: 
                   8057:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8058:          classes in 1 file
                   8059: 
                   8060:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8061:          classes now.
                   8062: 
                   8063:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8064:          classes now. internals.
                   8065: 
                   8066:        * src/main/pa_request.C: - compile return list of classes now. try
                   8067:          call @conf and @auto for each returned class
                   8068: 
                   8069:        * src/include/pa_request.h: - compile return list of classes now
                   8070: 
                   8071:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8072:          return list of classes when compile buf)
                   8073: 
                   8074: 2008-06-07  misha
                   8075: 
                   8076:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8077:          param -- form
                   8078: 
                   8079:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8080:          3rd param: form. needed for get post_charset
                   8081: 
                   8082:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8083:          added
                   8084: 
                   8085:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8086:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8087: 
                   8088: 2008-06-06  misha
                   8089: 
                   8090:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8091:          charset and decode chars from it but not from response:charset
                   8092: 
                   8093:        * src/main/pa_http.C: - detect_charset moved out of here
                   8094: 
                   8095:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8096:          methods moved here - unescape_chars accepn one charset now
                   8097: 
                   8098:        * src/main/pa_http.C: - new constants used - don't allow
                   8099:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8100:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8101:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8102:          disabling charset during post
                   8103: 
                   8104:        * src/types/pa_vform.C: - new constants used
                   8105: 
                   8106:        * src/include/pa_common.h: - some constants were added
                   8107: 
                   8108:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8109:          instead of StrEqNc
                   8110: 
                   8111:        * src/main/pa_common.C: - new method for caseless search
                   8112:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8113: 
                   8114:        * src/include/pa_common.h: - new method for caseless search
                   8115:          c-substring in c-string
                   8116: 
                   8117: 2008-06-05  misha
                   8118: 
                   8119:        * tests/results/178.processed: - test for testing default getter
                   8120: 
                   8121:        * tests/178.html: - test for testing default getter
                   8122: 
                   8123:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   8124:          for test for testing default getter
                   8125: 
                   8126:        * src/main/execute.C: - default getter soul
                   8127: 
                   8128:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   8129:          requested objects' field not found
                   8130: 
                   8131:        * src/types/pa_vclass.C: - register default getter if defined - get
                   8132:          default getter if requested field not found
                   8133: 
                   8134:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   8135:          added
                   8136: 
                   8137:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8138:          pointer to default getter and methods for get/set it were added
                   8139: 
                   8140:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   8141:          auto_name field (for default getter)
                   8142: 
                   8143: 2008-06-04  misha
                   8144: 
                   8145:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   8146:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   8147:          it to libxml "as is"
                   8148: 
                   8149: 2008-06-03  misha
                   8150: 
                   8151:        * src/main/pa_common.C: - use store_Char instead of
                   8152:          transcodeCharFromUTF8
                   8153: 
                   8154:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   8155:          store_Char added, transcodeCharFromUTF8 -- removed
                   8156: 
                   8157: 2008-06-02  misha
                   8158: 
                   8159:        * tests/: results/177.processed, 177.html: - test for checking
                   8160:          .[acm]date after local ^file::load[] was added
                   8161: 
                   8162:        * tests/: results/176.processed, 176.html: - test for checking
                   8163:          @OPTION\locals + @method[vars][locals] added
                   8164: 
                   8165:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   8166: 
                   8167: 2008-05-30  misha
                   8168: 
                   8169:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   8170:          @OPTION\nlocals + @method[vars][;locals;] were added
                   8171: 
                   8172:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   8173:          moved to separate method op_code - switch from VMethodFrame to
                   8174:          VMethodFrameGlobal + VMethodFrameLocal
                   8175: 
                   8176:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   8177:          was moved to separate method op_code
                   8178: 
                   8179:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   8180:          VMethodFrame now
                   8181: 
                   8182:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   8183:          all_vars_local as well
                   8184: 
                   8185:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   8186:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   8187:          VMethodFrame were added: one (global) works as VMethodFrame
                   8188:          before and second (local) write all vars in self vars scope
                   8189: 
                   8190:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   8191: 
                   8192: 2008-05-29  misha
                   8193: 
                   8194:        * tests/: 129.html, results/129.processed: - more tests for
                   8195:          ^table.hash[]
                   8196: 
                   8197:        * src/classes/hash.C: - ^hash::sql has a new option:
                   8198:          $.type[hash|string|table] as ^table.hash[] one.
                   8199: 
                   8200:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   8201:          executed anyway after try or catch section
                   8202: 
                   8203: 2008-05-27  misha
                   8204: 
                   8205:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   8206:          must not fail if $.distinct(1) wasn't specified
                   8207: 
                   8208: 2008-05-26  misha
                   8209: 
                   8210:        * src/classes/op.C: - allow ^throw[my type]
                   8211: 
                   8212: 2008-05-22  misha
                   8213: 
                   8214:        * configure.in, configure: - version number updated to 3.2.4b
                   8215: 
                   8216:        * src/classes/: op.C, string.C: - trim format string before
                   8217:          eval/format
                   8218: 
                   8219:        * tests/: results/175.processed, 175.html: - more tests for
                   8220:          different format strings in .format[]
                   8221: 
                   8222:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   8223:          as well (not only %XX)
                   8224: 
                   8225:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   8226:          charset specified - checks for format before print number
                   8227:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   8228:          (instead of tabs) removed
                   8229: 
                   8230:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   8231:          charset specified
                   8232: 
                   8233:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   8234:          char in requested charset from utf code was added
                   8235: 
                   8236: 2008-05-19  misha
                   8237: 
                   8238:        * tests/: 174.html, results/174.processed: - test for
                   8239:          ^hashfile.cleanup[] added
                   8240: 
                   8241:        * src/classes/hashfile.C: - optimization: don't create any key or
                   8242:          value variable if it's name weren't specified
                   8243:          (^hf.foreach[;v]{...})
                   8244: 
                   8245: 2008-05-16  misha
                   8246: 
                   8247:        * src/classes/hash.C: - optimization: don't create any key variable
                   8248:          if variable name wasn't specified (^h.foreach[;v]{...})
                   8249: 
                   8250: 2008-05-15  misha
                   8251: 
                   8252:        * src/classes/op.C: - small changes
                   8253: 
                   8254:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   8255: 
                   8256:        * src/classes/hash.C: - calculate var_context once before foreach
                   8257: 
                   8258: 2008-05-14  misha
                   8259: 
                   8260:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   8261:          ^hashfile.foreach[;]{} fixed
                   8262: 
                   8263:        * src/classes/: hash.C, table.C: - little optimisation
                   8264: 
                   8265:        * src/classes/file.C: - bugfix: double absolute path while loading
                   8266:          file
                   8267: 
                   8268:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   8269:          were added
                   8270: 
                   8271:        * buildall-with-xml: - moving to libxslt 1.1.24
                   8272: 
                   8273: 2008-04-30  misha
                   8274: 
                   8275:        * src/classes/file.C: - stat file while loading (local only) so
                   8276:          .adate, .mdate and .cdate available without additional ::stat
                   8277: 
                   8278: 2008-04-28  misha
                   8279: 
                   8280:        * src/classes/file.C: - $.name and $.content-type available for
                   8281:          stated file
                   8282: 
                   8283: 2008-04-14  misha
                   8284: 
                   8285:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   8286: 
                   8287:        * src/include/pa_version.h: - new version number in head
                   8288: 
                   8289: 2008-04-10  misha
                   8290: 
                   8291:        * tests/: 080.html, results/080.processed: - cut '0' from
                   8292:          exponential part because of on diff OS it differ (20 or 020 for
                   8293:          ex)
                   8294: 
                   8295:        * tests/: 119.html, results/119.processed: - check for encoding
                   8296:          while creating xdoc
                   8297: 
                   8298: 2008-04-09  misha
                   8299: 
                   8300:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   8301: 
                   8302:        * src/main/pa_common.C: - comment added
                   8303: 
                   8304:        * src/classes/date.C: - little refactoring
                   8305: 
                   8306: 2008-04-07  misha
                   8307: 
                   8308:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   8309:          style of ^table.save[]: prepare one big string and sabe it at
                   8310:          once. it's safe on freebsd 4.x but use much more memory.
                   8311: 
                   8312:        * buildall-with-xml, buildall-without-xml: - option
                   8313:          --disable-stringstream added (under comment. use it on freebsd
                   8314:          4.x)
                   8315: 
                   8316: 2008-02-22  misha
                   8317: 
                   8318:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   8319:          specified together in file::load[;http] - get back transcoding
                   8320:          $.body[] in file::load[;http]
                   8321: 
                   8322: 2008-02-21  misha
                   8323: 
                   8324:        * src/classes/date.C: - ^date.gmt-string[] was added
                   8325: 
                   8326:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   8327:          moved to pa_common.h
                   8328: 
                   8329:        * src/include/pa_common.h: - method for output date in RFC 822
                   8330:          format moved here from pa_value.C
                   8331: 
                   8332:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   8333:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   8334: 
                   8335: 2008-02-20  misha
                   8336: 
                   8337:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   8338:          specified charset while ^file::load[...;http://...] (L_URI
                   8339:          instead of L_HTTP_HEADER) - $.cookies param available in
                   8340:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   8341:          response yet) (cookies not transcoded as common $cookies)
                   8342: 
                   8343: 2008-02-19  misha
                   8344: 
                   8345:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   8346:          $response:field values because in this case
                   8347:          $response:locateion[http://...] don't works.
                   8348: 
                   8349: 2008-02-15  misha
                   8350: 
                   8351:        * src/classes/op.C: - little refactoring
                   8352: 
                   8353:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   8354: 
                   8355:        * src/main/pa_request.C: - force taint values of $response:field
                   8356: 
                   8357: 2008-02-14  misha
                   8358: 
                   8359:        * src/main/pa_request.C: - $response:field transcoded to
                   8360:          $response:charset before escaping now
                   8361: 
                   8362:        * src/main/pa_http.C: - some outdated comments removed
                   8363: 
                   8364:        * src/classes/date.C: - lastdat -> last-day
                   8365: 
                   8366:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8367:          ^date.lastday[] were added - little code refactoring - comments
                   8368:          changes
                   8369: 
                   8370:        * tests/: 159.html, results/159.processed: - test for number of
                   8371:          days in February
                   8372: 
                   8373:        * src/types/pa_value.C: - fixes in code formatting
                   8374: 
                   8375:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8376:          and comments
                   8377: 
                   8378: 2008-02-13  misha
                   8379: 
                   8380:        * src/main/pa_common.C: - bugfix for february at leap year
                   8381: 
                   8382: 2008-01-28  misha
                   8383: 
                   8384:        * tests/: 160.html, results/160.processed: - more test for cache
                   8385:          added
                   8386: 
                   8387:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8388:          unhandled exception
                   8389: 
                   8390: 2008-01-25  misha
                   8391: 
                   8392:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8393:          bug when hashfile became inavailable after memory:compact)
                   8394: 
                   8395:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8396: 
                   8397: 2008-01-22  misha
                   8398: 
                   8399:        * src/classes/table.C: - little refactiring and exception texts
                   8400:          changes in method ^table.hash[]
                   8401: 
                   8402:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8403: 
                   8404: 2008-01-21  misha
                   8405: 
                   8406:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8407:          file::exec/cgi
                   8408: 
                   8409:        * src/classes/file.C: - bugfix: core while processing headers if
                   8410:          executed cgi script don't return content
                   8411: 
                   8412: 2008-01-18  misha
                   8413: 
                   8414:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8415: 
                   8416:        * src/include/pa_version.h, configure.in: - version number updated
                   8417:          to '3.2.3b'
                   8418: 
                   8419: 2007-12-28  misha
                   8420: 
                   8421:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8422:          hash.contains
                   8423: 
                   8424: 2007-12-27  misha
                   8425: 
                   8426:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8427:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8428:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8429:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8430:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8431:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8432:          src/targets/cgi/parser3.vcproj,
                   8433:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8434:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8435:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8436:          be easy converted to the new format.
                   8437: 
                   8438: 2007-12-04  misha
                   8439: 
                   8440:        * src/types/pa_vcode_frame.h: - changes in comment
                   8441: 
                   8442: 2007-11-29  misha
                   8443: 
                   8444:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8445:          intercept strings any longer
                   8446: 
                   8447:        * tests/: 173.html, results/173.processed: - tests for
                   8448:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8449:          but not in main code frame
                   8450: 
                   8451:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8452:          objects from code frames
                   8453: 
                   8454: 2007-11-27  misha
                   8455: 
                   8456:        * tests/: 152.html, results/152.processed: - tests for converting
                   8457:          strings 'true'/'false' to bool were added
                   8458: 
                   8459:        * tests/152.html: - added checks for converting strings
                   8460:          'true'/'false' to bool
                   8461: 
                   8462:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8463:          not only strings with numbers but with values 'true'/'false' as
                   8464:          well
                   8465: 
                   8466:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8467:          for parser3.log increased
                   8468: 
                   8469:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8470: 
                   8471:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8472: 
                   8473:        * src/include/pa_types.h: - constant with buffer size for
                   8474:          parser3.log added
                   8475: 
                   8476: 2007-11-16  misha
                   8477: 
                   8478:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8479: 
                   8480:        * tests/171.html: - tests for file::exec/cgi
                   8481: 
                   8482:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8483: 
                   8484: 2007-11-15  misha
                   8485: 
                   8486:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8487: 
                   8488:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8489:          headers
                   8490: 
                   8491:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8492:          only if exec/cgi return anything.
                   8493: 
                   8494: 2007-11-14  misha
                   8495: 
                   8496:        * operators.txt: - info about new text|binary option for
                   8497:          file::exec/cgi was added
                   8498: 
                   8499:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8500:          ^file:exec[[text|binary];script;...]
                   8501: 
                   8502:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8503:          classes/string.C, classes/table.C: - more text strings moved to
                   8504:          the one place
                   8505: 
                   8506: 2007-11-09  misha
                   8507: 
                   8508:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8509: 
                   8510:        * ChangeLog: - $request:argv [patch from Sumo]
                   8511: 
                   8512:        * operators.txt: - $request:argv
                   8513: 
                   8514:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8515:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8516: 
                   8517: 2007-10-25  misha
                   8518: 
                   8519:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8520:          for ./configure rewrited
                   8521: 
                   8522:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8523:          error occure in unhandled_exception finally fixed
                   8524: 
                   8525: 2007-10-23  misha
                   8526: 
                   8527:        * tests/: 170.html, results/170.processed: - test for
                   8528:          @method[][result]
                   8529: 
                   8530:        * operators.txt: - added info about node.prefix and
                   8531:          node.namespaceURI
                   8532: 
                   8533:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8534: 
                   8535:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8536:          added for node and attribute
                   8537: 
                   8538: 2007-10-22  misha
                   8539: 
                   8540:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8541: 
                   8542:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8543: 
                   8544:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8545:          - ups. constants must be in lowercase (for search)
                   8546: 
                   8547:        * src/types/pa_vmail.C: - more constants used -
                   8548:          content-transfer-encoding: 8bit added
                   8549: 
                   8550:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8551: 
                   8552:        * src/include/pa_request.h: - more constants
                   8553: 
                   8554:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8555:          ommit anymore if $.content-disposition was specified - little
                   8556:          refactoring
                   8557: 
                   8558:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8559: 
                   8560: 2007-10-17  misha
                   8561: 
                   8562:        * operators.txt: - info about
                   8563:          table::create[nameless]{data}[>options<] was added
                   8564: 
                   8565:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8566:          compile method don't put this method in methods table anymore.
                   8567:          in other case the parser coredumped if @unhandled_exception
                   8568:          method can't be compiled because of parser.compile error.
                   8569: 
                   8570:        * src/main/execute.C: - little code reformating
                   8571: 
                   8572:        * src/main/pa_request.C: - little code reformating - comment
                   8573:          changed
                   8574: 
                   8575: 2007-10-16  misha
                   8576: 
                   8577:        * tests/: 035.html, results/035.processed: - tests
                   8578:          table::create[]{}[options] added
                   8579: 
                   8580:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8581:          options (only $.seperator[] yet)
                   8582: 
                   8583: 2007-10-10  misha
                   8584: 
                   8585:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8586:          some code changes
                   8587: 
                   8588: 2007-10-02  misha
                   8589: 
                   8590:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8591:          then three time as much. but base64 encoding method still use
                   8592:          less memory anyway.
                   8593: 
                   8594: 2007-09-17  misha
                   8595: 
                   8596:        * operators.txt: - added info about $cookie:fields
                   8597: 
                   8598:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8599: 
                   8600:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8601:          common
                   8602: 
                   8603:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8604:          moved here
                   8605: 
                   8606:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8607: 
                   8608: 2007-09-14  misha
                   8609: 
                   8610:        * buildall-with-xml: - new xml libs again =)
                   8611: 
                   8612: 2007-08-28  misha
                   8613: 
                   8614:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8615:          ^string.split[...][v][column name] were added
                   8616: 
                   8617:        * tests/: 168.html, 169.html, results/168.processed,
                   8618:          results/169.processed: - tests for ^table.columns[[column name]]
                   8619:          and ^string.split[...][v][column name] were added
                   8620: 
                   8621:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8622:          was added
                   8623: 
                   8624:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8625:          name]]
                   8626: 
                   8627:        * src/include/pa_exception.h: - error text message for
                   8628:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8629: 
                   8630: 2007-08-27  misha
                   8631: 
                   8632:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8633:          body ^taint[sql][something] outside of connect
                   8634: 
                   8635:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8636:          outside of connect
                   8637: 
                   8638:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8639:          added (commented by default)
                   8640: 
                   8641: 2007-08-20  misha
                   8642: 
                   8643:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8644:          was added
                   8645: 
                   8646:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8647:          duplicated exception text strings were removed
                   8648: 
                   8649:        * src/include/pa_exception.h: - more exception text strings moved
                   8650:          here
                   8651: 
                   8652:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8653:          removed
                   8654: 
                   8655:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8656:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8657:          removed
                   8658: 
                   8659:        * src/include/pa_exception.h: - some exception text strings movet
                   8660:          to pa_exception
                   8661: 
                   8662:        * tests/: 149.html, results/149.processed: - test for
                   8663:          ^xnode.hasAttributes[] was added - some code changes
                   8664: 
                   8665:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8666:          added
                   8667: 
                   8668: 2007-08-17  misha
                   8669: 
                   8670:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8671:          059.html: - more tests for match
                   8672: 
                   8673:        * tests/: 129.html, results/129.processed: - tests for
                   8674:          ^table.hash[...][$.type[string|hash|table]] added
                   8675: 
                   8676:        * src/targets/cgi/parser3.C: - little syntax changes
                   8677: 
                   8678:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8679:          syntax changes
                   8680: 
                   8681:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8682:          messages in parser3.log switched off by default. If someone
                   8683:          really still need it: use $SIGPIPE(1)
                   8684: 
                   8685: 2007-08-08  misha
                   8686: 
                   8687:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8688:          files by default since now
                   8689: 
                   8690: 2007-08-07  misha
                   8691: 
                   8692:        * buildall-without-xml: - some option syntax changes
                   8693: 
                   8694:        * buildall-with-xml: - compile libxml2 without http support - some
                   8695:          option syntax changes
                   8696: 
                   8697:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8698: 
                   8699: 2007-08-06  misha
                   8700: 
                   8701:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8702: 
                   8703:        * tests/: 160.html, results/160.processed: - cache test was
                   8704:          rewrited
                   8705: 
                   8706: 2007-07-06  misha
                   8707: 
                   8708:        * tests/: 153.html, results/153.processed: - added test for
                   8709:          ^math:sha1[string]
                   8710: 
                   8711:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8712:          transcoded
                   8713: 
                   8714:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8715:          were added
                   8716: 
                   8717: 2007-06-28  misha
                   8718: 
                   8719:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8720:          some incorrect chars
                   8721: 
                   8722: 2007-06-19  misha
                   8723: 
                   8724:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8725:          were moved on top because of gcc 4 had a problems during
                   8726:          building.
                   8727: 
                   8728: 2007-06-18  misha
                   8729: 
                   8730:        * tests/results/019.processed: - new image commited
                   8731: 
                   8732: 2007-06-09  misha
                   8733: 
                   8734:        * src/classes/: op.C, table.C: - in while and table.select method
                   8735:          as_expression used now
                   8736: 
                   8737:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8738: 
                   8739: 2007-06-08  misha
                   8740: 
                   8741:        * tests/: 166.html, results/166.processed: - test for
                   8742:          ^match[...][n]
                   8743: 
                   8744:        * tests/: 165.html, results/165.processed: - tests for loops
                   8745: 
                   8746:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8747:          because of no speed/memory optimisation but some proglems with
                   8748:          long cycles occure
                   8749: 
                   8750: 2007-06-06  misha
                   8751: 
                   8752:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8753:          ^table.select(true) and ^table.select(1) didn't works because of
                   8754:          awaiting junction-param only. fixed.
                   8755: 
                   8756: 2007-05-24  misha
                   8757: 
                   8758:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8759:          with 0.5 secs interval
                   8760: 
                   8761:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8762:          locking system now on unix
                   8763: 
                   8764:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8765:          system locks which wait till other threads release it but try get
                   8766:          lock, if fail wait 1 sec and make 10 attempts.
                   8767: 
                   8768:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8769:          were added
                   8770: 
                   8771:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8772:          opening files
                   8773: 
                   8774:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8775:          after our classes on unix it can't be build
                   8776: 
                   8777:        * src/types/pa_vhashfile.C: - not needed code removed
                   8778: 
                   8779: 2007-05-23  misha
                   8780: 
                   8781:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8782:          include/pa_common.h: - cosmetic changes
                   8783: 
                   8784: 2007-05-18  misha
                   8785: 
                   8786:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8787:          often. it's give some speed increasing
                   8788: 
                   8789:        * tests/results/160.processed: - returned time corrected
                   8790: 
                   8791:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8792:          :(
                   8793: 
                   8794:        * operators.txt: - added info about ^hash.contain[key]
                   8795: 
                   8796:        * src/classes/hash.C: - added ^hash.contain[key]
                   8797: 
                   8798:        * src/include/pa_hash.h: - added method for checking key exists in
                   8799:          hash
                   8800: 
                   8801: 2007-05-07  misha
                   8802: 
                   8803:        * src/include/pa_string.h: - was compilation error during build on
                   8804:          freebsd4
                   8805: 
                   8806: 2007-05-03  misha
                   8807: 
                   8808:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8809:          for ^table.hash[]
                   8810: 
                   8811:        * src/classes/file.C: - comment removed
                   8812: 
                   8813: 2007-04-26  misha
                   8814: 
                   8815:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8816:          real files doesn't opened in place anymore
                   8817: 
                   8818: 2007-04-24  misha
                   8819: 
                   8820:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8821: 
                   8822:        * src/include/pa_exception.h: "static" removed
                   8823: 
                   8824: 2007-04-23  misha
                   8825: 
                   8826:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8827: 
                   8828:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8829:          ^math:log(N)) - ^math:lg(N)
                   8830: 
                   8831:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8832:          during ^file::load[text;http://...] added
                   8833: 
                   8834:        * tests/: 164.html, results/164.processed: - check for set expires
                   8835:          as a date
                   8836: 
                   8837:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8838: 
                   8839:        * src/classes/hashfile.C: - little comment changes
                   8840: 
                   8841:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8842:          access
                   8843: 
                   8844:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8845:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8846:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8847:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8848:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8849:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8850:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8851:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8852:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8853:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8854:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8855:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8856:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8857:          "parser.runtime" strings were removed
                   8858: 
                   8859:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8860:          now.
                   8861: 
                   8862:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8863: 
                   8864:        * src/include/pa_exception.h: - string constant with
                   8865:          "parser.runtime" text was added
                   8866: 
                   8867: 2007-04-20  misha
                   8868: 
                   8869:        * operators.txt: - some comments changing
                   8870: 
                   8871:        * operators.txt: - added info about .^hashfile.release[],
                   8872:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8873: 
                   8874:        * configure: =cheching for unsetenv
                   8875: 
                   8876:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8877:          ^hashfile.release[] were added
                   8878: 
                   8879:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8880:          ^string.match[][] understand new option now: return number of
                   8881:          matches but not table wit results
                   8882: 
                   8883:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8884:          reopen now
                   8885: 
                   8886:        * src/classes/op.C: - bug. must be false
                   8887: 
                   8888:        * configure.in: - checking for unsetenv was added
                   8889: 
                   8890:        * src/types/pa_vform.C: - some comments
                   8891: 
                   8892: 2007-04-18  misha
                   8893: 
                   8894:        * buildall-with-xml: moving to libxml2-2.6.28
                   8895: 
                   8896:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8897:          with --disable-safe-mode option
                   8898: 
                   8899:        * operators.txt: - info about $form:files
                   8900: 
                   8901: 2007-04-17  misha
                   8902: 
                   8903:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8904:          $form:files was added
                   8905: 
                   8906:        * tests/: 163.html, results/163.processed: removing auto format
                   8907: 
                   8908:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8909: 
                   8910: 2007-04-16  misha
                   8911: 
                   8912:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8913:          floor, round, ceiling and .format[]
                   8914: 
                   8915:        * src/classes/file.C: - little optimization for getting args in
                   8916:          exec/cgi
                   8917: 
                   8918: 2007-04-13  misha
                   8919: 
                   8920:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8921:          specified now as s table with one column
                   8922: 
                   8923: 2007-03-27  misha
                   8924: 
                   8925:        * tests/: 162.html, results/162.processed: - test for
                   8926:          ^table.select(^condition[$t])
                   8927: 
                   8928:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8929: 
                   8930:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8931: 
                   8932:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8933:          161_windows1251.txt: - added test for
                   8934:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8935: 
                   8936:        * tests/: results/013.processed, 013.html: - added test for
                   8937:          checking $._default value while hash modifications
                   8938: 
                   8939:        * tests/: 160.html, results/160.processed: - add test for
                   8940:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8941: 
                   8942: 2007-03-22  misha
                   8943: 
                   8944:        * src/include/pa_common.h: - "charset" string defined for
                   8945:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   8946: 
                   8947:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   8948:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   8949:          added - not needed transcodes were removed from
                   8950:          ^file::load[...;http://...]
                   8951: 
                   8952:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   8953:          added
                   8954: 
                   8955:        * src/classes/date.C: - date.week was fixed
                   8956: 
                   8957:        * operators.txt: - added info about date.weekyear
                   8958: 
                   8959:        * tests/: 159.html, results/159.processed: - tests for date.week
                   8960:          and date.weekyear added
                   8961: 
                   8962: 2007-03-15  misha
                   8963: 
                   8964:        * src/classes/table.C: - enclose column numbers for nameless tables
                   8965:          as well
                   8966: 
                   8967: 2007-03-14  misha
                   8968: 
                   8969:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   8970: 
                   8971:        * src/classes/table.C: - table.save optimization: now required much
                   8972:          less memory
                   8973: 
                   8974: 2007-03-13  misha
                   8975: 
                   8976:        * tests/results/: 158.processed, 158.processes: - tests for
                   8977:          table.save/table.load
                   8978: 
                   8979:        * tests/: 158.html, results/158.processes: - tests for
                   8980:          table.save/table.load
                   8981: 
                   8982:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   8983: 
                   8984:        * buildall-with-xml: - pattern needed now for building
                   8985: 
                   8986:        * tests/results/097.processed: - added test results for xdoc::load
                   8987:          & xdoc::load[http://...]
                   8988: 
                   8989:        * tests/097.html: - added test for xdoc::load
                   8990: 
                   8991: 2007-03-12  misha
                   8992: 
                   8993:        * tests/: 107.html, results/107.processed: - added test for xpath
                   8994:          '//man'
                   8995: 
                   8996: 2007-03-01  misha
                   8997: 
                   8998:        * tests/: 097.html, results/097.processed: - added test for
                   8999:          creating xdoc from file
                   9000: 
                   9001:        * tests/: results/157.processed, 157.html: - added test for
                   9002:          file:move
                   9003: 
                   9004: 2007-02-28  misha
                   9005: 
                   9006:        * src/classes/xdoc.C: - another attempt
                   9007: 
                   9008:        * src/classes/xdoc.C: - roll back last changes for a while
                   9009: 
                   9010:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   9011: 
                   9012:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   9013: 
                   9014:        * tests/results/099.processed: - ever send content-disposition to
                   9015:          client with file
                   9016: 
                   9017:        * tests/157.html: + test for file:copy
                   9018: 
                   9019: 2007-02-26  misha
                   9020: 
                   9021:        * src/classes/file.C: - some similar strings moved to #define
                   9022:          instead of to be copy/pasted many times
                   9023: 
                   9024:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9025:          #define
                   9026: 
                   9027: 2007-02-20  misha
                   9028: 
                   9029:        * bin/auto.p.dist.in: - added lines for sqlite
                   9030: 
                   9031:        * configure.in: - added some strings for sqlite detection
                   9032: 
                   9033: 2007-02-19  misha
                   9034: 
                   9035:        * operators.txt: - some comments changes
                   9036: 
                   9037:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9038: 
                   9039: 2007-02-17  misha
                   9040: 
                   9041:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9042: 
                   9043:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9044:          change console behaviour
                   9045: 
                   9046: 2007-02-12  misha
                   9047: 
                   9048:        * src/targets/cgi/parser3.C: - don't print headers if
                   9049:          $console:line[data] was used during cgi execution.
                   9050: 
                   9051:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9052:          marked as 'true' if class was used.
                   9053: 
                   9054:        * tests/: 152.html, results/152.processed: - more types was added
                   9055:          to test 152
                   9056: 
                   9057:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9058:          adding 'bool' (^if($image){} caused exception)
                   9059: 
                   9060: 2007-02-09  misha
                   9061: 
                   9062:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9063: 
                   9064:        * tests/: 152.html, results/152.processed: - test rewrited
                   9065: 
                   9066:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9067:          bugfix. I broke xdoc & xnode in expression
                   9068: 
                   9069: 2007-02-08  misha
                   9070: 
                   9071:        * tests/: 152.html, results/152.processed: - add test for checking
                   9072:          'def' for void, string, bool, int & double
                   9073: 
                   9074: 2007-02-07  misha
                   9075: 
                   9076:        * operators.txt: - ^file:base64[filespec]  was added
                   9077: 
                   9078:        * tests/results/153.processed: - result test for
                   9079:          ^file:base64[filespec]  was updated
                   9080: 
                   9081:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9082: 
                   9083:        * src/types/pa_vconsole.h: - little optimization
                   9084: 
                   9085:        * src/classes/file.C: - ^file:base64[filespec]
                   9086: 
                   9087:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9088: 
                   9089:        * src/include/pa_common.h: - declarations for
                   9090:          ^file:base64[filespec]
                   9091: 
                   9092:        * src/types/pa_vcookie.C: - little optimization
                   9093: 
                   9094: 2007-02-06  misha
                   9095: 
                   9096:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9097:          were temporary commented
                   9098: 
                   9099:        * src/types/pa_vbool.h: - bugfix
                   9100: 
                   9101:        * tests/156.html: - added test for bool cookie
                   9102: 
                   9103:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9104: 
                   9105:        * tests/: 155.html, results/155.processed: - added test for check
                   9106:          $.encloser[] option for table save/load
                   9107: 
                   9108:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9109: 
                   9110: 2007-02-05  misha
                   9111: 
                   9112:        * tests/results/152.processed: - newline at the end was missed
                   9113: 
                   9114:        * tests/results/141.processed: - math:md5 must be lowercased
                   9115: 
                   9116:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9117: 
                   9118: 2007-02-03  misha
                   9119: 
                   9120:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9121:          test for bool added and some content length fixes
                   9122: 
                   9123:        * tests/152.html: - test for bool added
                   9124: 
                   9125:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   9126: 
                   9127:        * operators.txt: - info bool class was added
                   9128: 
1.116     moko     9129:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     9130:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   9131:          classes/string.C, classes/void.C, classes/xnode.C,
                   9132:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   9133:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   9134:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   9135:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9136:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   9137:          types/types.vcproj: - bool class was added
                   9138: 
                   9139:        * src/main/pa_request.C: - fix
                   9140: 
                   9141: 2007-01-18  misha
                   9142: 
                   9143:        * src/: main/pa_string.C, classes/string.C: - return table during
                   9144:          ^string.match[][] even if no matched found.
                   9145: 
                   9146: 2006-12-20  misha
                   9147: 
                   9148:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   9149:          http://www.parser.ru/forum/?id=55598 ]
                   9150: 
                   9151: 2006-12-19  misha
                   9152: 
                   9153:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   9154:          details: http://www.parser.ru/forum/?id=52359
                   9155: 
                   9156:        * src/main/pa_request.C: - always set content-disposition for
                   9157:          $response:body[hash here]. more details:
                   9158:          http://www.parser.ru/forum/?id=52130
                   9159: 
                   9160: 2006-12-07  misha
                   9161: 
                   9162:        * operators.txt: - added info about bool params in cookie set
                   9163: 
                   9164:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   9165:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   9166:          ]
                   9167: 
                   9168:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   9169:          was added
                   9170: 
                   9171: 2006-12-02  misha
                   9172: 
                   9173:        * src/classes/file.C: - file_block_read used instead of native read
                   9174: 
                   9175:        * src/main/pa_common.C: - added file_block_read with read error
                   9176:          detection - file_block_read used instead of native read
                   9177: 
                   9178:        * src/include/pa_common.h: - added file_block_read declaration
                   9179: 
                   9180: 2006-12-01  misha
                   9181: 
                   9182:        * operators.txt: - info about $var.CLASS_NAME was added
                   9183: 
                   9184:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9185:          $var.CLASS_NAME added
                   9186: 
                   9187:        * operators.txt: - added info about ^file:copy[]
                   9188: 
                   9189:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   9190: 
                   9191: 2006-11-20  misha
                   9192: 
                   9193:        * src/classes/date.C: - bug fix :)
                   9194: 
                   9195: 2006-11-17  misha
                   9196: 
                   9197:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   9198:          to static
                   9199: 
                   9200:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   9201:          small changes in crc32 calculation
                   9202: 
                   9203:        * src/classes/date.C: - not needed code was removed
                   9204: 
                   9205: 2006-11-16  misha
                   9206: 
                   9207:        * src/types/pa_vmail.C: - fix missed brakes
                   9208: 
                   9209:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   9210:          multipart/related instead of multipart/mixed if file have
                   9211:          $.content-id[]
                   9212: 
                   9213: 2006-11-15  misha
                   9214: 
                   9215:        * src/types/pa_vdouble.h: abs -> fabs
                   9216: 
                   9217: 2006-11-14  misha
                   9218: 
                   9219:        * operators.txt: - added info about ^file.md5[] and
                   9220:          ^file:md5[file-name]
                   9221: 
                   9222:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   9223:          added
                   9224: 
                   9225:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   9226:          FILE_BUFFER_SIZE
                   9227: 
                   9228:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   9229: 
                   9230:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   9231:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   9232: 
                   9233:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   9234:          values was fixed
                   9235: 
                   9236: 2006-11-13  misha
                   9237: 
                   9238:        * operators.txt: - added info about ^math:crc32[string],
                   9239:          ^file:crc32[file-name] & ^file.crc32[]
                   9240: 
                   9241:        * src/classes/math.C: - added ^math:crc32[string]
                   9242: 
                   9243:        * src/classes/file.C: - some comments were changed - added
                   9244:          ^file:crc32[file-name] and ^file.crc32[]
                   9245: 
                   9246:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   9247:          crc32 calculation added
                   9248: 
                   9249: 2006-11-03  misha
                   9250: 
                   9251:        * src/include/pa_array.h: - not needed variable removed
                   9252: 
                   9253:        * tests/: 150.html, 151.html, results/150.processed,
                   9254:          results/151.processed: - 2 tests were added
                   9255: 
                   9256:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   9257:          with $.reverse(1) were fixed
                   9258: 
                   9259:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   9260:          query converted to $.charset during ^file::load[http://...]
                   9261: 
                   9262: 2006-11-02  misha
                   9263: 
                   9264:        * src/include/pa_table.h: ups. forget '=' char
                   9265: 
                   9266:        * src/include/pa_table.h: - one more fix in
                   9267:          .locate[...][$.reverse(1)]
                   9268: 
                   9269: 2006-11-01  misha
                   9270: 
                   9271:        * src/classes/math.C: - bug fix, details:
                   9272:          http://www.parser.ru/forum/?id=53360
                   9273: 
                   9274:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   9275:          false for all records )[$.reverse(1)]
                   9276: 
                   9277:        * src/main/pa_http.C: - second param for this mid method is length
                   9278:          but not end_index so this method has error and can't detect
                   9279:          charsets in next content-types: Content-type: text/html;
                   9280:          charset="windows-1251" Content-type: text/html;
                   9281:          charset="windows-1251"; Content-type: text/html;
                   9282:          charset=windows-1251;
                   9283: 
                   9284:          only Content-type: text/html; charset=windows-1251 was fine
                   9285: 
                   9286: 2006-10-31  misha
                   9287: 
                   9288:        * src/classes/file.C: - empty args in file::exec removed now
                   9289: 
                   9290: 2006-09-11  misha
                   9291: 
                   9292:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   9293:          replaced to table::create - some changes in text/code formatting
                   9294: 
                   9295: 2006-09-03  paf
                   9296: 
                   9297:        * src/classes/file.C: proper tainting of
                   9298:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   9299: 
                   9300: 2006-06-09  paf
                   9301: 
                   9302:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   9303: 
                   9304:        * src/classes/table.C: formatting
                   9305: 
                   9306:        * src/classes/table.C: incorporated patch from misha: Sent:
                   9307:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   9308:          ignoring string options for ^table.save[]
                   9309: 
                   9310:        * src/classes/hash.C: incorporated patch from misha Sent:
                   9311:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   9312:          $hash._default disappear while
                   9313: 
                   9314:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   9315:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   9316: 
                   9317:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   9318:          PM Subject: patch for base64 in ^mail:send[] %-)
                   9319: 
                   9320: 2006-04-09  paf
                   9321: 
                   9322:        * src/main/compile.tab.C: ` change compiled
                   9323: 
                   9324:        * gnu.vcproj, operators.txt, parser3.sln,
                   9325:          src/classes/classes.vcproj, src/classes/file.C,
                   9326:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   9327:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9328:          src/classes/xnode.C, src/include/pa_array.h,
                   9329:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9330:          src/include/pa_memory.h, src/include/pa_request.h,
                   9331:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9332:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9333:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9334:          src/lib/pcre/pcre_dftables.vcproj,
                   9335:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9336:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9337:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9338:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9339:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9340:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9341:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9342:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9343:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9344:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9345:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9346:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9347:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9348:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9349:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9350:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   9351:          ^menu, ^hash/hashfile.foreach
                   9352: 
                   9353:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9354:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9355:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9356:          src/classes/xnode.C, src/include/pa_array.h,
                   9357:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9358:          src/include/pa_memory.h, src/include/pa_request.h,
                   9359:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9360:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9361:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9362:          src/lib/pcre/pcre_dftables.vcproj,
                   9363:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9364:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9365:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9366:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9367:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9368:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9369:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9370:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9371:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9372:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9373:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9374:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9375:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9376:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9377:          tests/descript.ion: ! switched to VS2005 (projects and
                   9378:          object<info explicitly typed>.for_each(, info)) +
                   9379:          $response:field[] setting void means removing + grammar $name`
                   9380:          name stops now, for mysql `$field` + started ^break[]
                   9381:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9382:          foreach) + all log messages += [uri=, method=, cl=]
                   9383: 
                   9384:        * buildall-with-xml: merged . ftp paths update
                   9385: 
                   9386:        * buildall-with-xml: . ftp paths update
                   9387: 
                   9388: 2006-03-04  paf
                   9389: 
                   9390:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9391:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9392: 
                   9393:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9394:          Igor Zinkovsky for detailed report]
                   9395: 
                   9396: 2006-03-01  paf
                   9397: 
                   9398:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9399:          \n to ' ' in
                   9400: 
                   9401: 2006-02-18  paf
                   9402: 
                   9403:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9404:          \n to ' ' in
                   9405: 
                   9406:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9407: 
                   9408: 2006-02-03  paf
                   9409: 
                   9410:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9411:          base64
                   9412: 
                   9413:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9414: 
                   9415: 2006-01-20  paf
                   9416: 
                   9417:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9418:          economy fix
                   9419: 
                   9420:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9421:          ^table.save[$.encloser-s now handled properly
                   9422: 
                   9423:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9424:          handled properly
                   9425: 
                   9426: 2006-01-19  paf
                   9427: 
                   9428:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9429:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9430:          helps a lot in our case: after transform we want
                   9431:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9432: 
                   9433:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9434:          economy fix
                   9435: 
                   9436:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9437:          activates merging of free memory blocks which helps a lot in our
                   9438:          case: after transform we want CORD(main.result)->cstr[big
                   9439:          malloc]->transcode[big malloc]
                   9440: 
                   9441: 2006-01-17  paf
                   9442: 
                   9443:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9444:          before reading them. got rid of reallocs = became quicker and
                   9445:          less fragmentated
                   9446: 
                   9447: 2005-12-29  paf
                   9448: 
1.116     moko     9449:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9450:          configure, configure.in, src/include/pa_version.h,
                   9451:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9452:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9453:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9454:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9455:          src/lib/ltdl/missing: . merged from 3.2.1
                   9456: 
1.116     moko     9457:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9458:          packaged when 'make dist', so do configure companion files in
                   9459:          src/lib/ltdl
                   9460: 
                   9461:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9462:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9463:          missing: . now config_auto.h is created with configure [were
                   9464:          constant]
1.95      moko     9465: 
                   9466:        * INSTALL: . references to documentation and some clarification
                   9467: 
                   9468:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9469:          indication
                   9470: 
1.116     moko     9471:        * Makefile.am: . dist+=buildall*
1.95      moko     9472: 
                   9473: 2005-12-28  paf
                   9474: 
                   9475:        * configure: . 3.2.1
                   9476: 
                   9477:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9478:          simplify build process, see INSTALL
                   9479: 
                   9480: 2005-12-26  paf
                   9481: 
                   9482:        * configure: ver
                   9483: 
                   9484:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9485:          version
                   9486: 
                   9487: 2005-12-21  paf
                   9488: 
                   9489:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9490:          compiled with bison 1.875b, it reports unexpected token names
                   9491: 
                   9492: 2005-12-19  paf
                   9493: 
                   9494:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9495:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9496: 
                   9497:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9498:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9499:          src/main/main.vcproj, src/main/pa_globals.C,
                   9500:          src/targets/cgi/parser3.vcproj,
                   9501:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9502:          configure, configure.in, src/include/pa_version.h: . killing
                   9503:          gdome [what a relief]
                   9504: 
                   9505:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9506:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9507:          run_parser.sh, results/001.processed, results/002.processed,
                   9508:          results/003.processed, results/004.processed,
                   9509:          results/005.processed, results/006.processed,
                   9510:          results/008.processed, results/009.processed,
                   9511:          results/010.processed, results/011.processed,
                   9512:          results/012.processed, results/013.processed,
                   9513:          results/014.processed, results/015.processed,
                   9514:          results/016.processed, results/017.processed,
                   9515:          results/018.processed, results/020.processed,
                   9516:          results/021.processed, results/022.processed,
                   9517:          results/023.processed, results/024.processed,
                   9518:          results/025.processed, results/026.processed,
                   9519:          results/027.processed, results/028.processed,
                   9520:          results/029.processed, results/030.processed,
                   9521:          results/031.processed, results/032.processed,
                   9522:          results/033.processed, results/034.processed,
                   9523:          results/035.processed, results/036.processed,
                   9524:          results/037.processed, results/038.processed,
                   9525:          results/039.processed, results/040.processed,
                   9526:          results/041.processed, results/042.processed,
                   9527:          results/043.processed, results/044.processed,
                   9528:          results/045.processed, results/046.processed,
                   9529:          results/047.processed, results/048.processed,
                   9530:          results/049.processed, results/050.processed,
                   9531:          results/051.processed, results/052.processed,
                   9532:          results/053.processed, results/054.processed,
                   9533:          results/055.processed, results/056.processed,
                   9534:          results/057.processed, results/058.processed,
                   9535:          results/059.processed, results/060.processed,
                   9536:          results/061.processed, results/062.processed,
                   9537:          results/063.processed, results/064.processed,
                   9538:          results/065.processed, results/066.processed,
                   9539:          results/067.processed, results/068.processed,
                   9540:          results/069.processed, results/070.processed,
                   9541:          results/071.processed, results/072.processed,
                   9542:          results/073.processed, results/074.processed,
                   9543:          results/075.processed, results/076.processed,
                   9544:          results/077.processed, results/078.processed,
                   9545:          results/079.processed, results/080.processed,
                   9546:          results/081.processed, results/082.processed,
                   9547:          results/083.processed, results/084.processed,
                   9548:          results/085.processed, results/086.processed,
                   9549:          results/087.processed, results/088.processed,
                   9550:          results/089.processed, results/090.processed,
                   9551:          results/091.processed, results/092.processed,
                   9552:          results/093.processed, results/094.processed,
                   9553:          results/095.processed, results/096.processed,
                   9554:          results/097.processed, results/099.processed,
                   9555:          results/100.processed, results/101.processed,
                   9556:          results/102.processed, results/104.processed,
                   9557:          results/105.processed, results/106.processed,
                   9558:          results/107.processed, results/108.processed,
                   9559:          results/109.processed, results/110.processed,
                   9560:          results/111.processed, results/112.processed,
                   9561:          results/113.processed, results/114.processed,
                   9562:          results/115.processed, results/117.processed,
                   9563:          results/119.processed, results/120.processed,
                   9564:          results/121.processed, results/122.processed,
                   9565:          results/123.processed, results/124.processed,
                   9566:          results/125.processed, results/126.processed,
                   9567:          results/127.processed, results/128.processed,
                   9568:          results/129.processed, results/130.processed,
                   9569:          results/131.processed, results/132.processed,
                   9570:          results/133.processed, results/134.processed,
                   9571:          results/135.processed, results/136.processed,
                   9572:          results/138.processed, results/139.processed,
                   9573:          results/140.processed, results/141.processed,
                   9574:          results/142.processed, results/143.processed,
                   9575:          results/144.processed, results/145.processed,
                   9576:          results/146.processed, results/147.processed,
                   9577:          results/148.processed, results/149.processed, results/auto.p: .
                   9578:          now works if we turn off default auto.p
                   9579: 
1.116     moko     9580:        * configure: . makes
1.95      moko     9581: 
                   9582:        * src/types/pa_vxnode.C: . less warnings
                   9583: 
                   9584:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9585:          tests/145.html, tests/149.html, tests/descript.ion,
                   9586:          tests/outputs/d.cmd, tests/results/142.processed,
                   9587:          tests/results/143.processed, tests/results/144.processed,
                   9588:          tests/results/145.processed, tests/results/146.processed,
                   9589:          tests/results/147.processed, tests/results/148.processed,
                   9590:          tests/results/149.processed: . removed .nodeValue from all node
                   9591:          types other than 5 (grabbed piece from gdome)
                   9592: 
                   9593:        * tests/: 137.html, results/137.processed: . not handled this case
                   9594:          yet. code does not hang from inserting parent into child,
                   9595:          considering thing minor issue -- nodes are removed from source
                   9596:          anyway, don't know why shold that be an error after all
                   9597: 
                   9598:        * src/targets/cgi/parser3.C: . style
                   9599: 
                   9600:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9601:          xdoc too [were barking "not element"]
                   9602: 
                   9603: 2005-12-16  paf
                   9604: 
                   9605:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9606: 
                   9607:        * src/classes/xnode.C: . also bark on possible errors
                   9608: 
                   9609:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9610:          props
                   9611: 
                   9612:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9613:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9614:          ^call(false) case. (confused it with ^call[] case)
                   9615: 
                   9616:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9617:          ^call(false) case. (confused it with ^call[] case)
                   9618: 
                   9619:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9620: 
                   9621:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9622:          results/001.processed, results/002.processed,
                   9623:          results/003.processed, results/004.processed,
                   9624:          results/005.processed, results/006.processed,
                   9625:          results/008.processed, results/009.processed,
                   9626:          results/010.processed, results/011.processed,
                   9627:          results/012.processed, results/013.processed,
                   9628:          results/014.processed, results/015.processed,
                   9629:          results/016.processed, results/017.processed,
                   9630:          results/018.processed, results/019.processed,
                   9631:          results/020.processed, results/021.processed,
                   9632:          results/022.processed, results/023.processed,
                   9633:          results/024.processed, results/025.processed,
                   9634:          results/026.processed, results/027.processed,
                   9635:          results/028.processed, results/029.processed,
                   9636:          results/030.processed, results/031.processed,
                   9637:          results/032.processed, results/033.processed,
                   9638:          results/034.processed, results/035.processed,
                   9639:          results/036.processed, results/037.processed,
                   9640:          results/038.processed, results/039.processed,
                   9641:          results/040.processed, results/041.processed,
                   9642:          results/042.processed, results/043.processed,
                   9643:          results/044.processed, results/045.processed,
                   9644:          results/046.processed, results/047.processed,
                   9645:          results/048.processed, results/049.processed,
                   9646:          results/050.processed, results/051.processed,
                   9647:          results/052.processed, results/053.processed,
                   9648:          results/054.processed, results/055.processed,
                   9649:          results/056.processed, results/057.processed,
                   9650:          results/058.processed, results/059.processed,
                   9651:          results/060.processed, results/061.processed,
                   9652:          results/062.processed, results/063.processed,
                   9653:          results/064.processed, results/065.processed,
                   9654:          results/066.processed, results/067.processed,
                   9655:          results/068.processed, results/069.processed,
                   9656:          results/070.processed, results/071.processed,
                   9657:          results/072.processed, results/073.processed,
                   9658:          results/074.processed, results/075.processed,
                   9659:          results/076.processed, results/077.processed,
                   9660:          results/078.processed, results/079.processed,
                   9661:          results/080.processed, results/081.processed,
                   9662:          results/082.processed, results/083.processed,
                   9663:          results/084.processed, results/085.processed,
                   9664:          results/086.processed, results/087.processed,
                   9665:          results/088.processed, results/089.processed,
                   9666:          results/090.processed, results/091.processed,
                   9667:          results/092.processed, results/093.processed,
                   9668:          results/094.processed, results/095.processed,
                   9669:          results/096.processed, results/097.processed,
                   9670:          results/099.processed, results/101.processed,
                   9671:          results/102.processed, results/104.processed,
                   9672:          results/105.processed, results/106.processed,
                   9673:          results/107.processed, results/108.processed,
                   9674:          results/109.processed, results/110.processed,
                   9675:          results/111.processed, results/112.processed,
                   9676:          results/113.processed, results/114.processed,
                   9677:          results/115.processed, results/116.processed,
                   9678:          results/117.processed, results/118.processed,
                   9679:          results/119.processed, results/120.processed,
                   9680:          results/121.processed, results/122.processed,
                   9681:          results/123.processed, results/124.processed,
                   9682:          results/125.processed, results/126.processed,
                   9683:          results/127.processed, results/128.processed,
                   9684:          results/129.processed, results/130.processed,
                   9685:          results/131.processed, results/132.processed,
                   9686:          results/133.processed, results/134.processed,
                   9687:          results/135.processed, results/136.processed,
                   9688:          results/137.processed, results/138.processed,
                   9689:          results/139.processed, results/140.processed,
                   9690:          results/141.processed: . refreshed old tests, made them work
                   9691:          without auto.p (in utf8) . things noted: . gif got encoded
                   9692:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9693:          some strange year)
                   9694: 
                   9695:        * INSTALL: . revived linux libgc fix
                   9696: 
                   9697:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9698:          glib/gdome in INSTALL and patches]
                   9699: 
                   9700:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9701:          include/pa_charset.h, include/pa_config_includes.h,
                   9702:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9703:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9704:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9705:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9706:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9707:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9708:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9709:          types/pa_vxnode.h: . started killing gdome
                   9710: 
                   9711: 2005-12-13  paf
                   9712: 
                   9713:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9714:          @unhandled_exception thrown another exception, print correct
                   9715:          origin (earlier code in catch of exception inside of
                   9716:          @unhandled_exception grabbed parent_frame(original_exception)
                   9717:          origin and printed it, instead of true origin)
                   9718: 
                   9719:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9720:          another exception, print correct origin (earlier code in catch of
                   9721:          exception inside of @unhandled_exception grabbed
                   9722:          parent_frame(original_exception) origin and printed it, instead
                   9723:          of true origin)
                   9724: 
                   9725: 2005-12-09  paf
                   9726: 
                   9727:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9728:          detection problem, due to change in gc6.4 code
                   9729: 
                   9730:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9731:          ignored in ^string.matched :(
                   9732: 
                   9733:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9734:          ^string.matched :(
                   9735: 
                   9736:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9737:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9738:          src/main/compile.y, src/main/compile_tools.h,
                   9739:          src/main/pa_charset.C, src/main/pa_common.C,
                   9740:          src/main/pa_globals.C, src/main/pa_string.C,
                   9741:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9742:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9743: 
                   9744: 2005-12-08  paf
                   9745: 
                   9746:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9747:          500 chars now handled OK [were wrapped on 500th char according to
                   9748:          rfc, but sendmail failed to unwrap it properly]
                   9749: 
                   9750:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9751:          handled OK [were wrapped on 500th char according to rfc, but
                   9752:          sendmail failed to unwrap it properly]
                   9753: 
                   9754:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9755: 
                   9756:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9757:          since 3.1.5
                   9758: 
                   9759:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9760:          link fixes
                   9761: 
                   9762:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9763:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9764:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9765:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9766: 
                   9767:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9768:          [in current storage scheme there's no place for them. someday we
                   9769:          can add third CORD to store origins and special version of parser
                   9770:          which stores origins there [separate binary]]
                   9771: 
                   9772: 2005-12-07  paf
                   9773: 
                   9774:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9775: 
                   9776:        * src/include/pa_version.h: makefiles
                   9777: 
                   9778:        * src/include/pa_version.h: . not beta
                   9779: 
                   9780:        * configure, configure.in, src/include/pa_version.h: not beta
                   9781: 
                   9782: 2005-12-06  paf
                   9783: 
                   9784:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9785:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9786:          decided to undo the change ^call[$void] passes void. now it will
                   9787:          pass empty string again.
                   9788: 
                   9789:        * src/main/: compile.tab.C, compile.y: . version readded
                   9790: 
                   9791:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9792:          = ^switch[void] problem
                   9793: 
                   9794: 2005-12-01  paf
                   9795: 
                   9796:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9797:          caused ^case[string] to be coerced to double since searching
                   9798:          value were not string (it was vvoid)
                   9799: 
                   9800:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9801:          ^case[string] to be coerced to double since searching value were
                   9802:          not string (it was vvoid)
                   9803: 
                   9804:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9805:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9806: 
                   9807: 2005-11-30  paf
                   9808: 
                   9809:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9810:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9811: 
                   9812:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9813:          putenv("TZ="), on unix works only putenv("TZ")
                   9814: 
                   9815:        * INSTALL: . xml libs versions updated
                   9816: 
                   9817:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9818:          claims that fixed a lot there // 20040920 for now both
                   9819:          workarounds needed. wait for new libxml/xsl versions
                   9820: 
                   9821: 2005-11-28  paf
                   9822: 
                   9823:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9824:          columns==0
                   9825: 
                   9826:        * src/classes/table.C: ! nameless table has columns==0
                   9827: 
                   9828:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9829:          earlier [was totally wrong]
                   9830: 
                   9831:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9832:          wrong]
                   9833: 
                   9834: 2005-11-25  paf
                   9835: 
                   9836:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9837:          undoing for now...
                   9838: 
                   9839:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9840:          strange. undoing
                   9841: 
                   9842:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9843: 
                   9844:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9845: 
                   9846:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9847:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9848:          this speeds things up and saves memory a LOT! (not noticed
                   9849:          negative effect on syntetic tests, future will tell...)
                   9850: 
                   9851:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9852:          changed gc_malloc implementation, which obscured profiling
                   9853: 
                   9854:        * src/classes/table.C: merged from HEAD: + optimized
                   9855:          table::load/sql, now row ArrayString-s allocated with
                   9856:          columns.count() elements and don't always grow from
                   9857:          count=3[realloc,realloc]
                   9858: 
                   9859:        * src/classes/table.C: + optimized table::load/sql, now row
                   9860:          ArrayString-s allocated with columns.count() elements and don't
                   9861:          always grow from count=3[realloc,realloc]
                   9862: 
                   9863:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9864:          buffer after save
                   9865: 
                   9866:        * src/classes/table.C: . ^table.save unused buffer after save
                   9867: 
                   9868: 2005-11-24  paf
                   9869: 
                   9870:        * configure.in: . merged glib2-config patch
                   9871: 
                   9872:        * configure.in: + trying to find glib2-config
                   9873: 
                   9874:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9875:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9876:          file/dir_readable to simple file/dir_exist, this would help in
                   9877:          situations "class not found because .p file has bad rights" << in
                   9878:          that case error would be explicit "access denied to 'this' file"
                   9879: 
1.116     moko     9880:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9881: 
                   9882:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9883:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9884:          to simple file/dir_exist, this would help in situations "class
                   9885:          not found because .p file has bad rights" << in that case error
                   9886:          would be explicit "access denied to 'this' file"
                   9887: 
                   9888:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9889:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9890:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9891:          ^file::exec/cgi[script;$.charset[changed]
                   9892:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9893:          encoded in $.charset charset
                   9894: 
                   9895:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9896:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9897:          encoded in $.charset charset
                   9898: 
                   9899:        * src/: include/Makefile.am, include/pa_common.h,
                   9900:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9901:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9902:          separate file [preparation for
                   9903:          ^file::cgi[script;$.form[$.field1[]
                   9904: 
                   9905: 2005-11-22  paf
                   9906: 
                   9907:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9908: 
                   9909:        * acinclude.m4, configure.in: . merged underquting fixes
                   9910: 
1.116     moko     9911:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9912: 
                   9913:        * src/classes/op.C: . overmerged a little
                   9914: 
                   9915:        * src/main/compile.tab.C: Makefile
                   9916: 
                   9917:        * src/main/: pa_common.C: . less gcc warnings
                   9918: 
                   9919:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9920:          now reports original exception if we have no old cache
                   9921: 
                   9922:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9923:          original exception if we have no old cache
                   9924: 
                   9925:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9926:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9927:          \^$.[]|()?*+{}
                   9928: 
                   9929:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9930:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9931: 
                   9932:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9933:          getenv-ed variable, which does not work both on win32&unix.
                   9934:          copied old TZ value now
                   9935: 
                   9936:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9937:          stored pointer to getenv-ed variable, which does not work both on
                   9938:          win32&unix. copied old TZ value now
                   9939: 
                   9940:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9941:          getenv-ed variable, which does not work both on win32&unix.
                   9942:          copied old TZ value now
                   9943: 
                   9944:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   9945:          access to internal hash
                   9946: 
                   9947:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   9948:          hash
                   9949: 
                   9950:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   9951:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9952:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9953:          very large block" messages to only important onces
                   9954: 
                   9955:        * src/targets/isapi/parser3isapi.C: +
                   9956:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9957:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9958:          very large block" messages to only important onces
                   9959: 
                   9960:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   9961:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9962: 
                   9963:        * src/classes/string.C: + removed limitation on
                   9964:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9965: 
                   9966:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   9967:          with ?params or $.form option" limitation
                   9968: 
                   9969:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   9970:          $.form option" limitation
                   9971: 
                   9972:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9973:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   9974:          ^file::base64[encoded] decode
                   9975: 
                   9976:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9977:          main/pa_common.C: + ^file.base64[] encode +
                   9978:          ^file::base64[encoded] decode
                   9979: 
                   9980:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   9981:          ^string:base64[encoded] decode
                   9982: 
                   9983:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   9984:          ^string:base64[in] encode + ^string.base64[] decode
                   9985: 
                   9986: 2005-11-21  paf
                   9987: 
                   9988:        * src/classes/file.C: + merged from HEAD:
                   9989:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9990: 
                   9991:        * src/classes/file.C: +
                   9992:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9993: 
                   9994:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   9995:          differes from :download, it does not return content-disposition
                   9996:          at all now [previusely it returned valueless content-disposition]
                   9997: 
                   9998:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   9999:          :download, it does not return content-disposition at all now
                   10000:          [previusely it returned valueless content-disposition]
                   10001: 
                   10002:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   10003:          literals, reverted to just vvod, recreating empty array with each
                   10004:          void_value token. that's absolutely needed, since that array
                   10005:          grows
                   10006: 
                   10007:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10008:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10009:          types/pa_vmethod_frame.h: + merged: expression literals:
                   10010:          true/false. ^format[$.indent(true)]
                   10011: 
                   10012:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10013:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10014:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   10015:          ^format[$.indent(true)]
                   10016: 
                   10017:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10018:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10019:          i386-pc-win32)"
                   10020: 
                   10021:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10022:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10023:          i386-pc-win32)"
                   10024: 
                   10025: 2005-11-18  paf
                   10026: 
                   10027:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10028:          null}[$.default(123)] will now return default value
                   10029: 
                   10030:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10031:          expiration time
                   10032: 
                   10033:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10034:          time
                   10035: 
                   10036:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10037:          failed << Exception.problem_source pointed to local var!
                   10038: 
                   10039:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10040:          Exception.problem_source pointed to local var!
                   10041: 
                   10042:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10043:          now loads VFile.ptr!=0, so such files can be saved now
                   10044: 
                   10045:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10046:          loads VFile.ptr!=0, so such files can be saved now
                   10047: 
                   10048:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10049:          only . and .. now removed from list [were removed all .*]
                   10050: 
                   10051:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10052:          .. now removed from list [were removed all .*]
                   10053: 
                   10054:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10055:          open error now checked, were not :( [stole that piece from apache
                   10056:          1.3 sources]
                   10057: 
                   10058:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10059:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10060: 
                   10061:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10062:          untainting of @main result if returned by $result or
                   10063:          $response:body
                   10064: 
                   10065:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10066:          result if returned by $result or $response:body
                   10067: 
                   10068:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10069:          issue: now tries to guess content-length and allocates one big
                   10070:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10071:          leaving lots of holes behind]
                   10072: 
                   10073:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10074:          fixed file load memory issue: now tries to guess content-length
                   10075:          and allocates one big piece if possible [regretfully gc_realloc
                   10076:          works as malloc+free, leaving lots of holes behind]
                   10077: 
                   10078: 2005-11-16  paf
                   10079: 
                   10080:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10081:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10082:          table::save with enclosers now doubles them: "->"" !
                   10083:          table::save/load do not remove elements from options hash
                   10084: 
                   10085:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10086:          [were overoptimized ^if(double_literal), compiler confused
                   10087:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10088: 
                   10089:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10090:          [were overoptimized ^if(double_literal), compiler confused
                   10091:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10092: 
                   10093:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10094:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10095:          "->"" ! table::save/load do not remove elements from options hash
                   10096: 
                   10097: 2005-11-03  paf
                   10098: 
1.116     moko     10099:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10100:          compilation, not all makefiles liked that
1.95      moko     10101: 
                   10102: 2005-08-30  paf
                   10103: 
                   10104:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10105: 
                   10106:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10107: 
                   10108: 2005-08-26  paf
                   10109: 
                   10110:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10111: 
                   10112:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10113: 
                   10114:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10115:          complains about bad!=nameless
                   10116: 
                   10117:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10118:          about bad!=nameless
                   10119: 
                   10120:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10121:          optional options were allowed to be empty. were checked
                   10122:          if(is_string), changed to !defined||is_string to allow void
                   10123: 
                   10124:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10125:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10126:          options were allowed to be empty. were checked if(is_string),
                   10127:          changed to !defined||is_string to allow void
                   10128: 
                   10129:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   10130:          as_junction where they needed as_int/double, so failed with
                   10131:          recent "(const) now no junction" optimization
                   10132: 
                   10133:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   10134:          merged ! many classes/*  used as_junction where they needed
                   10135:          as_int/double, so failed with recent "(const) now no junction"
                   10136:          optimization
                   10137: 
                   10138:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   10139:          classes/op.C, classes/string.C, classes/table.C,
                   10140:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   10141:          used as_junction where they needed as_int/double, so failed with
                   10142:          recent "(const) now no junction" optimization
                   10143: 
                   10144: 2005-08-24  paf
                   10145: 
                   10146:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   10147:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   10148:          stripped it
                   10149: 
                   10150: 2005-08-09  paf
                   10151: 
                   10152:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10153:          not cleared
                   10154: 
                   10155:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10156:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10157:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10158:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10159:          classes/response.C, classes/string.C, classes/table.C,
                   10160:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10161:          include/pa_array.h, include/pa_cache_managers.h,
                   10162:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10163:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10164:          include/pa_dictionary.h, include/pa_dir.h,
                   10165:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10166:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10167:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10168:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10169:          include/pa_sapi.h, include/pa_socks.h,
                   10170:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10171:          include/pa_stack.h, include/pa_string.h,
                   10172:          include/pa_stylesheet_connection.h,
                   10173:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10174:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10175:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10176:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10177:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10178:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   10179:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   10180:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10181:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   10182:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   10183:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   10184:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10185:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10186:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10187:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10188:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10189:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10190:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   10191:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   10192:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10193:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10194:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   10195:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   10196:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   10197:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10198:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   10199:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   10200:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   10201:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10202:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10203:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10204:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10205:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10206:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10207:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10208:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10209:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10210:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   10211: 
                   10212:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10213:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   10214:          speedup consequent checks in vmethod_frame
                   10215: 
                   10216:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10217:          not cleared
                   10218: 
                   10219:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   10220:          params: 50 max (were 10)
                   10221: 
                   10222:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   10223:          params: 50 max (were 10)
                   10224: 
                   10225:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10226:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   10227:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   10228:          empty string) ! simplified (double) speedup consequent checks in
                   10229:          vmethod_frame
                   10230: 
                   10231:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   10232:          optimized constants in expressions vstring->vdouble + optimized
                   10233:          ^call(vdouble), no junction creation, no calls later
                   10234: 
                   10235: 2005-08-08  paf
                   10236: 
                   10237:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   10238:          integrated
                   10239: 
                   10240:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   10241:          integrated
                   10242: 
                   10243:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   10244:          compile_tools.h: merged + optimized constants in expressions
                   10245:          vstring->vdouble + optimized ^call(vdouble), no junction
                   10246:          creation, no calls later
                   10247: 
                   10248:        * src/types/pa_vdouble.h: merged . double values without fractional
                   10249:          part now default printed as %.0f instead of %g
                   10250: 
                   10251:        * src/types/pa_vdouble.h: . double values without fractional part
                   10252:          now default printed as %.0f instead of %g
                   10253: 
                   10254:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   10255:          cause an exception
                   10256: 
                   10257:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   10258:          exception
                   10259: 
                   10260:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   10261:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10262:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10263:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10264:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   10265:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10266:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10267:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10268:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10269:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10270:          merged VJunction(new Junction) optimization from 3.1.4
                   10271: 
                   10272:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   10273:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   10274:          Junction(params)) to new VJunction(params), thousands of mallocs
                   10275:          removed
                   10276: 
                   10277: 2005-08-05  paf
                   10278: 
                   10279:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   10280:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   10281:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   10282:          creation, no calls later
                   10283: 
                   10284:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10285:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10286:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10287:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10288:          classes/response.C, classes/string.C, classes/table.C,
                   10289:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10290:          include/pa_array.h, include/pa_cache_managers.h,
                   10291:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10292:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10293:          include/pa_dictionary.h, include/pa_dir.h,
                   10294:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10295:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10296:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10297:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10298:          include/pa_sapi.h, include/pa_socks.h,
                   10299:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10300:          include/pa_stack.h, include/pa_string.h,
                   10301:          include/pa_stylesheet_connection.h,
                   10302:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10303:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10304:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10305:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10306:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10307:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   10308:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10309:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   10310:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   10311:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   10312:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   10313:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   10314:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10315:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10316:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10317:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10318:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10319:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10320:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10321:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10322:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   10323:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   10324:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   10325:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   10326:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10327:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10328:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   10329:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10330:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10331:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10332:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10333:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10334:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10335:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10336:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10337:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10338:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   10339: 
                   10340:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   10341:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   10342:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   10343:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   10344:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   10345:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   10346:          optimized constants in expressions vstring->vdouble
                   10347: 
                   10348: 2005-07-29  paf
                   10349: 
                   10350:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   10351: 
                   10352:        * src/types/pa_vclass.C: + property getter can now be overridden
                   10353: 
                   10354:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   10355:          bug fix: static parent fields were not replaced in case
                   10356:          $derived:field[put] + property setter can now be overridden
                   10357: 
                   10358: 2005-07-28  paf
                   10359: 
                   10360:        * configure, configure.in, src/classes/classes.h,
                   10361:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10362:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10363:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10364:          src/classes/xnode.h, src/include/pa_hash.h,
                   10365:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10366:          src/types/Makefile.am, src/types/pa_method.h,
                   10367:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10368:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10369:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10370:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10371:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10372:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10373:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10374:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10375:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10376:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10377:          src/types/pa_vstateless_class.h,
1.95      moko     10378:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10379:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10380:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10381:          dynamic_fields_join
                   10382: 
                   10383:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10384:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10385:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10386:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10387:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10388:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10389:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10390:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10391:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10392:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10393:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10394:          restored its checks in vobject.put_element->static fields |
                   10395:          dynamic properties
                   10396: 
                   10397: 2005-07-27  paf
                   10398: 
                   10399:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10400:          is some old code containing @set_name $name
                   10401: 
                   10402:        * src/types/pa_vobject.h: . fixed warning
                   10403: 
                   10404:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10405:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10406: 
                   10407:        * src/: classes/xnode.C, include/pa_hash.h,
                   10408:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10409:          regretfully reverted them all to checks
                   10410: 
                   10411:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10412:          classes/op.C, main/execute.C, types/pa_method.h,
                   10413:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10414:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10415:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10416:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10417:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10418:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10419:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10420:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10421:          joined_dynamic_fields: removed unused param from put_method
                   10422:          (returned to 3 params)
                   10423: 
                   10424:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10425:          joined_dynamic_fields: dynamic get/set works with overriding
                   10426:          props [alpha2]
                   10427: 
                   10428:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10429:          works [alfa]
                   10430: 
                   10431:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10432:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10433:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10434:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10435:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10436:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10437:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10438:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10439:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10440:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10441:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10442:          joined_dynamic_fields: just compiled
                   10443: 
                   10444:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10445:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10446:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10447:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10448:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10449: 
                   10450:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10451:          work yet]
                   10452: 
                   10453:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10454:          object setters [only started, does not work yet]
                   10455: 
                   10456: 2005-07-26  paf
                   10457: 
                   10458:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10459:          works [alpha2]. for classes. todo: for objects
                   10460: 
                   10461:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10462:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10463:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10464:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10465:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10466:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10467:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10468:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10469:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10470:          properties: set works [alpha1]
                   10471: 
                   10472: 2005-07-25  paf
                   10473: 
                   10474:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10475:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10476:          properties: started, get works [alpha1, other approach]
                   10477: 
                   10478:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10479:          properties: started, get works [alpha2]
                   10480: 
                   10481:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10482:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10483: 
                   10484: 2005-07-15  paf
                   10485: 
                   10486:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10487:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10488:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10489:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10490:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10491:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10492:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10493:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10494:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10495:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10496:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10497:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10498:          [getters work but think of changing them too to precaching]
                   10499: 
                   10500: 2005-07-08  paf
                   10501: 
                   10502:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10503:          gpf
                   10504: 
                   10505: 2005-06-28  paf
                   10506: 
                   10507:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10508:          in passing empty strings to file::exec/cgi environment
                   10509: 
                   10510: 2005-06-06  paf
                   10511: 
                   10512:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10513:          ^table:sql ^hash:sql now DO process $.bind option
                   10514: 
                   10515: 2005-05-24  paf
                   10516: 
                   10517:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10518:          $.limit] now work again [support was broken in 3.1.4]
                   10519: 
                   10520:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10521:          ALL_INTERIOR_POINTERS
                   10522: 
                   10523: 2005-05-12  paf
                   10524: 
                   10525:        * configure: 3.1.5beta
                   10526: 
                   10527:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10528: 
                   10529:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10530:          $.limit] now work again [support was broken in 3.1.4]
                   10531: 
                   10532:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10533:          line-width  [was refusing to fill if line-width >1, thanks to
                   10534:          Seras <seras@pinxit.lt> for repro case
                   10535: 
                   10536: 2005-04-25  paf
                   10537: 
                   10538:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10539:          correctly
                   10540: 
                   10541: 2005-04-19  paf
                   10542: 
                   10543:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10544:          in VString violating invariant!!
                   10545: 
                   10546:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10547:          getenv("TZ")==null
                   10548: 
                   10549: 2005-04-08  paf
                   10550: 
                   10551:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10552:          bugfix: when there is no char in charset one byte produces 6
                   10553:          (&#255; <<max). increased buffer size!
                   10554: 
                   10555: 2005-03-23  paf
                   10556: 
                   10557:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10558:          ^date.sql-string now takes TZ into account
                   10559: 
                   10560: 2005-03-16  paf
                   10561: 
                   10562:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10563:          gcc 3.4
                   10564: 
                   10565:        * src/types/pa_vhash.C: . warning about eof eol
                   10566: 
                   10567: 2005-02-17  paf
                   10568: 
                   10569:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10570:          seconds)
                   10571: 
                   10572: 2005-02-02  paf
                   10573: 
                   10574:        * src/classes/xnode.C: beauty: removed needless includes
                   10575: 
                   10576: 2005-01-31  paf
                   10577: 
                   10578:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10579:          $.partNoNumber now alias to $.part1
                   10580: 
                   10581:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10582:          "content-disposition" header with any value? now considering that
                   10583:          part to be "file#" [for text/plain text/html were $.text#
                   10584:          $.html#]
                   10585: 
                   10586:        * INSTALL: updatet to latest working versions available
                   10587: 
                   10588: 2005-01-20  paf
                   10589: 
                   10590:        * configure.in, src/include/pa_version.h: version
                   10591: 
                   10592: 2005-01-19  paf
                   10593: 
1.116     moko     10594:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10595:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10596:          couple warnings in parser3.C
1.95      moko     10597: 
                   10598: 2004-12-23  paf
                   10599: 
                   10600:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10601: 
                   10602:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10603:          dir to directory of script (when shbang used), not to directory
                   10604:          of its interpreter
                   10605: 
                   10606:        * src/include/pa_version.h: compiled on win32...
                   10607: 
                   10608:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10609:          we need more hspace
                   10610: 
                   10611:        * configure, configure.in, src/include/pa_version.h: configured
                   10612:          host to pa_version. will be displayed everywhere
                   10613: 
                   10614:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10615:          exception from being logged by setting $exception.handled(1)
                   10616: 
                   10617:        * operators.txt, src/classes/file.C: change:
                   10618:          ^file::sql{query}[[options]] options: $.name[file name]
                   10619:          $.content-type[application/what]
                   10620: 
                   10621:        * src/: include/pa_common.h, main/pa_common.C,
                   10622:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10623:          new file
                   10624: 
                   10625:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10626:          bugfix: table->hash now regards _default
                   10627: 
                   10628:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10629:          created by accessing $name_of_method it acquired bad self=closest
                   10630:          methodframe; instead of proper self (current class)
                   10631: 
                   10632:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10633:          hashfile produced bad cord
                   10634: 
                   10635: 2004-12-10  paf
                   10636: 
                   10637:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10638:          subsequent failures though defined in .h
                   10639: 
                   10640:        * src/main/pa_common.C: comment on volatile
                   10641: 
                   10642:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10643:          alarm function were not used since the beginning due to stupid
                   10644:          error [setsigjmp were not checked in configure.in]
                   10645: 
                   10646:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10647:          unix too
                   10648: 
                   10649:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10650:          change to most probable http.timeout
                   10651: 
                   10652:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10653:          works [setsockopt on send/receive]
                   10654: 
                   10655: 2004-12-08  paf
                   10656: 
                   10657:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10658:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10659:          proper charset
                   10660: 
                   10661: 2004-11-24  paf
                   10662: 
                   10663:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10664: 
                   10665:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10666:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10667: 
                   10668: 2004-11-12  paf
                   10669: 
                   10670:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10671:          [since 3.0.4]
                   10672: 
                   10673: 2004-11-09  paf
                   10674: 
                   10675:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10676:          writes basics to c:\parser3.log
                   10677: 
                   10678: 2004-10-21  paf
                   10679: 
                   10680:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10681:          tainted strings [were returning clean onces]
                   10682: 
                   10683: 2004-10-15  paf
                   10684: 
                   10685:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10686:          cycles(i=1; i=2), which was wrong, now does ONE
                   10687: 
                   10688: 2004-10-12  paf
                   10689: 
                   10690:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10691: 
                   10692: 2004-10-07  paf
                   10693: 
                   10694:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10695:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10696:          release asserts
                   10697: 
                   10698:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10699:          String.dump() to stdout in detailed form  [were String.v() in
                   10700:          short form]
                   10701: 
                   10702:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10703:          \t\r\n as @#| and truncates long char sequences less
                   10704: 
                   10705: 2004-10-06  paf
                   10706: 
                   10707:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10708:          win32 beauty: socket errors properly decoded
                   10709: 
                   10710: 2004-10-05  paf
                   10711: 
                   10712:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10713:          request::configure_user/admin done always, even if no
                   10714:          file-to-process useful in @unhandled_exception [say, if they
                   10715:          would want to mail by SMTP something]
                   10716: 
                   10717:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10718:          now performed prior to file loading [and @auto executing] thus
                   10719:          making $cookie:value available in @auto and in
                   10720:          @unhandled_exception when IIS is configured to run interpreter
                   10721:          even if no file exist
                   10722: 
                   10723: 2004-09-20  paf
                   10724: 
                   10725:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10726:          somewhere where it should have called xmlMalloc and it calls
                   10727:          xmlFree when it should have not called it.  inserted two
                   10728:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10729:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10730:          author would fix all that.  until that day: we have SLOW garbage
                   10731:          collecting when many xml objects are alive hint: do
                   10732:          ^memory:compact[] before xdoc::create
                   10733: 
                   10734: 2004-09-17  paf
                   10735: 
                   10736:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10737:          error from 3.0.8 version]
                   10738: 
                   10739: 2004-09-14  paf
                   10740: 
                   10741:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10742:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10743:          modified inside
                   10744: 
                   10745: 2004-09-13  paf
                   10746: 
                   10747:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10748:          [were as octal]
                   10749: 
                   10750:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10751:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10752:          safety-check
                   10753: 
                   10754:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10755:          [not something obscure from sdbm lib]
                   10756: 
                   10757:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10758:          = strerror now returnes something and we can properly report that
                   10759:          to client
                   10760: 
                   10761:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10762:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10763: 
                   10764:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10765:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10766:          not be unnecessary optimized away [ruining javascript]
                   10767: 
                   10768:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10769:          [tainted as-is]
                   10770: 
                   10771:        * src/classes/mail.C: bugfix: typo error
                   10772: 
                   10773: 2004-09-09  paf
                   10774: 
                   10775:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10776:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10777:          (bloody yandex.server)
                   10778: 
                   10779: 2004-09-06  paf
                   10780: 
                   10781:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10782:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10783:          encoded
                   10784: 
                   10785: 2004-09-01  paf
                   10786: 
                   10787:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10788:          multipart/related outlook express have no problems showing
                   10789:          unrelated attachments.  todo: someday figure out a way of
                   10790:          multipart/mixed    multipart/related       text/html
                   10791:          image/xxx application/octet-stream << true attachments
                   10792: 
                   10793:        * src/types/pa_vmail.C: new:
                   10794:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10795:          empty mail header fields removed from letter
                   10796: 
                   10797:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10798:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10799:          ^mail:send[    $.file[       $.any[header]
                   10800: 
                   10801: 2004-08-30  paf
                   10802: 
                   10803:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10804:          warnings
                   10805: 
                   10806:        * src/main/pa_common.C: beauty: do not bother with charset
                   10807:          detection when ^file::load[binary
                   10808: 
                   10809: 2004-08-27  paf
                   10810: 
                   10811:        * src/main/pa_common.C: hack: for yandex.server http server
                   10812: 
                   10813: 2004-08-18  paf
                   10814: 
                   10815:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10816:          possibly-chunked response
                   10817: 
                   10818: 2004-08-17  paf
                   10819: 
                   10820:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10821:          $f.content-type now = that of http response
                   10822: 
                   10823:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10824:          $f.content-type now = that of http response
                   10825: 
                   10826: 2004-07-30  paf
                   10827: 
                   10828:        * src/: include/pa_request.h, main/pa_request.C,
                   10829:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10830:          win32: system&parser exceptions in release mode reported properly
                   10831:          parser exception in exception handler WERE mistakenly reported as
                   10832:          system exception, without details [in apache & isapi] +some
                   10833:          beauty in exception text
                   10834: 
                   10835:        * src/: include/pa_exception.h, main/pa_request.C,
                   10836:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10837:          release mode reported properly parser exception in exception
                   10838:          handler WERE mistakenly reported as system exception, without
                   10839:          details
                   10840: 
                   10841:        * src/main/execute.C: beauty: simplified system exception handling
                   10842: 
                   10843: 2004-07-29  paf
                   10844: 
                   10845:        * src/classes/table.C: bugfix:
                   10846:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10847:          were ignored, and \t used unconditionally]
                   10848: 
                   10849:        * src/types/Makefile.am: added vhash.c
                   10850: 
                   10851: 2004-07-28  paf
                   10852: 
                   10853:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10854:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10855:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10856:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10857:          failed on russian letters
                   10858: 
                   10859:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10860:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10861:          letters
                   10862: 
                   10863:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10864:          as 'currentDirectory' parameter to CreateProcess
                   10865: 
                   10866: 2004-07-27  paf
                   10867: 
                   10868:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10869:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10870:          from release somewhere [to help searching for unhandled system
                   10871:          exceptions]
                   10872: 
                   10873:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10874:          TZ shift
                   10875: 
                   10876:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10877:          but also in ctor
                   10878: 
                   10879: 2004-07-26  paf
                   10880: 
                   10881:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10882:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10883:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10884:          src/types/types.vcproj: new: $response:body/download[
                   10885:          $.file[name on disk]    $.name[of file for user]
                   10886:          $.mdate[date of last-modified. default from directory] ]
                   10887: 
                   10888:        * src/classes/file.C: moving file:send somewhere else..
                   10889: 
                   10890:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10891:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10892:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10893:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10894: 
                   10895:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10896: 
                   10897: 2004-07-21  paf
                   10898: 
                   10899:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10900:          to several lines
                   10901: 
                   10902:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10903: 
                   10904:          note: ms outlook[!express] shows only first 255 characters of
                   10905:          subject
                   10906: 
                   10907: 2004-07-15  paf
                   10908: 
                   10909:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10910:          off]
                   10911: 
                   10912: 2004-07-14  paf
                   10913: 
                   10914:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10915:          according to lang  [were: as-is]
                   10916: 
                   10917: 2004-07-07  paf
                   10918: 
                   10919:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10920:          checked that
                   10921: 
                   10922:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10923:          now untainted according to their languages.  were: as-is.
                   10924:          EVERYWHERE
                   10925: 
                   10926:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10927:          environment string now untainted according to their languages.
                   10928:          were: as-is. EVERYWHERE
                   10929: 
                   10930:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10931:          untainted according to their languages.  were: as-is. on win32:
                   10932:          ok
                   10933: 
                   10934:        * parser3.vssscc: ...would not go unnoticed
                   10935: 
                   10936:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10937:          fails. in case on input appears nonutf, those bytes will be
                   10938:          printed in %HH form. that can be easily decoded/recovered.
                   10939: 
                   10940:          this form is quite noticable, and hopefully would not go noticed
                   10941: 
                   10942: 2004-07-06  paf
                   10943: 
                   10944:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10945:          untainted according to their languages.  were: as-is. on win32:
                   10946:          ok
                   10947: 
                   10948: 2004-07-01  paf
                   10949: 
                   10950:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   10951:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   10952:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   10953:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   10954:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   10955:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   10956:          option: global optimization ON
                   10957: 
                   10958:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   10959:          to do xdoc::create{invalid chars} standard disables chars less
                   10960:          then \x20, except tab, cr, lf.
                   10961: 
                   10962:          changed tainting so that those become '!'
                   10963: 
                   10964: 2004-06-25  paf
                   10965: 
                   10966:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10967:          int on odd address [prev bugfix failed due to superwize
                   10968:          optimizer, which turned memcpy into same 'ld' asm command]
                   10969: 
                   10970:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10971:          int on odd address
                   10972: 
                   10973: 2004-06-22  paf
                   10974: 
                   10975:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   10976: 
                   10977:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   10978:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10979:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   10980:          paf(:a)}[                $.bind[                         $.a[2]
                   10981:                 ]       ] output variables work.  todo: check in out
                   10982:          variables
                   10983: 
                   10984: 2004-06-18  paf
                   10985: 
                   10986:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   10987:          classes/table.C, classes/void.C, include/pa_globals.h,
                   10988:          include/pa_sql_connection.h, main/compile.tab.C,
                   10989:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   10990:                      $.bind[                         $.a[2]          ]
                   10991:          ] input variables work.  todo:output
                   10992: 
                   10993:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   10994:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   10995:          /_bug.html?404;http://hpsv/test/
                   10996:          --------------------------------------------------------------------------------
                   10997:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   10998:          --------------------------------------------------------------------------------
                   10999:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   11000: 
                   11001: 2004-06-16  paf
                   11002: 
                   11003:        * src/targets/cgi/parser3.C: new: iis specific
                   11004:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   11005:          $request:query
                   11006:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   11007:          $form:fields IIS-STATUS="404"
                   11008:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   11009: 
                   11010:          todo: isapi too
                   11011: 
                   11012: 2004-05-26  paf
                   11013: 
                   11014:        * src/include/pa_version.h: 3.1.3
                   11015: 
                   11016:        * operators.txt: beauty: removed outdated level 'table'
                   11017: 
                   11018:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11019: 
                   11020:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11021: 
                   11022:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11023:          classes/op.C: beauty: removed outdated level 'table'
                   11024: 
                   11025: 2004-05-25  paf
                   11026: 
                   11027:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11028:          implementation. mistery: how anything worked
                   11029: 
                   11030:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11031:          changed, it is now safe to use url if pointers to it are stored
                   11032:          to gc mem
                   11033: 
                   11034:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11035:          unknown errors reported and not cause SIGSEGV now
                   11036: 
                   11037: 2004-05-24  paf
                   11038: 
                   11039:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11040:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11041:          less memory: CORD_chars_block originally intended to ...  it was
                   11042:          good that CORD_chars_block were not used: it consumes more memory
                   11043:          [and, might be slow too] undoing that. [and removed that func so
                   11044:          that it would not confuse parser developer in future]
                   11045: 
                   11046:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11047:          less memory: CORD_chars_block originally intended to
                   11048:          speedup/reduce mem usage were forgotten, and were used stupid
                   11049:          CORD_chars
                   11050: 
                   11051:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11052: 
                   11053:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11054:          BIGENDIAN processors space-conserving mech failed, causing
                   11055:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11056:          (1|2|3));
                   11057: 
                   11058: 2004-05-14  paf
                   11059: 
                   11060:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11061:          bugfix: void now has vfile value, and $response:body[] works OK
                   11062: 
                   11063: 2004-05-12  paf
                   11064: 
                   11065:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11066:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11067:          sources to use is_defined() {return as_bool();} along VBool
                   11068: 
                   11069: 2004-05-11  paf
                   11070: 
                   11071:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11072:          referencing to local objects
                   11073: 
                   11074:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11075:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11076:          left intact
                   11077: 
                   11078: 2004-04-15  paf
                   11079: 
                   11080:        * src/classes/date.C: merged: beauty: unused var removed
                   11081: 
                   11082:        * src/classes/date.C: beauty: unused var removed
                   11083: 
                   11084:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11085:          provoked bug
                   11086: 
                   11087: 2004-04-09  paf
                   11088: 
                   11089:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11090: 
                   11091:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11092: 
                   11093: 2004-04-08  paf
                   11094: 
                   11095:        * src/classes/date.C: new: ^date::create[y-m-d
                   11096:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11097: 
                   11098:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11099: 
                   11100:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11101:          to consult default catalog [usually, that file belongs to other
                   11102:          user/group]
                   11103: 
                   11104: 2004-04-06  paf
                   11105: 
                   11106:        * src/main/pa_common.C: beauty: gcc warning removed
                   11107: 
                   11108:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11109:          accept that trick, trying other
                   11110: 
                   11111:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11112:          explicit result problem
                   11113: 
                   11114:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11115:          explicit result problem
                   11116: 
                   11117:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11118:          explicit result problem
                   11119: 
                   11120:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11121: 
                   11122:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11123:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11124:          failed
                   11125: 
                   11126:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11127:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11128:          gethostbyname failed with such 'domains'] now checked properly,
                   11129:          were: needless reverse/forward dns lookup
                   11130: 
                   11131:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11132:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11133:          gethostbyname failed with such 'domains'] now checked properly,
                   11134:          were: needless reverse/forward dns lookup
                   11135: 
                   11136:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   11137:          @method[][result] means "no string output here" moved to lexical
                   11138:          level [on grammar level it were too difficult]
                   11139: 
                   11140:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   11141:          src/main/compile.y, src/main/compile_tools.h,
                   11142:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   11143:          @method[][result] means "no string output here", implemented part
                   11144:          of that idea: compiler throws away string literal generation
                   11145:          code. and barks nonwhitespace chars
                   11146: 
                   11147:        * operators.txt: truth: removed comment about $ORIGIN
                   11148: 
                   11149: 2004-04-05  paf
                   11150: 
                   11151:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   11152:          src/include/pa_version.h, src/main/pa_common.C,
                   11153:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   11154: 
                   11155:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   11156:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   11157: 
                   11158:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   11159: 
                   11160:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   11161:          interfered with FAR console
                   11162: 
                   11163:        * configure, configure.in: 3.1.3
                   11164: 
                   11165:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   11166: 
                   11167:        * src/main/pa_common.C: removed warning
                   11168: 
                   11169:        * src/include/pa_version.h: 3.1.3
                   11170: 
                   11171: 2004-04-02  paf
                   11172: 
                   11173:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   11174: 
                   11175:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   11176:          allows to specify where to put parser log file
                   11177: 
                   11178: 2004-04-01  paf
                   11179: 
                   11180:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   11181:          without tab and enter were ignored
                   11182: 
                   11183:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   11184:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   11185:          main/pa_socks.C, targets/cgi/parser3.C,
                   11186:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   11187:          bugfix: sql connections now are disconnected
                   11188: 
                   11189: 2004-03-30  paf
                   11190: 
                   11191:        * src/classes/table.C: bugfix: table::load last line without tab
                   11192:          and enter were ignored
                   11193: 
                   11194:        * src/classes/table.C: bufix: if last table lines were commented,
                   11195:          gpfed
                   11196: 
                   11197:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   11198:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   11199:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   11200:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   11201:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   11202:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   11203:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   11204:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   11205:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   11206: 
                   11207: 2004-03-29  paf
                   11208: 
                   11209:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   11210:          causes gpf
                   11211: 
                   11212:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   11213:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   11214:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   11215:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   11216:          value.dox: translated to english
                   11217: 
                   11218: 2004-03-25  paf
                   11219: 
                   11220:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   11221:          parser3project dependency removed
                   11222: 
                   11223:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   11224:          bugfix: refused to compile without xml
                   11225: 
                   11226:        * src/types/pa_vform.C: beauty: removed warning
                   11227: 
                   11228:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   11229:          any folder [removed last ;) folder dependency]
                   11230: 
                   11231:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   11232:          folder [removed last ;) folder dependency]
                   11233: 
                   11234:        * src/include/pa_version.h: release
                   11235: 
                   11236:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   11237: 
                   11238:        * src/classes/table.C: beauty: comment& more meaningful error
                   11239:          message
                   11240: 
                   11241:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   11242:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   11243:          thing]
                   11244: 
                   11245: 2004-03-23  paf
                   11246: 
                   11247:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   11248:          and http status line parsing checked number of columns in table
                   11249:          [user reported an assert]
                   11250: 
                   11251:        * operators.txt: example: on hashfile
                   11252: 
                   11253:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   11254:          bugfix: junction reattach now actually reattaches a junction to
                   11255:          new wcontext [were only assigning it to junction, which caused
                   11256:          junction tracking to loose junction, and it's context were not
                   11257:          killed, and it tried to process in invalid context, gpf]
                   11258: 
                   11259:        * src/targets/cgi/parser3.C: debug helper added
                   11260: 
                   11261: 2004-03-19  paf
                   11262: 
                   11263:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   11264:          "type(type)" in braces
                   11265: 
                   11266: 2004-03-10  paf
                   11267: 
                   11268:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   11269:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11270:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   11271:          solution to search-in-namespaces problem:
                   11272:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   11273:          $nodes[^xdoc.select[//x:second]]
                   11274: 
                   11275:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   11276:          expression][[NAMESPACES HASH]] allows to search for info in
                   11277:          namespaces
                   11278: 
                   11279:          $nodes[^xdoc.select[//x:second][
                   11280:          $.x[http://pif.design.ru/] ]]
                   11281: 
                   11282: 2004-03-09  paf
                   11283: 
                   11284:        * operators.txt, src/main/pa_common.C: new:
                   11285:          ^file::load[...][options]         $.form[
                   11286:          !$.field1[string]
                   11287:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   11288:               ]         !$.body[string]
                   11289: 
                   11290:          GET ?here notGET(POST, HEAD, others) in content-type:
                   11291:          application/x-www-form-urlencoded
                   11292: 
                   11293:          todo: upload files ability
                   11294: 
                   11295:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   11296:          properly, done
                   11297: 
                   11298: 2004-03-05  paf
                   11299: 
                   11300:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   11301:          GET/POST $.form[$.fields started, not tested yet
                   11302:          todo:$.field[table] for multiple values
                   11303: 
                   11304:        * operators.txt: new: http:// options $.user $.password basic
                   11305:          authorization
                   11306: 
                   11307:        * src/main/pa_common.C: beauty: link to rtf added
                   11308: 
                   11309:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   11310:          new: http:// options $.user $.password basic authorization
                   11311: 
                   11312:        * src/main/pa_common.C: beauty: removed needless vars
                   11313: 
                   11314:        * operators.txt: new: pgsql option [like that recently added to
                   11315:          oracle driver]             ClientCharset=parser-charset <<
                   11316:          charset in which parser thinks client works
                   11317: 
                   11318:        * operators.txt: new: odbc option [like that recently added to
                   11319:          oracle driver]             ClientCharset=parser-charset <<
                   11320:          charset in which parser thinks client works
                   11321: 
                   11322:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   11323: 
                   11324:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   11325:          char!
                   11326: 
                   11327:        * etc/parser3.charsets/windows-1251.cfg: typo
                   11328: 
                   11329: 2004-03-04  paf
                   11330: 
                   11331:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   11332:          cached, sql transcoding now goes faster
                   11333: 
                   11334:        * operators.txt: new: mysql option [like that recently added to
                   11335:          oracle driver]             ClientCharset=parser-charset <<
                   11336:          charset in which parser thinks client works
                   11337: 
                   11338:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   11339:          typo error
                   11340: 
                   11341:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   11342:          chars commented
                   11343: 
                   11344: 2004-03-03  paf
                   11345: 
                   11346:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   11347:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   11348: 
                   11349: 2004-03-02  paf
                   11350: 
                   11351:        * operators.txt: new[update typo]:     !^void.left(n)
                   11352:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   11353:                nothing
                   11354: 
                   11355:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   11356:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   11357:                nothing
                   11358: 
                   11359:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11360:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11361:          row with columns:   first: data   second: file name   third:
                   11362:          content-type
                   11363: 
                   11364:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11365:          ^connect gets properly escaped string, which can be passed to
                   11366:          request now this for mysql only. it's up to parser sql driver to
                   11367:          fix zeros properly
                   11368: 
                   11369:        * INSTALL: note: added on building apache with this option:
                   11370:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11371: 
                   11372: 2004-03-01  paf
                   11373: 
                   11374:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11375:          extension memory:compact befor processingrequest
                   11376: 
                   11377:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11378:          call sole column of result
                   11379: 
                   11380:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11381:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11382:          pixel color
                   11383: 
                   11384:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11385:          beauty: image -- less checks [were ugly impl]
                   11386: 
                   11387:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11388:          negative values now considered bad
                   11389: 
                   11390:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11391: 
                   11392:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11393:          options now have unified defaults [after transform
                   11394:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11395:          meant 'true']
                   11396: 
                   11397:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11398:          added [on some platforms gethostbyname failed with such
                   11399:          'domains']
                   11400: 
                   11401:        * src/include/pa_config_auto.h.in: no select check, no define
                   11402: 
                   11403:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11404:          be empty-strings, meaning kind=both chars=whitespaces
                   11405: 
                   11406:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11407:          exist
                   11408: 
                   11409:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11410:          exception if it is
                   11411: 
                   11412:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11413:          whitespaces [start|both|end] << kind, whitespaces
                   11414:          [start|both|end;chars]  full
                   11415: 
                   11416: 2004-02-27  paf
                   11417: 
                   11418:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11419:          method: ^string.trim[start|both|end[;chars]]        default
                   11420:          'chars' -- whitespace chars finished
                   11421: 
                   11422:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11423:          src/main/pa_string.C: new method:
                   11424:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11425:          whitespace chars   started, only start works
                   11426: 
                   11427:        * src/main/compile.C: bugfix: line numbers after
                   11428:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11429:          signed
                   11430: 
                   11431:        * src/main/untaint.C: speed: there's no \n chars in output
                   11432:          [normally], so no need to optimize them they could be retrived
                   11433:          from databases, though. but 1. should be replaced 2. if not
                   11434:          optimized, no harm done
                   11435: 
                   11436:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11437:          ^file::exec/cgi could return invalid status & zombie child can
                   11438:          remain for short period until process exists [very bad in
                   11439:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11440: 
                   11441:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11442:          malicious SMTP server to attack as by returning too long status
                   11443:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11444: 
                   11445: 2004-02-26  paf
                   11446: 
                   11447:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11448:          are         $.main[to what to rename @main]         $.file[file,
                   11449:          from which (user says) goes that CODE]         $.lineno(line
                   11450:          number in that file, where CODE starts. may be negative)
                   11451: 
                   11452:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11453:          src/main/compile.C, src/main/compile_tools.h,
                   11454:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11455:          options] which are         $.main[to what to rename @main]
                   11456:          $.file[file, from which (user says) goes that CODE]
                   11457:          $.lineno(line number in that file, where CODE starts. may be
                   11458:          negative)
                   11459: 
                   11460: 2004-02-25  paf
                   11461: 
1.116     moko     11462:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11463:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11464: 
                   11465:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11466:          produces hash of column=>1
                   11467: 
                   11468:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11469:          with incomplete errno constants set
                   11470: 
                   11471: 2004-02-24  paf
                   11472: 
                   11473:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11474:          "man select"
                   11475: 
                   11476:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11477: 
                   11478:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11479: 
                   11480:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11481: 
1.116     moko     11482:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11483: 
                   11484:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11485:          unix: steps to work on unix [extracted 'to']
                   11486: 
                   11487:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11488: 
                   11489:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11490: 
1.116     moko     11491:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11492:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11493:          unix [testing on solaris]
1.95      moko     11494: 
                   11495: 2004-02-20  paf
                   11496: 
                   11497:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11498:          pointing that out
                   11499: 
                   11500:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11501:          fixed again [same solution, mistanenly removed one line]
                   11502: 
                   11503: 2004-02-19  paf
                   11504: 
                   11505:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11506:          date::create from bad datetime in spring daylightsaving hole now
                   11507:          OK for all platforms [on some platforms it failed]
                   11508: 
                   11509:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11510:          in daylightsaving hole] now throws error
                   11511: 
                   11512:        * src/classes/date.C: comment: mistake fixed
                   11513: 
                   11514: 2004-02-18  paf
                   11515: 
                   11516:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11517:          now renderes in $request:charset, but in header puts
                   11518:          $response:charset todo: make that default only so that coder
                   11519:          could override that
                   11520: 
                   11521:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11522:          turns off omit-xml-declaration
                   11523: 
                   11524:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11525:          /.xsl for sample
                   11526: 
                   11527: 2004-02-17  paf
                   11528: 
                   11529:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11530: 
                   11531:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11532:          copied extra time
                   11533: 
                   11534:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11535:          part of libxml
                   11536: 
                   11537:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11538:          libxml to do the work] <xsl:output        method="html"
                   11539:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11540:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11541:          />
                   11542: 
                   11543:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11544: 
                   11545:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11546:          caused assertion
                   11547: 
                   11548:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11549:          could hang. now such add does nothing, sub clears $hash
                   11550: 
                   11551:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11552:          not made quoted-printable
                   11553: 
                   11554:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11555:          string invariant
                   11556: 
                   11557: 2004-02-16  paf
                   11558: 
                   11559:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11560:          cleared [were not cleared properly]
                   11561: 
                   11562: 2004-02-13  paf
                   11563: 
1.116     moko     11564:        * src/include/pa_version.h: prerelease
1.95      moko     11565: 
                   11566:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11567:          used, introducing dependencies timestamp check
                   11568: 
                   11569:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11570:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11571:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11572:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11573: 
                   11574:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11575: 
                   11576: 2004-02-12  paf
                   11577: 
                   11578:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11579:          ruined empty <input type=file> submits. parser thought there were
                   11580:          nameless empty file and $form:field got value of type 'file'
                   11581: 
                   11582:        * INSTALL: --without-threads
                   11583: 
                   11584:        * src/include/pa_sapi.h: 2004
                   11585: 
                   11586: 2004-02-11  paf
                   11587: 
                   11588:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11589:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11590:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11591:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11592:          classes/response.C, classes/string.C, classes/table.C,
                   11593:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11594:          include/pa_array.h, include/pa_cache_managers.h,
                   11595:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11596:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11597:          include/pa_dictionary.h, include/pa_dir.h,
                   11598:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11599:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11600:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11601:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11602:          include/pa_socks.h, include/pa_sql_connection.h,
                   11603:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11604:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11605:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11606:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11607:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11608:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11609:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11610:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11611:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11612:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11613:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11614:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11615:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11616:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11617:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11618:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11619:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11620:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11621:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11622:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11623:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11624:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11625:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11626:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11627:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11628:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11629:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11630:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11631:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11632:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11633:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11634:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11635:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11636:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11637:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11638:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11639:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11640: 
                   11641:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11642:          debug version of gc.dll
                   11643: 
                   11644:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11645:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11646:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11647:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11648:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11649:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11650:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11651:          processes
                   11652: 
                   11653:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11654:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11655:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11656:          changes to reflect libxml xsl new folders
                   11657: 
                   11658:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11659:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11660:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11661:          to reflect libxml xsl new folders
                   11662: 
                   11663:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11664:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11665:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11666:          types/types.vcproj: started changes to reflect libxml xsl new
                   11667:          folders
                   11668: 
                   11669:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11670:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11671:          src/main/compile.tab.C, src/main/main.vcproj,
                   11672:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11673:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11674:          started changes to reflect libxml xsl new folders
                   11675: 
                   11676: 2004-02-10  paf
                   11677: 
                   11678:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11679:          compile. recommened latest libxml up to date
                   11680: 
                   11681:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11682:          pattern compilation errors", on which spent 4 hours worktime. use
                   11683:          versions higher than that. recommended now latest up to date
                   11684: 
                   11685: 2004-02-06  paf
                   11686: 
                   11687:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11688:          beauty: unified destructing style
                   11689: 
                   11690:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11691: 
                   11692:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11693:          now
                   11694: 
                   11695: 2004-02-03  paf
                   11696: 
                   11697:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11698:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11699:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11700:          then %ld/%lu
                   11701: 
                   11702:        * src/main/pa_common.C: typo: %l -> %u
                   11703: 
                   11704:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11705:          in attributes or documents-results of transform now not &#04xx;
                   11706: 
                   11707:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11708: 
                   11709:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11710: 
                   11711:        * src/main/pa_charset.C: beauty: uncomment
                   11712:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11713:          libraries
                   11714: 
                   11715: 2004-02-02  paf
                   11716: 
                   11717:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11718:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11719: 
                   11720:          $cookie:example[        $.value[]       $.expires[session]
                   11721:          $.path[/there/]         $.domain[test.com] ]
                   11722: 
                   11723:        * src/types/pa_vform.C: bugfix: empty values with
                   11724:          enctype=multipart/form-data now produce entries in $form:tables
                   11725:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11726:          name=a> <input type=hidden name=b>
                   11727: 
                   11728:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11729:          <hr> <pre>$request:body
                   11730: 
                   11731: 2004-01-30  paf
                   11732: 
                   11733:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11734:          or documents-results of transform now not &#04xx;
                   11735: 
                   11736:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11737:          produce exception.
                   11738: 
                   11739:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11740:          bugfix: ^date::create[invalid fields now produce exception.
                   11741: 
                   11742:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11743:          year] now produces exception. todo: check other fields
                   11744: 
                   11745: 2004-01-29  paf
                   11746: 
                   11747:        * src/include/pa_memory.h: typo error
                   11748: 
                   11749:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11750:          more byte then specified, then zeroed it << useless and
                   11751:          potentially harmful(could gpf)
                   11752: 
                   11753: 2004-01-22  paf
                   11754: 
                   11755:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11756: 
                   11757:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11758:          optimization
                   11759: 
                   11760:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11761:          [were bug: ^taint[1 & 2]="1 &2"
                   11762: 
                   11763:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11764:          errors
                   11765: 
                   11766:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11767:          overflow
                   11768: 
                   11769:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11770:          error-reporting code * in parser-error reporting code [when no
                   11771:          @unhandled_exception defined]
                   11772: 
                   11773:          fixed in one place: my *snprintf override
                   11774: 
                   11775: 2004-01-13  paf
                   11776: 
                   11777:        * operators.txt: typo erro
                   11778: 
                   11779: 2003-12-25  paf
                   11780: 
                   11781:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11782:          garbled  [pieces after zero bytes were removed]
                   11783: 
                   11784: 2003-12-22  paf
                   11785: 
1.116     moko     11786:        * src/include/Makefile.am: bugfix: removed from dist:
                   11787:          src/include/pa_config_auto.h which were configured for
1.95      moko     11788:          make-dist-platform and badly updated proper config file in target
                   11789:          [when .tar used for updating existing source tree]
                   11790: 
                   11791:        * ChangeLog, operators.txt, src/classes/op.C,
                   11792:          src/include/pa_sql_connection.h,
                   11793:          src/include/pa_sql_driver_manager.h,
                   11794:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11795:          feature: sql introducing ability to transcode charsets
                   11796: 
                   11797: 2003-12-19  paf
                   11798: 
                   11799:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11800:          error message
                   11801: 
                   11802:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11803:          structure for libxml now allocated properly
                   11804: 
                   11805: 2003-12-17  paf
                   11806: 
                   11807:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11808: 
                   11809:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11810: 
                   11811:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11812: 
                   11813:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11814:          unreported xmlGenericErrors]
                   11815: 
                   11816: 2003-12-15  paf
                   11817: 
                   11818:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11819:          works}
                   11820: 
                   11821: 2003-12-11  paf
                   11822: 
                   11823:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11824:          id
                   11825:              !$status:tid thread id
                   11826: 
                   11827:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11828:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11829:          bugfix(solaris): removed dependency on object initialization
                   11830:          order [one more place]
                   11831: 
                   11832:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11833:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11834:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11835:          understand that
                   11836: 
                   11837:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11838:          classes/xdoc.C, include/pa_cache_managers.h,
                   11839:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11840:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11841:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11842:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11843:          ctor call [relying on implicit String::Body(cstr) call]
                   11844: 
                   11845:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11846:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11847:          object initialization order [two places]
                   11848: 
                   11849: 2003-12-10  paf
                   11850: 
                   11851:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11852:          << time now ok
                   11853: 
                   11854:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11855:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11856:          operational
                   11857: 
                   11858:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11859:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11860:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11861:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11862:          back operational
                   11863: 
                   11864: 2003-12-02  paf
                   11865: 
                   11866:        * src/types/pa_vmail.C: bugfix:
                   11867:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11868:          as-is forced]
                   11869: 
                   11870:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11871:          exceptions out of libxml callbacks: reimplemented error handling
                   11872:          of http://localhost, parser://method and safemode check callbacks
                   11873: 
                   11874:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11875:          [merged from HEAD]
                   11876: 
                   11877:        * src/classes/image.C: nothing: comment removed
                   11878: 
                   11879:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11880:          addresses to int
                   11881: 
                   11882: 2003-12-01  paf
                   11883: 
                   11884:        * src/main/pa_xml_io.C: bugfix: typo
                   11885: 
                   11886:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11887: 
                   11888:        * src/classes/xdoc.C: bugfix: typo
                   11889: 
                   11890:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11891:          exception
                   11892: 
                   11893:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11894: 
                   11895: 2003-11-28  paf
                   11896: 
                   11897:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11898:          all xml documents read
                   11899: 
                   11900:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11901: 
                   11902:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11903:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11904:          replaced original open mech of xdoc::create & co to use libxml
                   11905:          open, so that this would work for root document todo: safe mode
                   11906:          checks to libxml: ideally to some 1 point
                   11907: 
                   11908:        * src/main/pa_xml_io.C: comment
                   11909: 
                   11910:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11911:          http://parser[abscent params]
                   11912: 
                   11913:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11914:          works.  todo: maybe replace original open mech of xdoc::create &
                   11915:          co to use libxml open, so that this would work for root document
                   11916: 
                   11917:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11918:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11919: 
                   11920:          ^taint[^xdoc.string[]]
                   11921: 
                   11922:          @method[param] <!ENTITY test
                   11923:          "test-entity-value+$form:user+$param!">
                   11924: 
                   11925: 2003-11-27  paf
                   11926: 
                   11927:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11928: 
                   11929:        * src/classes/date.C: bugfix: typo error
                   11930: 
                   11931: 2003-11-26  paf
                   11932: 
                   11933:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11934:          src/main/Makefile.am, src/main/main.vcproj,
                   11935:          src/main/pa_globals.C, src/main/pa_request.C,
                   11936:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11937:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11938:          to pa_xml_io.C/h
                   11939: 
                   11940:        * src/types/pa_value.h: warnings: --
                   11941: 
                   11942: 2003-11-25  paf
                   11943: 
                   11944:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   11945:          whatever)
                   11946: 
                   11947:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   11948:          a, (c?x:y, z)
                   11949: 
                   11950:        * src/main/untaint.C: bugfix: consequences of not reading this
                   11951:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   11952:          <= 0 ==> none    */
                   11953: 
                   11954:        * src/include/pa_array.h: removed needless checks
                   11955: 
                   11956: 2003-11-24  paf
                   11957: 
                   11958:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   11959:          removed limit: now $form:xxx can be accessed anytime, even in
                   11960:          @auto/conf [and request/response:charset still can be changed
                   11961:          anytime]
                   11962: 
                   11963:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   11964:          now not transcodes response body
                   11965: 
                   11966:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   11967:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   11968:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   11969:          $xdoc.firstChild.firstChild.nodeValue[different]
                   11970:          ^taint[^xdoc.string[]]
                   11971: 
                   11972:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   11973:          workaround: static Hash::allocates -> static Hash_allocates
                   11974: 
                   11975: 2003-11-21  paf
                   11976: 
1.116     moko     11977:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   11978:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   11979:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     11980: 
                   11981:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   11982: 
                   11983:        * src/classes/mail.C: bugfix: typo
                   11984: 
                   11985:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     11986:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   11987:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   11988:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   11989:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     11990:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   11991: 
                   11992:        * src/main/pa_exec.C: bug in safe mode
                   11993: 
                   11994:        * src/include/Makefile.am: pa_xml_exception.h
                   11995: 
                   11996:        * src/targets/isapi/parser3isapi.C: more warnings --
                   11997: 
                   11998: 2003-11-20  paf
                   11999: 
                   12000:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   12001:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   12002:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   12003:          --
                   12004: 
                   12005:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   12006:          more warnings --
                   12007: 
                   12008:        * src/classes/xdoc.C: more warnings --
                   12009: 
                   12010:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   12011: 
                   12012:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   12013:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   12014: 
                   12015:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12016:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12017:          classes/table.C, include/pa_cache_managers.h,
                   12018:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12019:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12020:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12021:          --
                   12022: 
                   12023:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12024:          can't report problem (undefined @unhandled_exception) problem
                   12025:          source string were not reported
                   12026: 
                   12027:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12028:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12029:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12030:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12031:          classes/response.C, classes/string.C, classes/table.C,
                   12032:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12033:          include/pa_array.h, include/pa_cache_managers.h,
                   12034:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12035:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12036:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12037:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12038:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12039:          include/pa_request.h, include/pa_request_charsets.h,
                   12040:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12041:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12042:          include/pa_stack.h, include/pa_string.h,
                   12043:          include/pa_stylesheet_connection.h,
                   12044:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12045:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12046:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12047:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12048:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12049:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12050:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12051:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12052:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12053:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12054:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12055:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12056:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12057:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12058:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12059:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12060:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12061:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12062:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12063:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12064:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12065:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12066:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12067:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12068:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12069:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12070:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12071:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12072:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12073:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12074:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12075:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12076:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12077:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12078:          const IDENT
                   12079: 
                   12080:        * src/: include/pa_array.h, include/pa_pool.h,
                   12081:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12082:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12083:          types/pa_wcontext.h: more warnings --
                   12084: 
                   12085:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12086:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12087:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12088:          classes/memory.C, classes/op.C, classes/string.C,
                   12089:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12090:          include/pa_config_includes.h, include/pa_operation.h,
                   12091:          include/pa_sql_connection.h, include/pa_table.h,
                   12092:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12093:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12094:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12095:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12096:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12097:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12098:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12099:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12100:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12101:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12102:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12103:          types/pa_vmail.C, types/pa_vobject.C,
                   12104:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12105:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12106:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12107:          on all projects (except libltdl=off & libsdbm=level3) found
                   12108:          several unitialized vars
                   12109: 
                   12110: 2003-11-19  paf
                   12111: 
                   12112:        * src/classes/op.C: more ansi C++ comp
                   12113: 
                   12114:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12115:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12116:          $exception.handled[cache] meaning "get expired cache, if any.
                   12117:          else error"}
                   12118: 
                   12119:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12120:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12121:          ^cache[...]{body}{catch code with $exception.cache field}
                   12122: 
                   12123: 2003-11-12  paf
                   12124: 
                   12125:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12126:          [copy/paste bug]
                   12127: 
                   12128: 2003-11-11  paf
                   12129: 
                   12130:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12131:          failed]
                   12132: 
                   12133:        * bin/auto.p.dist.in: colno
                   12134: 
                   12135: 2003-11-10  paf
                   12136: 
                   12137:        * src/types/pa_vconsole.h: flush
                   12138: 
                   12139:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   12140:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   12141:          read/write  [for nntp]
                   12142: 
                   12143:        * operators.txt: mysql: transaction support: ?autocommit=0
                   12144: 
                   12145:        * operators.txt: comment: updated
                   12146: 
                   12147:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   12148:          serialize version and exipire now removes entries
                   12149: 
                   12150:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   12151:          dir, if could]
                   12152: 
                   12153:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   12154:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   12155:          removes files altogether [and dir, if could]
                   12156: 
                   12157:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   12158:          nonexistent pair. .c coded that that was error. fixed
                   12159: 
                   12160:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   12161:          file.access [regretfull can't split it to different exceptions
                   12162:          without modifying sdbm source wich would prefer not to]
                   12163: 
                   12164: 2003-11-07  paf
                   12165: 
                   12166:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12167:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12168:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   12169:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   12170:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   12171:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   12172:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   12173:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   12174:          destructing objects at request processing end
                   12175: 
                   12176: 2003-11-06  paf
                   12177: 
                   12178:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   12179:          updates
                   12180: 
                   12181:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   12182:          to include sdbm
                   12183: 
1.116     moko     12184:        * src/include/: pa_config_includes.h, pa_version.h: our
                   12185:          replacements of max& co only for cpp
1.95      moko     12186: 
                   12187:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   12188:          upper dir, .am updated
                   12189: 
                   12190:        * tests/todo.txt: hashfile: done
                   12191: 
                   12192:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   12193:          expiration [time in value. todo: move time to key]
                   12194: 
                   12195:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   12196: 
                   12197:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   12198:          to do that in foreach, no errors, but surely wrong]
                   12199: 
                   12200:        * operators.txt, src/types/pa_vhashfile.C,
                   12201:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   12202: 
                   12203:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   12204:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   12205:          foreach
                   12206: 
                   12207:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12208:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   12209: 
                   12210:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12211:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   12212: 
                   12213:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   12214:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   12215:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   12216:          get/put [raw]
                   12217: 
                   12218:        * src/: classes/op.C, main/pa_os.C: just linked
                   12219: 
                   12220:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   12221:          XmlException changes
                   12222: 
                   12223:        * src/: include/pa_charset.h, include/pa_globals.h,
                   12224:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   12225:          XmlException changes
                   12226: 
                   12227:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   12228: 
                   12229:        * src/: include/pa_common.h, include/pa_exception.h,
                   12230:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   12231:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   12232:          main/pa_xml_exception.C: locking move to pa_os [along with
                   12233:          pa_sleep] apr-impl locking done
                   12234: 
                   12235:        * configure, configure.in, operators.txt, parser3.sln,
                   12236:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   12237:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   12238:          src/include/pa_exception.h, src/include/pa_globals.h,
                   12239:          src/include/pa_memory.h, src/include/pa_version.h,
                   12240:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   12241:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   12242:          src/main/compile.tab.C, src/main/main.vcproj,
                   12243:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   12244:          src/types/Makefile.am, src/types/pa_vhash.C,
                   12245:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12246:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   12247:          again with sdbm from apache
                   12248: 
                   12249: 2003-11-05  paf
                   12250: 
                   12251:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12252:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   12253:          \parser3project dir anymore
                   12254: 
                   12255:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   12256:          thoughtlessly from xalan]
                   12257: 
                   12258:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   12259:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   12260:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   12261: 
                   12262:        * src/main/helpers/CaseFolding.txt:
                   12263:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   12264: 
                   12265: 2003-11-04  paf
                   12266: 
                   12267:        * operators.txt: comment: ^mail:send[$.options[
                   12268: 
                   12269:        * src/classes/table.C: compiled on unix
                   12270: 
1.116     moko     12271:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     12272: 
                   12273:        * src/classes/mail.C: compiled on unix
                   12274: 
                   12275:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   12276:          src/types/pa_vmail.h:     !^mail:send[
                   12277:                  $.options[unix: string to append to sendmail command
                   12278:          line]
                   12279: 
                   12280:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   12281:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   12282:          $.encloser["] <nothing> by default
                   12283: 
                   12284:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   12285:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   12286:          default
                   12287: 
                   12288: 2003-11-03  paf
                   12289: 
                   12290:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   12291:          ^table::load[; options:         !$.column-separator[^#09]
                   12292:          !$.column-encloser["]
                   12293: 
                   12294:        * operators.txt, src/include/pa_config_fixed.h,
                   12295:          src/types/pa_vrequest.C: $request:document-root
                   12296: 
                   12297:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   12298:          [already included into uri=xxx]
                   12299: 
                   12300:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   12301:          ^image.gif[filename] for $response:download
                   12302: 
                   12303:        * src/classes/date.C: minor precaution
                   12304: 
                   12305:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   12306:              !^date.unix-timestamp[]
                   12307: 
                   12308: 2003-10-30  paf
                   12309: 
                   12310:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   12311:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   12312: 
                   12313:        * src/classes/: date.C, image.C: improvement diagnostics:
                   12314:          $now[^date::create[$undefined]] now is error
                   12315: 
                   12316:        * src/main/pa_common.C: read errors would now be reported 'actually
                   12317:          read -1 bytes'
                   12318: 
                   12319: 2003-10-24  paf
                   12320: 
                   12321:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   12322:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   12323:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   12324:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   12325: 
                   12326: 2003-10-22  paf
                   12327: 
                   12328:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   12329: 
                   12330: 2003-10-21  paf
                   12331: 
                   12332:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   12333:          fixed: string.match[g] without <'> option produced columns with
                   12334:          NULL's, which gpf'ed at table.save time
                   12335: 
                   12336:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   12337:          recoursion' message with intensive throw-catches fixed: incorrect
                   12338:          name and line (one name upper then needed) in error message about
                   12339:          problems inside try block
                   12340: 
                   12341: 2003-10-10  paf
                   12342: 
                   12343:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   12344:          check offset argument for validity did that in String::Body::pos
                   12345:          myself http://i2/tasks/edit/?id=4577425257580789777
                   12346: 
                   12347: 2003-10-07  paf
                   12348: 
                   12349:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   12350:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   12351: 
                   12352: 2003-10-03  paf
                   12353: 
                   12354:        * parser3.sln, src/include/pa_dictionary.h,
                   12355:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   12356:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   12357:          precalculating cstr&length
                   12358: 
                   12359: 2003-10-02  paf
                   12360: 
                   12361:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12362:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12363:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12364:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12365: 
                   12366: 2003-09-30  paf
                   12367: 
                   12368:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12369:          occurrances after lang-mismatched
                   12370: 
                   12371: 2003-09-29  paf
                   12372: 
                   12373:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12374:          helper
                   12375: 
                   12376:        * src/main/pa_string.C: string::serialize bug fix with
                   12377:          zero-terminator
                   12378: 
                   12379:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12380:          \t at the end
                   12381: 
                   12382:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12383:          @postprocess  now takes $response:body/download
                   12384: 
                   12385:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12386:          error message
                   12387: 
                   12388:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12389: 
                   12390:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12391:          http://i2/tasks/edit/?id=4573405524674081244
                   12392: 
                   12393:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12394:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12395: 
                   12396:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12397:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12398: 
                   12399: 2003-09-26  paf
                   12400: 
                   12401:        * src/main/untaint.C: removed needless field
                   12402: 
                   12403:        * src/main/untaint.C: removed needless const
                   12404: 
                   12405:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12406:          String.for_each bug fixed [omited one-char cases]
                   12407: 
                   12408:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12409:          runtime-executor stack were cleared... BADLY
                   12410: 
                   12411:        * src/main/pa_string.C: ^stirng.replace code used old
                   12412:          param-convention on langs.append, fixed that search fo the like,
                   12413:          found none
                   12414: 
                   12415:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12416:          string::serialize/deserialize implemented Language enum assigned
                   12417:          meaningful letters [more convinient for debugging. read warning
                   12418:          before adding/changing anything]
                   12419: 
                   12420: 2003-09-25  paf
                   12421: 
                   12422:        * src/: include/pa_string.h, include/pa_version.h,
                   12423:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12424:          differences on unix
                   12425: 
                   12426:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12427:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12428:          src/classes/xdoc.C, src/classes/xnode.C,
                   12429:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12430:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12431:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12432:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12433:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12434:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12435:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12436:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12437:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12438:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12439:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12440:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12441:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12442:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12443:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12444: 
                   12445:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12446:          functions aligned to that of eeparser3 look
                   12447: 
                   12448:        * src/lib/cord/cordprnt.c: removed warnings
                   12449: 
                   12450: 2003-09-24  paf
                   12451: 
                   12452:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12453:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12454:          include/pa_cache_managers.h, include/pa_charset.h,
                   12455:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12456:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12457:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12458:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12459:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12460:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12461:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12462:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12463:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12464:          types/pa_vxnode.C: v() functions of String::Body,
                   12465:          String::Languages and String itself StringBody->String::Body
                   12466: 
                   12467:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12468:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12469:          never optimized anything.  todo: somehow speed up harder cases:
                   12470:          concatenationA+concatenationB when last block of A and first of B
                   12471:          contain same letters
                   12472: 
                   12473:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12474:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12475:          blocks of same char [CORD_append_block]
                   12476: 
                   12477:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12478:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12479:          save space by extending blocks when appending block with c ==
                   12480:          lastblock.c
                   12481: 
                   12482:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12483:          working yet :( but more working &understood :)
                   12484: 
                   12485:        * src/: classes/table.C, include/pa_string.h,
                   12486:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12487: 
                   12488: 2003-09-23  paf
                   12489: 
                   12490:        * src/main/untaint.C: $a[ok!] $a works!
                   12491: 
                   12492:        * src/main/untaint.C: something even more works :)
                   12493: 
                   12494:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12495:          something more works :)
                   12496: 
                   12497:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12498:          lib/cord/cordxtra.c: something already works :)
                   12499: 
                   12500:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12501:          serialize&deserialize
                   12502: 
                   12503:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12504:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12505:          main/untaint.C: main idea implemented, details left
                   12506: 
                   12507: 2003-09-22  paf
                   12508: 
                   12509:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12510: 
                   12511:        * src/classes/xnode.C: copy/paste comment bugfix
                   12512: 
                   12513:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12514:          allocator returns 0, just die.
                   12515:          http://i2/tasks/edit/?id=4570798492410259445
                   12516: 
                   12517:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12518: 
                   12519:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12520:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12521:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12522:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12523: 
                   12524:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12525:          chars due to bitwise operation signed-char error]
                   12526: 
                   12527: 2003-09-19  paf
                   12528: 
                   12529:        * src/types/pa_wcontext.C: output message: more practical
                   12530:          suggestion
                   12531: 
                   12532:        * src/main/pa_common.C, operators.txt: merged
                   12533:          $f[^file::load[binary;http://...]] $f.tables
                   12534: 
                   12535: 2003-09-02  paf
                   12536: 
                   12537:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12538:          flush stdout without referencing 'stdout' symbol. to hell with
                   12539:          non-ansi libraries without 'stdout' symbol
                   12540: 
                   12541:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12542:          unix (users reported problems with some old libc)
                   12543: 
                   12544:        * src/types/pa_vdate.h: forgot initializer
                   12545: 
                   12546: 2003-09-01  paf
                   12547: 
                   12548:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12549:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12550:          zone]
                   12551: 
                   12552:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12553: 
                   12554: 2003-08-19  paf
                   12555: 
                   12556:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12557:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12558:          simplified a little
                   12559: 
                   12560:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12561:          [lost fix from 3.0.8]
                   12562: 
                   12563:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12564:          visible here }
                   12565: 
                   12566:          bug fix
                   12567: 
                   12568:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12569: 
                   12570:        * src/main/compile.tab.C: initialized couple of variables about
                   12571:          which user reported runtime problems when parser were compiled
                   12572:          with VC7, warning level4.  study shows that later in bison
                   12573:          they've fixed that. would migrate to latest bison someday
                   12574: 
                   12575:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12576:          recoding headers)
                   12577: 
                   12578:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12579:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12580:          anything for now
                   12581: 
                   12582:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12583:          problems with body
                   12584: 
                   12585:        * src/types/pa_vmail.C: mail_receive just compiled
                   12586: 
                   12587: 2003-08-18  paf
                   12588: 
                   12589:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12590:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12591:          detaching from \parser3project directory
                   12592: 
                   12593:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12594:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12595:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12596:          src/lib/pcre/pcre_dftables.dsp,
                   12597:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12598:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12599:          src/types/types.dsp: moved to MSVC 7
                   12600: 
                   12601:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12602:          src/classes/classes.vcproj.vspscc,
                   12603:          src/lib/cord/cord.vcproj.vspscc,
                   12604:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12605:          src/lib/md5/md5.vcproj.vspscc,
                   12606:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12607:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12608:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12609:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12610:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12611:          moved to MSVC 7
                   12612: 
                   12613:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12614:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12615:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12616:          src/lib/pcre/pcre_dftables.vcproj,
                   12617:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12618:          src/targets/cgi/parser3.vcproj,
                   12619:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12620:          new VS project files
                   12621: 
                   12622:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12623:          .NET to detect Jalindi Igloo capabilities.
                   12624: 
                   12625:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12626:          src/classes/classes.awk, src/doc/footer.htm,
                   12627:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12628:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12629:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12630:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12631: 
                   12632: 2003-08-15  paf
                   12633: 
                   12634:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12635:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12636: 
                   12637:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12638:          non-ascii <yyy> now encoded correctly
                   12639: 
                   12640: 2003-07-29  paf
                   12641: 
1.116     moko     12642:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12643:          dist
1.95      moko     12644: 
                   12645:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12646: 
                   12647: 2003-07-28  paf
                   12648: 
1.116     moko     12649:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12650:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12651: 
                   12652:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12653: 
                   12654: 2003-07-25  paf
                   12655: 
                   12656:        * src/doc/footer.htm: year
                   12657: 
                   12658: 2003-07-24  paf
                   12659: 
                   12660:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12661:          fix
                   12662: 
                   12663:        * src/include/pa_version.h: release
                   12664: 
1.116     moko     12665:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12666: 
                   12667:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12668:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12669:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12670:          getting rid of win32xml pseudo project
                   12671: 
                   12672:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12673: 
1.116     moko     12674:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12675:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12676:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12677:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12678:          src/classes/classes.C, src/classes/classes.awk,
                   12679:          src/classes/classes.dsp, src/classes/classes.h,
                   12680:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12681:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12682:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12683:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12684:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12685:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12686:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12687:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12688:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12689:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12690:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12691:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12692:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12693:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12694:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12695:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12696:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12697:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12698:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12699:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12700:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12701:          src/include/pa_sql_connection.h,
                   12702:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12703:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12704:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12705:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12706:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12707:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12708:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12709:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12710:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12711:          src/lib/cord/include/ec.h,
                   12712:          src/lib/cord/include/private/Makefile.am,
                   12713:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12714:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12715:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12716:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12717:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12718:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12719:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12720:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12721:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12722:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12723:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12724:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12725:          src/main/pa_request.C, src/main/pa_socks.C,
                   12726:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12727:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12728:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12729:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12730:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12731:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12732:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12733:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12734:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12735:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12736:          src/targets/isapi/parser3isapi.dsp,
                   12737:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12738:          src/types/pa_junction.h, src/types/pa_method.h,
                   12739:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12740:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12741:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12742:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12743:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12744:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12745:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12746:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12747:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12748:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12749:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12750:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12751:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12752:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12753:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12754:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12755:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12756:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12757:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12758:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12759:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12760:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12761:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12762:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12763:          HEAD
                   12764: 
                   12765:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12766:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12767:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12768:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12769:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12770:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12771:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12772:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12773:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12774:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12775:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12776:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12777:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12778:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12779:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12780:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12781:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12782:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12783:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12784:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12785:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12786:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12787:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12788:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12789:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12790:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12791:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12792:          outputs/create-dir, results/001.processed, results/002.processed,
                   12793:          results/003.processed, results/004.processed,
                   12794:          results/005.processed, results/006.processed,
                   12795:          results/007.processed, results/008.processed,
                   12796:          results/009.processed, results/010.processed,
                   12797:          results/011.processed, results/012.processed,
                   12798:          results/013.processed, results/014.processed,
                   12799:          results/015.processed, results/016.processed,
                   12800:          results/017.processed, results/018.processed,
                   12801:          results/019.processed, results/020.processed,
                   12802:          results/021.processed, results/022.processed,
                   12803:          results/023.processed, results/024.processed,
                   12804:          results/025.processed, results/026.processed,
                   12805:          results/027.processed, results/028.processed,
                   12806:          results/029.processed, results/030.processed,
                   12807:          results/031.processed, results/032.processed,
                   12808:          results/033.processed, results/034.processed,
                   12809:          results/035.processed, results/036.processed,
                   12810:          results/037.processed, results/038.processed,
                   12811:          results/039.processed, results/040.processed,
                   12812:          results/041.processed, results/042.processed,
                   12813:          results/043.processed, results/044.processed,
                   12814:          results/045.processed, results/046.processed,
                   12815:          results/047.processed, results/048.processed,
                   12816:          results/049.processed, results/050.processed,
                   12817:          results/051.processed, results/052.processed,
                   12818:          results/053.processed, results/054.processed,
                   12819:          results/055.processed, results/056.processed,
                   12820:          results/057.processed, results/058.processed,
                   12821:          results/059.processed, results/060.processed,
                   12822:          results/061.processed, results/062.processed,
                   12823:          results/063.processed, results/064.processed,
                   12824:          results/065.processed, results/066.processed,
                   12825:          results/067.processed, results/068.processed,
                   12826:          results/069.processed, results/070.processed,
                   12827:          results/071.processed, results/072.processed,
                   12828:          results/073.processed, results/074.processed,
                   12829:          results/075.processed, results/076.processed,
                   12830:          results/077.processed, results/078.processed,
                   12831:          results/079.processed, results/080.processed,
                   12832:          results/081.processed, results/082.processed,
                   12833:          results/083.processed, results/084.processed,
                   12834:          results/085.processed, results/086.processed,
                   12835:          results/087.processed, results/088.processed,
                   12836:          results/089.processed, results/090.processed,
                   12837:          results/091.processed, results/092.processed,
                   12838:          results/093.processed, results/094.processed,
                   12839:          results/095.processed, results/096.processed,
                   12840:          results/097.processed, results/098.processed,
                   12841:          results/099.processed, results/100.processed,
                   12842:          results/101.processed, results/102.processed,
                   12843:          results/103.processed, results/104.processed,
                   12844:          results/105.processed, results/106.processed,
                   12845:          results/107.processed, results/108.processed,
                   12846:          results/109.processed, results/110.processed,
                   12847:          results/111.processed, results/112.processed,
                   12848:          results/113.processed, results/114.processed,
                   12849:          results/115.processed, results/116.processed,
                   12850:          results/117.processed, results/118.processed,
                   12851:          results/119.processed, results/120.processed,
                   12852:          results/121.processed, results/122.processed,
                   12853:          results/123.processed, results/124.processed,
                   12854:          results/125.processed, results/126.processed,
                   12855:          results/127.processed, results/128.processed,
                   12856:          results/129.processed, results/130.processed,
                   12857:          results/131.processed, results/132.processed,
                   12858:          results/133.processed, results/134.processed,
                   12859:          results/135.processed, results/136.processed,
                   12860:          results/137.processed, results/138.processed,
                   12861:          results/139.processed, results/140.processed,
                   12862:          results/141.processed: merged(copied) to HEAD from template_gc
                   12863: 
                   12864:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12865:          towards \parser3project not having to be in root
                   12866: 
                   12867:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12868:          module compiled [were minor unnecessary changes in lib/md5
                   12869:          interface]
                   12870: 
                   12871:        * src/include/pa_version.h: release
                   12872: 
                   12873:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12874: 
                   12875:        * src/classes/math.C: merged uuid bugfix
                   12876: 
                   12877:        * tests/: 141.html, results/141.processed: fixed bug with
                   12878:          too-small-a-buffer
                   12879: 
                   12880:        * src/classes/math.C: uuid bugfix
                   12881: 
                   12882:        * tests/: 141.html, Makefile, results/005.processed,
                   12883:          results/030.processed, results/075.processed,
                   12884:          results/078.processed: to reflect date format change (were -
                   12885:          become ' ')
                   12886: 
                   12887:        * src/classes/math.C: uuid bugfix
                   12888: 
                   12889:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12890:          debug/release changes
                   12891: 
                   12892:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12893: 
                   12894: 2003-07-23  paf
                   12895: 
                   12896:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12897:          renamed a little [to move to comman naming conv]
                   12898: 
1.116     moko     12899:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12900:          build
1.95      moko     12901: 
                   12902:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12903:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12904:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12905:          stack top_index() fixed
                   12906: 
                   12907:        * src/main/pa_globals.C: minor style changes
                   12908: 
                   12909:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12910:          closing/caching fixed [connections were not closed/put to cache]
                   12911: 
                   12912: 2003-07-22  paf
                   12913: 
                   12914:        * INSTALL: gc part updated stightly
                   12915: 
                   12916:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12917:          new sapi interface
                   12918: 
                   12919:        * src/classes/file.C: comment on OS
                   12920: 
                   12921:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12922:          one deeper in cord lib]
                   12923: 
                   12924:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12925: 
                   12926:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12927: 
                   12928:        * INSTALL: disable-threads adviced
                   12929: 
                   12930: 2003-07-21  paf
                   12931: 
1.116     moko     12932:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12933: 
                   12934:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12935:          be UPPERCASE and A-Z 0-9 _-
                   12936: 
                   12937:        * src/classes/file.C: env passing fixed
                   12938: 
                   12939:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12940: 
                   12941:        * src/main/pa_common.C: http:// CRLF now
                   12942: 
                   12943: 2003-07-02  paf
                   12944: 
                   12945:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   12946:          fields to reflect their real meaning
                   12947: 
                   12948: 2003-06-27  paf
                   12949: 
                   12950:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   12951:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   12952:          file::exec/cgi .charset
                   12953: 
                   12954: 2003-06-26  paf
                   12955: 
                   12956:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   12957:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   12958:          src/classes/table.C: fixed several uninitialized local
                   12959:          structures.  notably ^hash.foreach now inserts delimiters
                   12960:          properly [were inserting it before first body]
                   12961: 
                   12962: 2003-06-24  paf
                   12963: 
                   12964:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   12965: 
                   12966: 2003-06-20  paf
                   12967: 
                   12968:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12969:          src/main/pa_globals.C: introducing
                   12970:          $f[^file::load[binary;http://...]] $f.tables
                   12971: 
                   12972: 2003-06-06  paf
                   12973: 
                   12974:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   12975:          table. [were method lookup: inconsistent]
                   12976: 
                   12977: 2003-06-02  paf
                   12978: 
                   12979:        * src/include/pa_memory.h: empty string clone fixed to return
                   12980:          writable memory
                   12981: 
                   12982:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   12983:          were not appended] which violated string invariant
                   12984: 
                   12985: 2003-05-30  paf
                   12986: 
                   12987:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   12988:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   12989: 
                   12990:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   12991:          GMT  ; RFC 822, updated by RFC 1123
                   12992: 
                   12993:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   12994:          targets/isapi/parser3isapi.C: initialized request_info properly
                   12995: 
                   12996:        * src/classes/xnode.C: found minor bug, commended for future
                   12997: 
                   12998: 2003-05-28  paf
                   12999: 
                   13000:        * src/classes/form.C: request_info.content_length can't be <0,
                   13001:          size_t for some time
                   13002: 
                   13003: 2003-05-26  paf
                   13004: 
                   13005:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   13006:          forgotten <0 changed to !=STRING_NOT_FOUND
                   13007: 
                   13008:        * src/classes/math.C: merged ffffu from HEAD
                   13009: 
                   13010: 2003-05-11  paf
                   13011: 
                   13012:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   13013: 
                   13014:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   13015:          premature doc free.  transformed document had xmlDoc reference
                   13016:          stored to non-gc-memory (libgdome) added holding-reference
                   13017: 
                   13018: 2003-04-29  paf
                   13019: 
                   13020:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13021:          found that that's perfectly normal.
                   13022: 
                   13023: 2003-04-25  paf
                   13024: 
                   13025:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13026: 
                   13027:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13028: 
                   13029:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13030:          print anything.  changed to quicker and simplier code
                   13031: 
                   13032:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13033:          strict a check]
                   13034: 
                   13035:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13036: 
                   13037: 2003-04-24  paf
                   13038: 
                   13039:        * src/include/pa_table.h: too strict assert loosened
                   13040: 
                   13041:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13042:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13043:          report
                   13044: 
                   13045: 2003-04-21  paf
                   13046: 
1.116     moko     13047:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13048: 
                   13049:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13050:          memory
                   13051: 
                   13052:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13053:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13054: 
                   13055:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13056: 
                   13057:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13058:          types/pa_vmail.C: attributed_meaning_to_string added
                   13059:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13060:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13061:          made that param obligatory
                   13062: 
                   13063:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13064:          fixed [assert helped]
                   13065: 
                   13066:        * src/include/pa_string.h: assert added [looking for bug]
                   13067: 
                   13068:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13069:          names on Win32 considered disk-global
                   13070: 
                   13071:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13072:          considered disk-global
                   13073: 
                   13074: 2003-04-18  paf
                   13075: 
                   13076:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13077:          filenames
                   13078: 
                   13079:        * src/main/untaint.C: enabled '~' letter in filenames
                   13080: 
                   13081: 2003-04-16  paf
                   13082: 
                   13083:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13084: 
                   13085:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13086:          HEAD
                   13087: 
1.116     moko     13088:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13089: 
                   13090: 2003-04-15  paf
                   13091: 
                   13092:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13093:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13094:          tests/results/141.processed: merged from head ^math:uuid[]
                   13095:          ^math:uid64[] ^math:md5[string]
                   13096: 
                   13097:          test added: 141.html
                   13098: 
                   13099:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13100: 
                   13101:        * src/classes/math.C: ^math:uuid[]
                   13102: 
                   13103:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13104: 
                   13105:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13106:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13107: 
                   13108:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13109:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13110:          ^file::load[mode;name;     $.offset     $.limit
                   13111: 
                   13112: 2003-04-14  paf
                   13113: 
                   13114:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13115:          started ^math:md5
                   13116: 
                   13117:        * src/classes/table.C, src/include/pa_array.h,
                   13118:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13119:          tests/results/140.processed: table $.reverse option works in
                   13120:          create&co table $.distinct[tables] bug fix merged
                   13121: 
                   13122:        * src/: classes/table.C, include/pa_table.h: table
                   13123:          $.distinct[tables] bug fixed
                   13124: 
                   13125:        * src/classes/table.C: more warnings
                   13126: 
                   13127:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13128:          removed checks in table::set_current, moved them back to
                   13129:          table::locate implemented table::create/join ñ $.reverse
                   13130: 
                   13131:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13132:          removed checks in table::set_current, moved them back to
                   13133:          table::locate
                   13134: 
                   13135: 2003-04-11  paf
                   13136: 
                   13137:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13138:          src/include/pa_array.h, src/include/pa_common.h,
                   13139:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13140:          src/include/pa_table.h, src/main/pa_request.C,
                   13141:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13142:          src/main/pa_table.C: merged from HEAD from
                   13143:          before_append_array_limit_sense_change to
                   13144:          after_append_array_limit_sense_change
                   13145: 
                   13146:        * src/classes/table.C: typo
                   13147: 
                   13148:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13149:          src/include/pa_array.h, src/include/pa_common.h,
                   13150:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   13151:          src/include/pa_table.h, src/main/pa_array.C,
                   13152:          src/main/pa_globals.C, src/main/pa_request.C,
                   13153:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13154:          src/main/pa_table.C: append_array_limit_sense_change locate
                   13155:          accepts options same as create new option: $.reverse(1)   [do not
                   13156:          work in table::create]
                   13157: 
                   13158:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   13159:          (stat xxx,
                   13160: 
                   13161:        * src/classes/: table.C: typo
                   13162: 
                   13163:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   13164:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   13165:          results/130.processed, results/131.processed,
                   13166:          results/132.processed, results/133.processed,
                   13167:          results/134.processed, results/135.processed,
                   13168:          results/136.processed, results/137.processed,
                   13169:          results/138.processed, results/139.processed: added few mustfail
                   13170:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   13171:          date/time 132.html mustfail: access to junction outside of
                   13172:          context 133.html mustfail: access to junction outside of context,
                   13173:          case version 134.html mustfail: hash: adding a key inside of
                   13174:          foreach 135.html mustfail: modifying system class 136.html
                   13175:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   13176:          appendChild without import 138.html mustfail: invalid encoding
                   13177:          inside of xml 139.html mustfail: bad XPath
                   13178: 
                   13179:        * operators.txt, src/classes/table.C, tests/084.html,
                   13180:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   13181:          tests/129.html, tests/results/125.processed,
                   13182:          tests/results/126.processed, tests/results/127.processed,
                   13183:          tests/results/128.processed, tests/results/129.processed: merged
                   13184:          from HEAD ^table.hash[key][$.distinct[tables]]
                   13185: 
                   13186:          maked appropriate tests [changed one old nonconforming]
                   13187: 
                   13188:        * operators.txt, src/classes/table.C:
                   13189:          ^table.hash[key][$.distinct[tables]]
                   13190: 
                   13191:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13192:          merged fix for found very old xml (dom) bug: were passing
                   13193:          domString objects and later ERROREOUSLY freed them
                   13194: 
                   13195:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   13196:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   13197:          libgdome bug can not be worked around
                   13198: 
                   13199: 2003-04-10  paf
                   13200: 
                   13201:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13202:          found very old xml (dom) bug: were passing domString objects and
                   13203:          later ERROREOUSLY freed them
                   13204: 
                   13205:        * src/doc/string.dox, src/include/pa_memory.h,
                   13206:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   13207:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   13208:          tests/123.html, tests/124.html, tests/results/001.processed,
                   13209:          tests/results/002.processed, tests/results/003.processed,
                   13210:          tests/results/004.processed, tests/results/005.processed,
                   13211:          tests/results/006.processed, tests/results/008.processed,
                   13212:          tests/results/009.processed, tests/results/010.processed,
                   13213:          tests/results/011.processed, tests/results/012.processed,
                   13214:          tests/results/013.processed, tests/results/014.processed,
                   13215:          tests/results/015.processed, tests/results/016.processed,
                   13216:          tests/results/017.processed, tests/results/018.processed,
                   13217:          tests/results/020.processed, tests/results/021.processed,
                   13218:          tests/results/022.processed, tests/results/023.processed,
                   13219:          tests/results/024.processed, tests/results/025.processed,
                   13220:          tests/results/026.processed, tests/results/027.processed,
                   13221:          tests/results/028.processed, tests/results/029.processed,
                   13222:          tests/results/030.processed, tests/results/031.processed,
                   13223:          tests/results/032.processed, tests/results/033.processed,
                   13224:          tests/results/034.processed, tests/results/035.processed,
                   13225:          tests/results/036.processed, tests/results/037.processed,
                   13226:          tests/results/038.processed, tests/results/039.processed,
                   13227:          tests/results/040.processed, tests/results/041.processed,
                   13228:          tests/results/042.processed, tests/results/043.processed,
                   13229:          tests/results/044.processed, tests/results/045.processed,
                   13230:          tests/results/046.processed, tests/results/047.processed,
                   13231:          tests/results/048.processed, tests/results/049.processed,
                   13232:          tests/results/050.processed, tests/results/051.processed,
                   13233:          tests/results/052.processed, tests/results/053.processed,
                   13234:          tests/results/054.processed, tests/results/055.processed,
                   13235:          tests/results/056.processed, tests/results/057.processed,
                   13236:          tests/results/058.processed, tests/results/059.processed,
                   13237:          tests/results/060.processed, tests/results/061.processed,
                   13238:          tests/results/062.processed, tests/results/063.processed,
                   13239:          tests/results/064.processed, tests/results/065.processed,
                   13240:          tests/results/066.processed, tests/results/067.processed,
                   13241:          tests/results/068.processed, tests/results/069.processed,
                   13242:          tests/results/070.processed, tests/results/071.processed,
                   13243:          tests/results/072.processed, tests/results/073.processed,
                   13244:          tests/results/074.processed, tests/results/075.processed,
                   13245:          tests/results/076.processed, tests/results/077.processed,
                   13246:          tests/results/078.processed, tests/results/079.processed,
                   13247:          tests/results/080.processed, tests/results/081.processed,
                   13248:          tests/results/082.processed, tests/results/083.processed,
                   13249:          tests/results/084.processed, tests/results/085.processed,
                   13250:          tests/results/086.processed, tests/results/087.processed,
                   13251:          tests/results/088.processed, tests/results/089.processed,
                   13252:          tests/results/090.processed, tests/results/091.processed,
                   13253:          tests/results/092.processed, tests/results/093.processed,
                   13254:          tests/results/094.processed, tests/results/095.processed,
                   13255:          tests/results/096.processed, tests/results/097.processed,
                   13256:          tests/results/101.processed, tests/results/102.processed,
                   13257:          tests/results/104.processed, tests/results/105.processed,
                   13258:          tests/results/106.processed, tests/results/107.processed,
                   13259:          tests/results/108.processed, tests/results/109.processed,
                   13260:          tests/results/110.processed, tests/results/111.processed,
                   13261:          tests/results/112.processed, tests/results/113.processed,
                   13262:          tests/results/114.processed, tests/results/115.processed,
                   13263:          tests/results/116.processed, tests/results/117.processed,
                   13264:          tests/results/118.processed, tests/results/119.processed,
                   13265:          tests/results/120.processed, tests/results/121.processed,
                   13266:          tests/results/122.processed, tests/results/123.processed,
                   13267:          tests/results/124.processed: new convention: char* never 0.
                   13268:          assert in cord on that
                   13269: 
                   13270:        * src/main/pa_charset.C: couple more asserts
                   13271: 
                   13272:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   13273:          speedup
                   13274: 
                   13275:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   13276:          added [may be those is the case now?]
                   13277: 
                   13278:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13279:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13280:          hope]
                   13281: 
                   13282:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13283:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13284:          hope]
                   13285: 
                   13286:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   13287: 
                   13288: 2003-04-09  paf
                   13289: 
                   13290:        * src/classes/date.C: merged ^date.roll changes
                   13291: 
                   13292:        * src/classes/date.C: ^date.roll bug fix
                   13293: 
                   13294:        * src/classes/date.C: ^date.roll now throws less errors: month
                   13295:          shifts handles end of month situation by reducing day number
                   13296:          hour-hole shift reduces hour to recover
                   13297: 
                   13298:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   13299:          Sort by function time
                   13300: 
                   13301:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   13302:          http://   $.charset[] param done
                   13303: 
                   13304:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   13305:          added [after volatile fix. passes on win&intel-solaris]
                   13306: 
                   13307: 2003-04-08  paf
                   13308: 
                   13309:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   13310:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   13311:          include/pa_common.h, include/pa_request_charsets.h,
                   13312:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13313:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   13314:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   13315:          types/pa_vresponse.C: started http://   $.charset[] param and
                   13316:          http response charset detection just compiled.  todo:test
                   13317: 
                   13318:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   13319: 
                   13320:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   13321:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   13322:          types/pa_vmail.C: changed transcode param converntion  along with
                   13323:          string creating convention -- all strings are zero-terminated,
                   13324:          this allowed to fix one remaining String("123", 2) case
                   13325: 
                   13326:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13327:          classes/op.C, classes/string.C, classes/table.C,
                   13328:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   13329:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   13330:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13331:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   13332:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   13333:          violated String::invariant. started fixing [not compiled now]
                   13334: 
                   13335:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13336:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   13337:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   13338:          improvements & optimizations
                   13339: 
                   13340:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   13341:          :(]
                   13342: 
                   13343:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   13344:          [for it's a pointer really]
                   13345: 
                   13346:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   13347:          'n' param. worked that around
                   13348: 
                   13349:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   13350:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   13351:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   13352:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   13353:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   13354: 
                   13355:          Thanks for the bug report and patch.
                   13356: 
                   13357:          I hadn't looked at this code in a while.  Reading it now, it
                   13358:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13359:          comply with the invariant, though that may not matter a lot.  I
                   13360:          changed that, too.
                   13361: 
                   13362:          Hans
                   13363: 
                   13364: 2003-04-07  paf
                   13365: 
                   13366:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13367:          merged from head:safe mode error message now includes numbers
                   13368: 
                   13369:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13370:          problem: as_double returns it's result in fp-register compiler
                   13371:          optimizes access to that register after b->as_double, and just
                   13372:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13373:          from memory.  _SAME_ double values do not match here.  when
                   13374:          forced to REload fp-register, values do match.
                   13375: 
                   13376:          tried to make them volatile.
                   13377: 
                   13378:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13379:          problem: as_double returns it's result in fp-register compiler
                   13380:          optimizes access to that register after b->as_double, and just
                   13381:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13382:          from memory.  _SAME_ double values do not match here.  when
                   13383:          forced to REload fp-register, values do match.
                   13384: 
                   13385:          tried to make them volatile.
                   13386: 
                   13387:        * src/types/pa_vobject.h: small style change
                   13388: 
                   13389:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13390: 
                   13391:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13392:          mode error message now includes numbers
                   13393: 
                   13394:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13395:          now causes death
                   13396: 
                   13397: 2003-04-04  paf
                   13398: 
                   13399:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13400:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13401:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13402:          Sent: Thursday, January 23, 2003 9:14 AM
                   13403: 
                   13404:          huge speedup on ^file::cgi with big result
                   13405: 
                   13406:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13407: 
                   13408:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13409:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13410: 
                   13411:          @main[] $with_default[  $.a[1]  $._default[default from
                   13412:          with_default] ] ^show[$with_default]
                   13413: 
                   13414:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13415:          =$to_add_to.xxx=<br>
                   13416: 
                   13417:          ^show[$to_add_to]
                   13418: 
                   13419:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13420:          ^show[$cloned]
                   13421: 
                   13422:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13423: 
                   13424:          }  <hr>
                   13425: 
                   13426:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13427:          http://i2/tasks/edit/?id=4493701604654042676
                   13428: 
                   13429:          @main[] $with_default[  $.a[1]  $._default[default from
                   13430:          with_default] ] ^show[$with_default]
                   13431: 
                   13432:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13433:          =$to_add_to.xxx=<br>
                   13434: 
                   13435:          ^show[$to_add_to]
                   13436: 
                   13437:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13438:          ^show[$cloned]
                   13439: 
                   13440:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13441: 
                   13442:          }  <hr>
                   13443: 
                   13444:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13445:          http://i2/tasks/edit/?id=4507350336410850921
                   13446: 
                   13447:        * src/classes/xdoc.C: memory allocation func bugfix
                   13448:          http://i2/tasks/edit/?id=4499303470368629745
                   13449: 
                   13450:        * src/classes/math.C: allowed random 1...
                   13451: 
                   13452:        * src/classes/math.C: allowed random 0..
                   13453: 
                   13454:        * src/main/pa_globals.C: exif mem leak
                   13455:          http://i2/tasks/edit/?id=4480590323629807263
                   13456: 
                   13457:        * src/: classes/classes.dsp, main/main.dsp,
                   13458:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13459:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13460:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13461: 
                   13462:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13463:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13464:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13465:          links to xml libs made relative, no need to unpack parser3project
                   13466:          to /parser3project.
                   13467: 
                   13468:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13469:          column more precise - tab handling bug fixed
                   13470: 
                   13471:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13472:          message in case @CLASS with more then one line inside
                   13473: 
                   13474:        * src/targets/cgi/parser3.C: more understandable error message in
                   13475:          case of errors in @unhandled_exception
                   13476: 
                   13477: 2003-04-03  paf
                   13478: 
                   13479:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13480:          src/main/compile.tab.C, src/main/compile.y,
                   13481:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13482:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13483:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13484: 
                   13485:          higher limits:   file number (max: 255)   line number (max:
                   13486:          64535)   column number (max: 255)
                   13487: 
                   13488:        * src/classes/math.C: top limit
                   13489: 
                   13490:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13491:          precise parse error position in case of
                   13492: 
                   13493:          ^bug ]
                   13494: 
                   13495:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13496:          changed to realities, and passed [bug fixed]
                   13497: 
                   13498:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13499:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13500:          main/compile_tools.h, main/pa_request.C: introducing
                   13501:          ^process...[main-method-alias]
                   13502: 
                   13503:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13504:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13505:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13506:          params receive zero reference, but they are expected not to look
                   13507:          there]
                   13508: 
                   13509:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13510:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13511:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13512:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13513:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13514:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13515:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13516:          [methods without params receive zero reference, but they are
                   13517:          expected not to look there]
                   13518: 
                   13519:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13520:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13521:          ^process...[filename] useful for better error reporting
                   13522:          [file/line/col]
                   13523: 
                   13524:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13525:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13526:          '%s', it 2. method undefined in case of ^void[]
                   13527: 
                   13528:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13529:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13530:          handling done. now we have error columns todo: test it
                   13531: 
                   13532:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13533:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13534: 
                   13535:          this makes life easier: were: bad stack order -- were in
                   13536:          exception catch unwind order, which didn't match execution order
                   13537: 
                   13538:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13539: 
                   13540:          @first[] ^throw[a;1]
                   13541: 
                   13542:          showed throw a first throw b try
                   13543: 
                   13544:          which is no good
                   13545: 
                   13546:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13547:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13548:          trace reset after handled exception [old bug fixed]
                   13549: 
                   13550:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13551:          fixed.  position reporting made precise [both, in parse erros and
                   13552:          runtime errors]
                   13553: 
                   13554: 2003-04-02  paf
                   13555: 
                   13556:        * src/: include/pa_operation.h, include/pa_request.h,
                   13557:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13558:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13559:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13560:          using.  todo:complete
                   13561: 
                   13562:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13563:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13564:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13565:          main/pa_request.C: prepared debug info todo:use it
                   13566: 
                   13567:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13568:          return Operation class->union after switching from autoptrs.
                   13569: 
                   13570:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13571:          meta considered OK [it's up to coder now to remove it not needed]
                   13572: 
                   13573:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13574:          Dictionary constructor when moved to gc]
                   13575: 
                   13576:        * src/main/pa_common.C: uncommented http:// file loading
                   13577: 
                   13578:        * src/include/pa_array.h, src/main/execute.C,
                   13579:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13580:          fix [gdGrowingBuf]
                   13581: 
                   13582:        * configure.in, src/lib/Makefile.am: removed patches
                   13583: 
                   13584:        * configure, src/include/pa_config_auto.h.in,
                   13585:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13586: 
                   13587:        * src/main/pa_common.C: uncommented http:// file loading
                   13588: 
                   13589:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13590:          xdoc::create/load
                   13591: 
                   13592:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13593:          classes/string.C, classes/table.C, classes/void.C,
                   13594:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13595:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13596:          String::String(str,helper_length) are checked.  found/fixed one
                   13597:          place: $request:body now zero-terminated,
                   13598: 
                   13599:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13600:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13601:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13602:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13603:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13604:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13605:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13606:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13607:          easily optimizable)
                   13608: 
                   13609:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13610:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13611: 
                   13612:        * src/: include/pa_array.h, include/pa_stack.h,
                   13613:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13614:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13615:          become assertion iterator in methodframe filler
                   13616: 
                   13617:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13618:          targets/cgi/parser3.C: array::get/put inlined
                   13619: 
                   13620:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13621:          gc_substitute_memory_management_functions +installed CORD_oom
                   13622:          function
                   13623: 
                   13624:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13625:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13626:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13627:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13628:          assertions started configure.in --enable-assertions
                   13629: 
                   13630: 2003-04-01  paf
                   13631: 
                   13632:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13633:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13634:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13635:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13636:          gc misses that and collects valid memory fixed by remembering
                   13637:          xmlDoc from dom object in xdoc.  todo: do something with
                   13638:          premature free of xdoc with xnodes/node values referring into it
                   13639: 
                   13640:        * src/classes/: mail.C: typo fix
                   13641: 
                   13642:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13643:          changes
                   13644: 
                   13645:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13646:          main/pa_memory.C: moved memory debugging to global level: to
                   13647:          pa_gc_malloc
                   13648: 
                   13649:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13650:          debugging showed no errors. todo: debug parser memory
                   13651: 
                   13652:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13653:          configurations
                   13654: 
                   13655:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13656:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13657:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13658:          types/types.dsp: prepared xml-static configuration
                   13659: 
                   13660: 2003-03-31  paf
                   13661: 
                   13662:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13663:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13664:          xml lib memory debugging, simple checks failed: it seems that
                   13665:          library does realloc(bad ptr), and recording those ptrs in heap
                   13666:          [for debugging] was bad: heap situation changes = everything
                   13667:          works fine
                   13668: 
                   13669:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13670:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13671:          limit of 10 user-defined charsets]
                   13672: 
                   13673: 2003-03-28  paf
                   13674: 
                   13675:        * src/main/execute.C: execution stack copied to local register
                   13676:          variable, removed lots [~2e7) of memory accesses
                   13677: 
                   13678: 2003-03-27  paf
                   13679: 
                   13680:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13681:          works in debug, but fails in release todo: fix that
                   13682: 
                   13683:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13684:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13685:          replacement from gc branch
                   13686: 
                   13687:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13688:          improvement here]
                   13689: 
                   13690:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13691:          'not recommened' in gc.h, on win32 noticed no difference]
                   13692: 
                   13693:        * src/include/pa_array.h: returned checked array get [were disabled
                   13694:          for debugging] result:not slower [don't understand that, it were
                   13695:          INLINED] todo: find out a way of inlining it!
                   13696: 
                   13697:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13698:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13699:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13700:          convention changed: all resulting strings are zero-terminated
                   13701: 
                   13702:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13703:          classes/string.C, classes/table.C, classes/void.C,
                   13704:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13705:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13706:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13707:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13708:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13709:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13710:          append_help_length [radical improvement here]
                   13711: 
                   13712:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13713:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13714:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13715:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13716:          even slower
                   13717: 
                   13718:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13719:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13720:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13721:          clients of &get(): most to use non-ref version, some[in tight
                   13722:          places] to get_unchecked_ref
                   13723: 
                   13724:        * src/doc/memory.dox: forgot to add
                   13725: 
                   13726:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13727:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13728:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13729:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13730:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13731:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13732:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13733:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13734:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13735:          func] other Array & removed
                   13736: 
                   13737: 2003-03-26  paf
                   13738: 
                   13739:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13740:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13741:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13742:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13743:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13744:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13745:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13746:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13747:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13748:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13749:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13750:          pre-evaluated .count() in some places
                   13751: 
                   13752:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13753:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13754:          types/types.dsp: .dsp profiling updated
                   13755: 
                   13756:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13757:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13758:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13759: 
                   13760:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13761:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13762:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13763:          use lib/gc,lib/cord
                   13764: 
1.116     moko     13765:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13766:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13767:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13768:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13769:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13770:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13771:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13772:          src/lib/cord/include/Makefile.am,
1.116     moko     13773:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13774:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13775:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13776:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13777:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13778:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13779:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13780:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13781:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13782:          funcs ported pa_exec
1.95      moko     13783: 
                   13784:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13785: 
                   13786:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13787:          bundled gc includes
                   13788: 
                   13789:        * src/: classes/op.C, include/pa_array.h,
                   13790:          include/pa_sql_connection.h, include/pa_string.h,
                   13791:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13792:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13793:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13794:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13795:          first real site (aval)]
                   13796: 
                   13797: 2003-03-25  paf
                   13798: 
                   13799:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13800:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13801:          process
                   13802: 
                   13803:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13804:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13805: 
                   13806:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13807: 
                   13808:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13809:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13810:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13811:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13812:          tests/results/121.processed: untaint.C L_URI
                   13813: 
                   13814:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13815:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13816:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13817:          src/types/pa_vmemory.h: ^memory:compact[]
                   13818: 
                   13819:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13820:          test result
                   13821: 
                   13822:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13823: 
                   13824:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13825:          tests/results/107.processed: fixed dom language [values are now
                   13826:          considered tainted.  it was a bug in parser. updated 107 test
                   13827:          result
                   13828: 
                   13829:        * src/classes/xdoc.C: fixed transform params
                   13830: 
                   13831:        * src/: include/pa_stylesheet_manager.h,
                   13832:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13833: 
                   13834:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13835:          overloads for structure handling
                   13836: 
                   13837:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13838:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13839:          StringBody(0) ambiguilty, introducting static
                   13840:          StringBody::Format(int)
                   13841: 
                   13842:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13843:          linked
                   13844: 
                   13845:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13846: 
                   13847:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13848:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13849:          finalizers isntalled
                   13850: 
                   13851:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13852:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13853:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13854:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13855:          compiled todo: xnode.C / finalizers
                   13856: 
                   13857:        * src/doc/string.dox: updated: new string internals
                   13858: 
                   13859: 2003-03-24  paf
                   13860: 
                   13861:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13862:          include/pa_charset.h, include/pa_config_fixed.h,
                   13863:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13864:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13865:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13866:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13867:          types/pa_vxnode.h: started XML
                   13868: 
                   13869:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13870: 
                   13871:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13872:          include/pa_string.h, main/pa_common.C,
                   13873:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13874: 
                   13875:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13876:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13877:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13878:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13879:          for eq STRING_NOT_FOUND
                   13880: 
                   13881:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13882:          optimize bit implemented
                   13883: 
                   13884:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13885:          String::ArrayFragment::append_positions fixed
                   13886: 
                   13887:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13888:          String::this_starts fixed
                   13889: 
                   13890:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13891: 
                   13892:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13893:          hashcode implemented fully, including per-char callback [it can
                   13894:          be - substr CORD node]
                   13895: 
                   13896:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13897:          rewritten to rewalloc with 100byte buf ahead
                   13898: 
                   13899:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13900:          src/include/pa_string.h, src/main/compile.tab.C,
                   13901:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13902:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13903:          CORD_ec [bad] would rewrite as realloc now
                   13904: 
                   13905:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13906:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13907:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13908:          include/pa_common.h, include/pa_request.h,
                   13909:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13910:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13911:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13912:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13913:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13914:          types/pa_vstateless_class.h: 2*2 worked :)
                   13915: 
                   13916:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13917:          src/include/pa_exec.h, src/include/pa_string.h,
                   13918:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13919:          passed OK
                   13920: 
                   13921:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13922:          types/pa_value.C: all linked todo: debug
                   13923: 
                   13924:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13925:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13926: 
                   13927:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13928: 
                   13929:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13930: 
                   13931:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13932: 
                   13933:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13934: 
                   13935:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13936:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13937:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13938:          pa_vstateless_class.C compiled
                   13939: 
                   13940:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13941:          types/pa_vmath.C: pa_vmail.C compiled
                   13942: 
                   13943:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   13944: 
                   13945:        * src/types/pa_vform.C: pa_vform.C compiled
                   13946: 
                   13947:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   13948: 
                   13949:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   13950:          pa_vstateless_class.C: pa_vcookie.C compiled
                   13951: 
                   13952:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   13953:          types/pa_vhash.h: pa_value.C compiled
                   13954: 
                   13955:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   13956:          classes.lib main.lib compiled
                   13957: 
                   13958:        * src/classes/void.C: void.C compiled
                   13959: 
                   13960:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   13961:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   13962:          compiled
                   13963: 
                   13964:        * src/: classes/string.C, include/pa_request.h,
                   13965:          include/pa_string.h, main/pa_string.C: string.C compiled
                   13966: 
                   13967:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   13968:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   13969:          main/pa_request.C, main/pa_string.C: op.C compiled
                   13970: 
                   13971:        * src/classes/: math.C, op.C: math.C compiled
                   13972: 
                   13973:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   13974:          types/pa_vmail.h: mail.C compiled
                   13975: 
                   13976:        * src/classes/: int.C, table.C: int.C compiled
                   13977: 
                   13978:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   13979:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   13980:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   13981:          compiled
                   13982: 
                   13983:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13984:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   13985:          include/pa_sql_connection.h: hash.C compiled
                   13986: 
                   13987:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   13988:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13989:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13990:          classes/math.C, classes/op.C, classes/response.C,
                   13991:          classes/string.C, classes/table.C, classes/void.C,
                   13992:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   13993:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   13994:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   13995:          file.C table.C compiled
                   13996: 
                   13997:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   13998:          main/untaint.C: main.lib compiled
                   13999: 
                   14000: 2003-03-21  paf
                   14001: 
                   14002:        * src/: classes/op.C, include/pa_cache_managers.h,
                   14003:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14004:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   14005:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   14006:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   14007:          compiled
                   14008: 
                   14009:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   14010:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   14011:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14012:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   14013:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   14014:          pa_request.C compiled
                   14015: 
                   14016:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14017:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14018:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14019:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14020:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14021:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14022:          compiled
                   14023: 
                   14024:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14025:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14026:          on unix
                   14027: 
                   14028:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14029:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14030:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14031:          pa_charsets.C compiled
                   14032: 
                   14033:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14034:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14035:          main/compile.y, main/execute.C, main/pa_common.C,
                   14036:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14037:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14038:          types/pa_vmethod_frame.h: execute.C compiled
                   14039: 
                   14040:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14041:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14042:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14043:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14044:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14045:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14046:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14047:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14048:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14049:          include/pa_stylesheet_connection.h,
                   14050:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14051:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14052:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14053:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14054:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14055:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14056:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14057:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14058:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14059:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14060:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14061:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14062:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14063:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14064:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14065:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14066:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14067:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14068:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14069:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14070:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14071:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14072:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14073:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14074:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14075:          [C++ CORD wrapper]
                   14076: 
                   14077:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14078: 
                   14079:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14080:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14081: 
                   14082:          command line, env values, input got transcoded before call
                   14083:          stdout, stderr got transcoded after call
                   14084: 
                   14085:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14086:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14087: 
                   14088:        * src/main/pa_common.C: } typo bug fix
                   14089: 
                   14090:        * src/main/pa_common.C: } typo bug fix
                   14091: 
                   14092: 2003-03-20  paf
                   14093: 
                   14094:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14095:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14096: 
                   14097:        * src/include/pa_string.h: more tests
                   14098: 
                   14099:        * src/main/pa_string.C: string.pos fixed
                   14100: 
1.116     moko     14101:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14102:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14103:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14104:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14105:          replaces
1.95      moko     14106: 
                   14107:        * src/: classes/image.C, include/pa_dictionary.h,
                   14108:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14109:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14110:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14111:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14112: 
                   14113:        * src/include/pa_string.h: warning
                   14114: 
                   14115:        * src/include/pa_string.h: this_starts fixed
                   14116: 
                   14117:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14118:          new String ctor & append params convention
                   14119: 
                   14120:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14121:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14122:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14123:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14124:          main/pa_exception.C, main/pa_exec.C,
                   14125:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14126:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14127:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14128:          types/pa_vmail.C: more tests OK
                   14129: 
                   14130:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14131:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14132:          gc/exit runned OK
                   14133: 
                   14134:        * src/types/pa_vmail.C: another naming problem: should not name
                   14135:          vars like that: unpredictable close caused problems with later
                   14136:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   14137:          descriptors missing on startup: stdin; Bad file number
                   14138: 
                   14139:          todo: find out why so many filters(stream) here. probably wrong?
                   14140: 
                   14141:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   14142:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   14143:          main/untaint.C: test compiled
                   14144: 
                   14145:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   14146:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   14147:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   14148:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   14149:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   14150:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14151:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   14152:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   14153:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   14154:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   14155: 
                   14156:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   14157:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   14158:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   14159:          src/include/pa_memory.h, src/include/pa_request.h,
                   14160:          src/include/pa_request_charsets.h,
                   14161:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   14162:          src/main/compile.tab.C, src/main/execute.C,
                   14163:          src/main/pa_charset.C, src/main/pa_common.C,
                   14164:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14165:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14166:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   14167:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   14168:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   14169:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14170:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   14171:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14172:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   14173:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   14174:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14175:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   14176:          pa_common.C [done, without http for now]
                   14177: 
                   14178: 2003-03-19  paf
                   14179: 
                   14180:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   14181:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   14182:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   14183:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   14184:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   14185:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   14186:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   14187:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   14188:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14189:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   14190:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   14191:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14192:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14193:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14194:          types/pa_wwrapper.h: started test
                   14195: 
1.116     moko     14196:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   14197:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     14198: 
                   14199:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   14200:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   14201:          it
                   14202: 
                   14203:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   14204:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   14205:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   14206:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   14207:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   14208:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   14209:          types/pa_vmethod_frame.h, types/types.dsp: string
                   14210:          reimplementation with cord+array<fragment>: 70%
                   14211: 
                   14212: 2003-03-18  paf
                   14213: 
                   14214:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14215:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   14216:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   14217:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   14218:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   14219:          can ignore lang in cmp and pos really,             but would
                   14220:          split properly!
                   14221: 
                   14222:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   14223:          cord part made parser/src/lib: it's not compiled into libgc by
                   14224:          default
                   14225: 
                   14226:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   14227:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14228:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14229:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14230:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14231:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14232:          src/classes/xnode.C, src/classes/xnode.h,
                   14233:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   14234:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14235:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   14236:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14237:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14238:          src/include/pa_memory.h, src/include/pa_pool.h,
                   14239:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   14240:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   14241:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14242:          src/include/pa_stylesheet_connection.h,
                   14243:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14244:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   14245:          src/main/compile.C, src/main/compile.tab.C,
                   14246:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14247:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   14248:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14249:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14250:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   14251:          src/main/pa_pool.C, src/main/pa_request.C,
                   14252:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14253:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   14254:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   14255:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14256:          src/types/pa_junction.h, src/types/pa_method.h,
                   14257:          src/types/pa_value.C, src/types/pa_value.h,
                   14258:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14259:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14260:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14261:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14262:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14263:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14264:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14265:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   14266:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14267:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14268:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14269:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14270:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14271:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14272:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14273:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14274:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14275:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14276:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14277:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14278:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14279:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   14280:          gc: PA_Object done lots of replacements also
                   14281: 
                   14282:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   14283:          gc logging
                   14284: 
                   14285: 2003-03-17  paf
                   14286: 
                   14287:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14288:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   14289:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   14290:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14291:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   14292:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   14293:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   14294:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14295:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14296:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   14297:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   14298:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14299:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   14300:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   14301:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14302:          types/pa_vxnode.h: libgc attempt
                   14303: 
                   14304: 2003-03-13  paf
                   14305: 
                   14306:        * src/: include/pa_sql_driver_manager.h,
                   14307:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   14308:          called
                   14309: 
                   14310:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   14311:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   14312:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   14313:          types/pa_value.h, types/pa_vobject.h,
                   14314:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   14315:          set_base, set_derived simplified [counter leaks fixed]
                   14316: 
                   14317:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   14318:          src/types/types.dsp: incorporated status class patch From:
                   14319:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   14320:          2003 8:14 AM
                   14321: 
                   14322:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   14323:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   14324:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   14325: 
                   14326: 2003-03-12  paf
                   14327: 
1.116     moko     14328:        * configure, configure.in, src/lib/ltdl/configure,
                   14329:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     14330:          lib/ltdl/Makefile now created by /configure.in only [were by
                   14331:          lib/ltdl/configure.in OVERWRITE]
                   14332: 
1.116     moko     14333:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   14334:          linkage fixed for g++ 3.2.2
1.95      moko     14335: 
                   14336:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   14337:          on using privately declared class [fixed]
                   14338: 
                   14339:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   14340:          3.2 rightliy complained on using privately declared class [fixed]
                   14341: 
                   14342:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   14343:          sigpipe before request constructor now causes death
                   14344: 
                   14345:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   14346:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   14347:          not cause exception in exception handler
                   14348: 
1.116     moko     14349:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   14350:          now default links libstdc++ statically.  that can be overriden by
                   14351:          --with-dynamic-stdcpp
1.95      moko     14352: 
                   14353: 2003-03-11  paf
                   14354: 
                   14355:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   14356:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   14357:          necessity of libstdc++
                   14358: 
                   14359:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14360: 
                   14361:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14362: 
                   14363: 2003-03-08  paf
                   14364: 
                   14365:        * tests/Makefile: make install & co
                   14366: 
                   14367:        * src/: include/pa_request.h, classes/op.C: removing
                   14368:          vclass,object.h -> pa_request.h dependency
                   14369: 
                   14370:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14371:          main/pa_request.C: removing vform,response,cookie.h ->
                   14372:          pa_request.h dependency
                   14373: 
                   14374:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14375:          dependency [testing...]
                   14376: 
                   14377:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14378:          return 0; fixed
                   14379: 
                   14380:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14381:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14382: 
                   14383:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14384: 
                   14385:        * src/main/pa_request.C: forgotten: ifdef XML
                   14386: 
                   14387:        * src/main/pa_request.C: forgotten: ifdef XML
                   14388: 
                   14389:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14390:          win32 and run memleak tests again
                   14391: 
                   14392:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14393:          old xml lib-- it's internal memory handling has faults
                   14394: 
                   14395:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14396:          problems when transcode from charset A to A.
                   14397: 
                   14398:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14399:          todo: still problems when transcode from charset A to A.
                   14400: 
                   14401:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14402:          classes/table.C, include/pa_array.h,
                   14403:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14404:          started full-scale-site-test [~ http://parser.ru sources]
                   14405: 
                   14406:          some fixes
                   14407: 
                   14408:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14409:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14410:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14411:          results/110.processed, results/111.processed,
                   14412:          results/112.processed, results/113.processed,
                   14413:          results/114.processed, results/115.processed,
                   14414:          results/116.processed, results/117.processed,
                   14415:          results/118.processed, results/119.processed,
                   14416:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14417:          selectSingle 111 xdoc.create from tainted & 112
                   14418:          xdoc.create/output with russian attr value 113 xpath
                   14419:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14420:          116 output media-type change 117 transform by dom stylesheet 118
                   14421:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14422:          output
                   14423: 
                   14424:          =END OF PREPARED XML TESTS=
                   14425: 
                   14426: 2003-03-07  paf
                   14427: 
                   14428:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14429:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14430:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14431:          transform with params [bugs fixed]
                   14432: 
                   14433:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14434:          from copy/paste bug
                   14435: 
                   14436:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14437:          src/include/pa_request.h, src/main/execute.C,
                   14438:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14439:          src/main/pa_globals.C, src/main/pa_request.C,
                   14440:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14441:          src/types/pa_vxnode.C, tests/107.html,
                   14442:          tests/results/107.processed: xml: test: 107 bug fixes
                   14443: 
                   14444:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14445:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14446:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14447: 
                   14448:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14449:          string
                   14450: 
                   14451:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14452:          mem alloc functions used for different cases [libxml, libxsl]
                   14453: 
                   14454:        * src/classes/classes.C: fixed: prevent system classes from
                   14455:          modification to lock ALL the classes, not only directly used
                   14456: 
                   14457:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14458:          linked
                   14459: 
                   14460:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14461: 
                   14462: 2003-03-06  paf
                   14463: 
                   14464:        * src/classes/xdoc.C: xdoc.C 50%
                   14465: 
                   14466:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14467:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14468:          main/pa_globals.C, main/pa_request.C,
                   14469:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14470: 
                   14471:        * src/: include/pa_stylesheet_connection.h,
                   14472:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14473:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14474: 
                   14475:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14476:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14477:          xml: stylesheet&manager STARTED
                   14478: 
                   14479:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14480:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14481: 
                   14482:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14483:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14484:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14485:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14486:          charsets
                   14487: 
                   14488:        * tests/023.html: in some cases it rounded up badly. postponing
                   14489:          solution of that problem, making more simple test
                   14490: 
                   14491:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14492:          -kb now
                   14493: 
                   14494:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14495:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14496:          moved to charsets.C
                   14497: 
                   14498: 2003-03-05  paf
                   14499: 
                   14500:        * src/classes/string.C, src/include/pa_string.h,
                   14501:          src/main/pa_string.C, tests/105.html,
                   14502:          tests/results/105.processed: String::match bug fixed
                   14503: 
                   14504:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14505:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14506:          debug build on win32]
                   14507: 
                   14508:        * tests/: 057.html, results/057.processed: test bug fixed
                   14509: 
1.116     moko     14510:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14511: 
                   14512:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14513:          missing
                   14514: 
1.116     moko     14515:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14516:          forgotten files added to Makes
1.95      moko     14517: 
                   14518:        * ltmain.sh: ltmain.sh added
                   14519: 
                   14520:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14521:          change undone ;(
                   14522: 
                   14523:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14524:          made static
                   14525: 
                   14526:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14527:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14528:          todo:make linker happy
1.95      moko     14529: 
                   14530:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14531:          env param made optional
                   14532: 
                   14533: 2003-03-04  paf
                   14534: 
                   14535:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14536:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14537: 
                   14538:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14539:          results/103.processed: tests: 103 image.copy transparence test
                   14540: 
                   14541:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14542:          tests/results/101.processed, tests/results/102.processed: tests:
                   14543:          101 method/variable name conflict test 102 form fields change
                   14544:          should not not change anything [bug fix]
                   14545: 
                   14546:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14547:          results/099.processed, results/100.processed: tests: 57 date
                   14548:          create 2002: added 99,100 response:body/download
                   14549: 
                   14550:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14551:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14552: 
                   14553:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14554:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14555:          fixed]
                   14556: 
                   14557:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14558:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14559:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14560:          image EXIF  [bug fixed]
                   14561: 
                   14562:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14563:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14564:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14565:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14566:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14567:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14568:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14569:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14570:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14571:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14572:          tests/results/062.processed, tests/results/063.processed,
                   14573:          tests/results/064.processed, tests/results/065.processed,
                   14574:          tests/results/066.processed, tests/results/067.processed,
                   14575:          tests/results/068.processed, tests/results/069.processed,
                   14576:          tests/results/070.processed, tests/results/071.processed,
                   14577:          tests/results/072.processed, tests/results/073.processed,
                   14578:          tests/results/074.processed, tests/results/075.processed,
                   14579:          tests/results/076.processed, tests/results/077.processed,
                   14580:          tests/results/078.processed, tests/results/080.processed,
                   14581:          tests/results/081.processed, tests/results/082.processed,
                   14582:          tests/results/083.processed, tests/results/084.processed,
                   14583:          tests/results/085.processed, tests/results/086.processed,
                   14584:          tests/results/087.processed, tests/results/088.processed,
                   14585:          tests/results/089.processed, tests/results/090.processed,
                   14586:          tests/results/091.processed, tests/results/092.processed,
                   14587:          tests/results/093.processed, tests/results/094.processed,
                   14588:          tests/results/095.processed, tests/079.html,
                   14589:          tests/results/079.processed: tests: 61 file::stat size 62
                   14590:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14591:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14592:          string.match simple on long 68 string.match normalized simple on
                   14593:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14594:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14595:          date arithmetics 75 response date values/attributes 76 string.pos
                   14596:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14597:          with local 80 scientific numeric literal in string autoconvert 81
                   14598:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14599:          table.hash distinct 85 long string  replace 86 throw+catch
                   14600:          current language preserve 87 bit shifts 88 junction tests +
                   14601:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14602:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14603:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14604: 
                   14605:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14606:          fixed] 60 string eq string [bug fixed]
                   14607: 
                   14608:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14609:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14610:          results/053.processed, results/054.processed,
                   14611:          results/055.processed, results/056.processed,
                   14612:          results/057.processed, results/058.processed,
                   14613:          results/059.processed, results/060.processed: test: 53
                   14614:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14615:          date.create[string] 58 image.measure[png]
                   14616: 
                   14617:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14618:          outputs/051.processed, results/052.processed: test: 52
                   14619:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14620:          task: fix that
                   14621: 
                   14622: 2003-03-03  paf
                   14623: 
                   14624:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14625:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14626:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14627:          outputs/049.processed, outputs/050.processed,
                   14628:          outputs/051.processed, results/001.processed,
                   14629:          results/002.processed, results/003.processed,
                   14630:          results/005.processed, results/006.processed,
                   14631:          results/008.processed, results/009.processed,
                   14632:          results/011.processed, results/012.processed,
                   14633:          results/013.processed, results/014.processed,
                   14634:          results/015.processed, results/016.processed,
                   14635:          results/017.processed, results/020.processed,
                   14636:          results/021.processed, results/022.processed,
                   14637:          results/024.processed, results/025.processed,
                   14638:          results/026.processed, results/027.processed,
                   14639:          results/028.processed, results/029.processed,
                   14640:          results/030.processed, results/031.processed,
                   14641:          results/049.processed, results/050.processed,
                   14642:          results/051.processed, results/043.processed,
                   14643:          results/044.processed, results/045.processed,
                   14644:          results/046.processed, results/047.processed,
                   14645:          results/048.processed: tests: 43,44,45 date rolls 46
                   14646:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14647:          hash-creating switch 50 process 51 started parent/child, works as
                   14648:          it were but it were NOT GOOD, created separate task  to fix that
                   14649: 
                   14650:        * tests/: 042.html, results/042.processed: test: 42
                   14651:          exception.handled
                   14652: 
                   14653:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14654:          expression
                   14655: 
                   14656:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14657:          of type table 40 method param junction auto evaluate
                   14658: 
                   14659:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14660:          of type table
                   14661: 
                   14662:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14663:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14664:          tests/038.html, tests/results/033.processed,
                   14665:          tests/results/034.processed, tests/results/035.processed,
                   14666:          tests/results/036.processed, tests/results/037.processed,
                   14667:          tests/results/038.processed: tests: 33 string.replace 34
                   14668:          string.upper 35 table created 36 local/global vars with juntions
                   14669:          37 table clone 38 math PI & number formatting
                   14670: 
                   14671:          math class registring typo fixed
                   14672: 
                   14673:        * src/classes/op.C, src/include/pa_request.h,
                   14674:          src/include/pa_string.h, src/main/execute.C,
                   14675:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14676:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14677:          tests/032.html, tests/results/032.processed: uchar changed to
                   14678:          String_UL in all places [was not everywhere] untaint test: 032
                   14679: 
                   14680:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14681:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14682:          tests/parser-unix.sh: removed -H command line key, now testing
                   14683:          using .sh file with SERVER_SOFTWARE=xxx
                   14684: 
                   14685: 2003-02-26  paf
                   14686: 
                   14687:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14688:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14689:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14690:          tests/results/024.processed, tests/results/025.processed,
                   14691:          tests/results/026.processed, tests/results/027.processed,
                   14692:          tests/results/028.processed, tests/results/029.processed,
                   14693:          tests/results/030.processed, tests/results/031.processed: fixed
                   14694:          bug with name_cstr mutable CharPtr more tests
                   14695: 
                   14696:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14697:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14698:          << abort.  die now just exits
                   14699: 
                   14700:        * src/classes/classes.awk, src/classes/classes.h,
                   14701:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14702:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14703:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14704:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14705:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14706:          src/classes/xnode.C, src/include/pa_memory.h,
                   14707:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14708:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14709:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14710:          tests/017.html, tests/018.html, tests/019.html,
                   14711:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14712:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14713:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14714:          tests/results/015.processed, tests/results/016.processed,
                   14715:          tests/results/017.processed, tests/results/018.processed,
                   14716:          tests/results/019.processed, tests/results/020.processed,
                   14717:          tests/results/021.processed, tests/results/022.processed,
                   14718:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14719:          classes SAPI::get_env now returns info on pool more tests
                   14720: 
                   14721:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14722:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14723:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14724:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14725:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14726:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14727:          tests/results/001.processed, tests/results/002.processed,
                   14728:          tests/results/003.processed, tests/results/004.processed,
                   14729:          tests/results/005.processed, tests/results/006.processed,
                   14730:          tests/results/007.processed, tests/results/008.processed,
                   14731:          tests/results/009.processed, tests/results/010.processed,
                   14732:          tests/results/011.processed, tests/results/012.processed,
                   14733:          tests/results/013.processed, tests/results/014.processed: hash
                   14734:          cloning fixed
                   14735: 
                   14736: 2003-02-25  paf
                   14737: 
                   14738:        * src/main/pa_common.C: typo fixed
                   14739: 
                   14740: 2003-02-24  paf
                   14741: 
                   14742:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14743:          [one remained]
                   14744: 
                   14745:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14746:          [should have been get_string(&pool)] todo: check other such calls
                   14747: 
                   14748:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14749:          test10, bad lookups
                   14750: 
                   14751:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14752:          object got destructed, and xxx points to sky
                   14753: 
                   14754:        * ChangeLog, src/classes/string.C: match bug fixed
                   14755: 
                   14756:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14757:          $.charset[specified] now
                   14758: 
                   14759:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14760:          which failed to handle sigsetjmp+throw: crashed inside of
                   14761:          pre-throw code.  rewritten simplier [though duplicating
                   14762:          closesocket code]
                   14763: 
                   14764:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14765:          which failed to handle sigsetjmp+throw: crashed inside of
                   14766:          pre-throw code.  rewritten simplier [though duplicating
                   14767:          closesocket code]
                   14768: 
                   14769: 2003-02-21  paf
                   14770: 
                   14771:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14772:          $cookie:name[$.expires[date << can be now]]
                   14773: 
                   14774:          written makefile with regression tests [raw]
                   14775: 
                   14776:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14777:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14778:          CGI header when parser used in command line [useful for tests
                   14779:          also]
                   14780: 
                   14781:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14782:          switches on CGI mode, and is used in regression tests
                   14783: 
                   14784:        * src/: include/pa_request.h, main/pa_request.C,
                   14785:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14786:          fixed
                   14787: 
                   14788:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14789:          handling pa_*
                   14790: 
                   14791:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14792:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14793:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14794:          memory handling files
                   14795: 
                   14796:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14797: 
                   14798:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14799:          compiles OK test to show benefits of free
                   14800: 
                   14801:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14802:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14803:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14804:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14805:          use pool [as the one in ^process]
                   14806: 
                   14807:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14808:          -- some must use pool [as the one in ^process]
                   14809: 
                   14810: 2003-02-20  paf
                   14811: 
                   14812:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14813:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14814:          classes/math.C, classes/op.C, classes/response.C,
                   14815:          classes/string.C, classes/table.C, classes/void.C,
                   14816:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14817:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14818:          string cmp fixed
                   14819: 
                   14820:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14821:          values passed OK now
                   14822: 
                   14823: 2003-02-19  paf
                   14824: 
                   14825:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14826:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14827:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14828:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14829:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14830:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14831:          in gd -- planning complete rewrite extremely ugly code]
                   14832: 
                   14833:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14834:          files
                   14835: 
                   14836: 2003-02-17  paf
                   14837: 
                   14838:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14839:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14840:          classes/response.C, classes/string.C, classes/table.C,
                   14841:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14842:          include/pa_stylesheet_connection.h,
                   14843:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14844:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14845:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14846:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14847:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14848:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14849:          of unitialized simple-typed field
                   14850: 
                   14851:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14852:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14853:          simple-typed field fixed.  todo: find&kill all like that one
                   14854: 
                   14855:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14856:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14857:          debug output fixed
                   14858: 
                   14859:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14860:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14861:          object_ptr from delete[them]
                   14862: 
                   14863:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14864:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14865:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14866:          main/pa_charset.C, main/pa_common.C,
                   14867:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14868:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14869:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14870:          calls
                   14871: 
                   14872:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14873:          couple mem leaks rusulted from old pooled::malloc usage.
                   14874:          todo:find more like those
                   14875: 
                   14876:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14877: 
                   14878:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14879:          stackItem fixed [there were no string on stack before]
                   14880: 
                   14881:        * src/: main/execute.C, main/pa_request.C,
                   14882:          types/pa_vmethod_frame.C: first letters out OK
                   14883: 
                   14884:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14885:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14886:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14887:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14888:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14889:          type not initialized with zeros :( while class fields of class
                   14890:          types initialized with default constructors.  learn C++
                   14891: 
                   14892:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14893:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14894:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14895:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14896:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14897: 
                   14898: 2003-02-14  paf
                   14899: 
                   14900:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14901:          13 link errors
                   14902: 
                   14903:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14904:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14905:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14906:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14907:          errors :)
                   14908: 
                   14909:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14910:          classes/hash.C, classes/mail.C, classes/op.C,
                   14911:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14912:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14913:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14914:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14915: 
                   14916:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14917:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14918:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14919:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14920:          types/pa_vint.h, types/types.dsp: op compiled
                   14921: 
                   14922:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14923:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14924:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14925: 
                   14926: 2003-02-07  paf
                   14927: 
                   14928:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14929: 
                   14930: 2003-02-06  paf
                   14931: 
                   14932:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14933:          mail compiled
                   14934: 
                   14935:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14936:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14937:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14938: 
                   14939:        * src/classes/: file.C, form.C: form compiled
                   14940: 
                   14941:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14942:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14943:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   14944: 
                   14945:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   14946:          types/pa_vmath.h: math compiled [win32]
                   14947: 
                   14948:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   14949:          types/pa_vstring.h: hash compiled
                   14950: 
                   14951: 2003-02-04  paf
                   14952: 
                   14953:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   14954:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14955:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   14956:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   14957:          types/pa_vhash.h: hash 50% compiled
                   14958: 
                   14959:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14960:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   14961:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14962:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   14963:          main/pa_string.C: date compiled
                   14964: 
                   14965:        * src/classes/: classes.dsp, double.C: double compiled
                   14966: 
                   14967:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14968:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   14969:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14970:          classes/string.C, classes/table.C, classes/void.C,
                   14971:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   14972:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   14973:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   14974:          compiled
                   14975: 
                   14976:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14977:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14978:          classes/math.C, classes/op.C, classes/response.C,
                   14979:          classes/string.C, classes/table.C, classes/void.C,
                   14980:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14981:          types/pa_vvoid.h: void  compiled :)
                   14982: 
                   14983:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   14984:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14985:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14986:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   14987:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   14988:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   14989:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   14990:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   14991:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   14992:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   14993:          value_includes.h
                   14994: 
                   14995:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   14996:          trying to remove stupid value_includes.h
                   14997: 
                   14998:        * src/main/pa_exec.C: pa_exec compiled on win32
                   14999: 
                   15000:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   15001: 
                   15002:        * src/: include/pa_globals.h, include/pa_request.h,
                   15003:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   15004:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   15005:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   15006:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   15007:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   15008: 
                   15009:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   15010:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   15011:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   15012: 
                   15013:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   15014:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   15015:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   15016:          compiled
                   15017: 
                   15018:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15019:          name conflicts)
                   15020: 
                   15021:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15022:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15023:          yelds "virtual memory exhausted" while trying to compile
                   15024:          execute.C [eating up to 127MB]
                   15025: 
                   15026: 2003-02-03  paf
                   15027: 
                   15028:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15029:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15030:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15031:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15032:          types/pa_vint.h, types/pa_vjunction.h,
                   15033:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15034:          started gcc compiling pa_common compiled
                   15035: 
                   15036:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15037:          main/pa_exception.C: exception gcc change #1
                   15038: 
1.116     moko     15039:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15040:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15041: 
                   15042:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15043: 
                   15044:        * src/types/pa_vtable.C: vtable compiled
                   15045: 
                   15046:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15047: 
                   15048:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15049:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15050: 
                   15051:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15052: 
                   15053:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15054: 
                   15055:        * src/types/pa_vrequest.C: vrequest compiled
                   15056: 
                   15057:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15058:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15059: 
                   15060:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15061:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15062:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15063:          compiled
                   15064: 
                   15065:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15066: 
                   15067:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15068:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15069:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15070:          compiled
                   15071: 
                   15072:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15073:          main.lib - 0 error(s), 0 warning(s)
                   15074: 
                   15075:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15076:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15077: 
                   15078: 2003-01-31  paf
                   15079: 
                   15080:        * src/: include/pa_array.h, include/pa_operation.h,
                   15081:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15082:          types/pa_vjunction.h: started last file from main library:
                   15083:          execute
                   15084: 
                   15085:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15086:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15087:          main/pa_request.C, targets/cgi/parser3.C,
                   15088:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15089:          types/pa_vhash.h: pa_request compiled
                   15090: 
                   15091:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15092:          include/pa_globals.h, include/pa_request.h,
                   15093:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15094:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15095:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15096:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15097:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15098:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15099:          types/types.dsp: most pa_request compiled
                   15100: 
                   15101:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15102:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15103:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15104:          classes/op.C, classes/response.C, classes/string.C,
                   15105:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15106:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15107:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15108:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15109:          include/pa_dictionary.h, include/pa_dir.h,
                   15110:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15111:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15112:          include/pa_pool.h, include/pa_request.h,
                   15113:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15114:          include/pa_sapi.h, include/pa_socks.h,
                   15115:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15116:          include/pa_stack.h, include/pa_string.h,
                   15117:          include/pa_stylesheet_connection.h,
                   15118:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15119:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15120:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15121:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15122:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15123:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15124:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15125:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15126:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15127:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15128:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15129:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15130:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15131:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15132:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15133:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15134:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15135:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15136:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15137:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   15138:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   15139:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15140:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15141:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15142:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15143:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15144:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15145:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15146:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15147:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15148:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15149:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15150:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15151:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15152:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15153:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15154:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   15155: 
                   15156:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   15157:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15158:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15159:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   15160:          src/include/pa_exec.h, src/include/pa_pool.h,
                   15161:          src/include/pa_request.h, src/include/pa_sapi.h,
                   15162:          src/include/pa_sql_connection.h,
                   15163:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15164:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   15165:          src/main/compile.tab.C, src/main/compile_tools.C,
                   15166:          src/main/compile_tools.h, src/main/main.dsp,
                   15167:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   15168:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   15169:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15170:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15171:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   15172:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   15173:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   15174:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15175:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15176:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   15177:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   15178:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   15179:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15180:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15181:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15182:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15183:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15184:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15185:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   15186:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   15187:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   15188:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   15189:          died, long live StringPtr
                   15190: 
                   15191: 2003-01-30  paf
                   15192: 
                   15193:        * src/: include/pa_charset.h, include/pa_request.h,
                   15194:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   15195:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   15196:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   15197: 
                   15198:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   15199:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   15200:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   15201:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15202:          types/types.dsp: vstateless_class compiled
                   15203: 
                   15204:        * src/main/compile.C: compile compiled
                   15205: 
                   15206:        * src/: include/pa_array.h, include/pa_operation.h,
                   15207:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   15208:          main/pa_table.C: compile_tools compiled
                   15209: 
                   15210:        * src/: include/pa_operation.h, main/compile.y,
                   15211:          main/compile_tools.C, main/compile_tools.h: started
                   15212:          compile_tools. vagues ideas of how to free compiled code
                   15213: 
                   15214:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   15215:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   15216:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   15217:          compiled
                   15218: 
                   15219: 2003-01-29  paf
                   15220: 
                   15221:        * src/: include/pa_globals.h, include/pa_request.h,
                   15222:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15223:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   15224:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   15225:          compiled
                   15226: 
                   15227:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   15228:          now
                   15229: 
                   15230:        * src/: include/pa_array.h, include/pa_exception.h,
                   15231:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   15232: 
                   15233:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   15234:          compiled
                   15235: 
                   15236:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   15237:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   15238:          types/pa_vfile.h: vfile compiled
                   15239: 
                   15240:        * src/: include/pa_common.h, include/pa_globals.h,
                   15241:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   15242:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15243:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   15244: 
                   15245:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   15246:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   15247:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   15248:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15249:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   15250: 
                   15251:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   15252:          main/main.dsp, main/untaint.C: more compiled
                   15253: 
                   15254:        * src/: include/pa_charsets.h, include/pa_request.h,
                   15255:          include/pa_request_info.h, include/pa_string.h,
                   15256:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15257:          types/pa_vresponse.h: vrequest compiled
                   15258: 
                   15259:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   15260:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   15261:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   15262: 
                   15263:        * src/: classes/classes.h, include/pa_charset.h,
                   15264:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   15265:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   15266:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   15267:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   15268:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   15269:          types/pa_vrequest.C, types/pa_vrequest.h,
                   15270:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   15271:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   15272: 
                   15273:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   15274:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15275:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   15276:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   15277:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15278:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   15279:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   15280:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15281:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   15282: 
                   15283: 2003-01-28  paf
                   15284: 
                   15285:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   15286:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   15287:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   15288:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   15289:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   15290:          compile_tools
                   15291: 
                   15292:        * src/: include/pa_charset.h, include/pa_exception.h,
                   15293:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   15294:          untaint compiled
                   15295: 
                   15296:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   15297:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   15298:          more compiled.  struck with string::store_to needing to know
                   15299:          source/client charsets
                   15300: 
                   15301:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   15302:          types/pa_vfile.h: uue compiled
                   15303: 
                   15304:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   15305:          table compiled
                   15306: 
                   15307:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   15308:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   15309: 
                   15310:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15311:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   15312:          introduced]
                   15313: 
                   15314:        * src/: classes/date.C, include/pa_charset.h,
                   15315:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   15316:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   15317:          pa_charsets compiled
                   15318: 
                   15319:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   15320:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   15321: 
                   15322:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   15323:          common compiled
                   15324: 
                   15325:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   15326:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   15327: 
                   15328:        * src/: include/pa_array.h, include/pa_charset.h,
                   15329:          include/pa_charsets.h, include/pa_pool.h,
                   15330:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15331:          include/pa_stack.h, include/pa_string.h,
                   15332:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   15333:          sql_driver_manager compiled
                   15334: 
                   15335:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   15336:          letter i with two dots added to koi, all ukranian letters added
                   15337:          to win1251.
                   15338: 
                   15339:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   15340:          abscent from koi]
                   15341: 
                   15342: 2003-01-27  paf
                   15343: 
                   15344:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   15345:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15346:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15347:          sql/pa_sql_driver.h: paused on sql_manager
                   15348: 
                   15349:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   15350:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15351:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   15352:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   15353: 
                   15354:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   15355:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15356:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   15357:          main/pa_table.C: table compiled
                   15358: 
                   15359:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15360:          cache_managers compiled
                   15361: 
                   15362:        * src/: include/pa_array.h, include/pa_charset.h,
                   15363:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15364: 
                   15365:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15366: 
                   15367:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15368:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15369:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15370:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15371:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15372: 
                   15373: 2003-01-24  paf
                   15374: 
                   15375:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15376:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15377:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15378:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15379:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15380:          types/pa_vint.h, types/pa_vjunction.h,
                   15381:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15382:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15383: 
                   15384:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15385:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15386:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15387:          main/pa_string.C, main/pa_table.C: string compiled
                   15388: 
                   15389:        * src/: include/pa_array.h, include/pa_common.h,
                   15390:          include/pa_dictionary.h, include/pa_exception.h,
                   15391:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15392:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15393:          main/pa_string.C: dictionary compiled
                   15394: 
                   15395: 2003-01-23  paf
                   15396: 
                   15397:        * src/: include/pa_array.h, include/pa_common.h,
                   15398:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15399:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15400:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15401:          types/pa_value.h: resurrected pool in new sense: now it's
                   15402:          factory, producing&accounting memory chunks for read[autofree]
                   15403:          buffers
                   15404: 
                   15405:        * src/: include/pa_array.h, include/pa_exception.h,
                   15406:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15407:          main/pa_exception.C, main/pa_table.C: table compiled
                   15408: 
                   15409:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15410:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15411:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15412:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15413:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15414:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15415:          main/pa_table.C: aint that easy
                   15416: 
                   15417:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15418:          main/main.dsp: continued with Hash
                   15419: 
                   15420:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15421:          stack] now. and exception can be reported OK now [can be reported
                   15422:          outside of pro c with that stack]
                   15423: 
                   15424: 2003-01-22  paf
                   15425: 
                   15426:        * src/: include/pa_array.h, include/pa_charset.h,
                   15427:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15428:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15429:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15430:          base: contains references_count.  auto_ptr template calls
                   15431:          add_ref/release
                   15432: 
                   15433: 2003-01-21  paf
                   15434: 
                   15435:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15436:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15437:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15438:          classes/op.C, classes/response.C, classes/string.C,
                   15439:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15440:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15441:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15442:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15443:          include/pa_dictionary.h, include/pa_dir.h,
                   15444:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15445:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15446:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15447:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15448:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15449:          include/pa_stack.h, include/pa_string.h,
                   15450:          include/pa_stylesheet_connection.h,
                   15451:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15452:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15453:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15454:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15455:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15456:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15457:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15458:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15459:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15460:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15461:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15462:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15463:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15464:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15465:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15466:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15467:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15468:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15469:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15470:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15471:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15472:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15473:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15474:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15475:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15476:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15477:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15478:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15479:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15480:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15481:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15482:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15483:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15484:          2002->2003
                   15485: 
                   15486: 2003-01-16  paf
                   15487: 
                   15488:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15489:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15490: 
                   15491:        * operators.txt, src/include/pa_config_fixed.h,
                   15492:          src/main/pa_common.C: http request now return status. and not
                   15493:          fail on status!=200
                   15494: 
                   15495: 2003-01-15  paf
                   15496: 
                   15497:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15498: 
                   15499: 2003-01-14  paf
                   15500: 
                   15501:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15502:          mkinstalldirs: removed some ancient files [they in / really]
                   15503: 
                   15504:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15505:          regretfully needed patch in two places.  in config_fixed.h made
                   15506:          stubs for lib to compile in MSVC
                   15507: 
                   15508: 2003-01-13  paf
                   15509: 
                   15510:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15511:          configure.in(libtool) hacks
                   15512: 
1.116     moko     15513:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15514:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15515:          ltdl.h: moved to latest libtool (1.4.3)
                   15516: 
                   15517: 2003-01-10  paf
                   15518: 
                   15519:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15520: 
                   15521:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15522:          patches.        libxml2 >= 2.5.1
                   15523:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15524:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15525:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15526: 
                   15527:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15528:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15529:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15530:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15531: 
                   15532: 2003-01-09  paf
                   15533: 
                   15534:        * INSTALL: xml,xslt,gdome lib urls updated
                   15535: 
                   15536:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15537:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15538:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15539:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15540:          1.7.2
1.95      moko     15541: 
                   15542:        * depcomp: moving to automake 1.7.2
                   15543: 
                   15544: 2002-12-27  paf
                   15545: 
                   15546:        * src/include/pa_version.h: 0007
                   15547: 
                   15548:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15549:          outdated parts, made links to language docs
                   15550: 
                   15551:        * src/include/pa_config_auto.h.in: comment
                   15552: 
                   15553: 2002-12-26  paf
                   15554: 
                   15555:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15556:          not contain trailing / fixed.
                   15557: 
                   15558:        * INSTALL: changing SAFE_MODE politics
                   15559: 
                   15560:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15561: 
                   15562:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15563: 
                   15564: 2002-12-25  paf
                   15565: 
                   15566:        * src/main/pa_globals.C: optimized-xml
                   15567: 
                   15568:        * src/main/pa_globals.C: optimized-as-is
                   15569: 
                   15570: 2002-12-24  paf
                   15571: 
                   15572:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15573:          fixed [were really called with zero size when .html?a=&b=]
                   15574: 
                   15575:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15576:          with --with-sendmail
                   15577: 
                   15578:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15579:          fixed]
                   15580: 
                   15581: 2002-12-23  paf
                   15582: 
                   15583:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15584:          ignoring parameters & were storing only string with default
                   15585:          expires
                   15586: 
                   15587:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15588:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15589:          December 23, 2002 4:22 AM Subject: bug â
                   15590:          Charset::transcode_buf2xchar
                   15591: 
                   15592: 2002-12-20  paf
                   15593: 
                   15594:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15595:          non-cgi [script] runs
                   15596: 
                   15597: 2002-12-19  paf
                   15598: 
                   15599:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15600:          [tested on elik]] moreover, it's not needed there [parser
                   15601:          registers charsets itself]
                   15602: 
                   15603:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15604:          [tested on elik]]
                   15605: 
                   15606:        * operators.txt, src/include/pa_globals.h,
                   15607:          src/include/pa_request.h, src/main/pa_globals.C,
                   15608:          src/main/pa_request.C: $response:download
                   15609: 
                   15610:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15611:          compiler [win32]].
                   15612: 
                   15613: 2002-12-18  paf
                   15614: 
                   15615:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15616: 
                   15617: 2002-12-17  paf
                   15618: 
                   15619:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15620: 
                   15621:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15622:          to exit(1) 2. more flexible iilegal call check
                   15623: 
                   15624: 2002-12-16  paf
                   15625: 
                   15626:        * ltmain.sh: some automakes silly insist on having this handy
                   15627: 
                   15628:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15629:          'p' bug fix
                   15630: 
                   15631: 2002-12-15  paf
                   15632: 
                   15633:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15634:          'p'
                   15635: 
                   15636:        * configure.in, src/include/pa_config_auto.h.in,
                   15637:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15638:          from branch 6 to HEAD
                   15639: 
                   15640:        * src/main/compile.C: removed warning
                   15641: 
                   15642:        * src/main/pa_common.C: ftruncate having checked
                   15643: 
                   15644:        * configure.in, src/include/pa_version.h: new version
                   15645: 
                   15646: 2002-12-14  paf
                   15647: 
                   15648:        * src/classes/table.C: removed unnecessary code
                   15649: 
                   15650:        * src/sql/pa_sql_driver.h: exception type fixed
                   15651: 
                   15652: 2002-12-09  paf
                   15653: 
                   15654:        * src/types/pa_vvoid.h: $void.store[now] error
                   15655: 
                   15656:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15657: 
                   15658:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15659:          tries to write core dump
                   15660: 
                   15661:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15662: 
                   15663:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15664:          classes/void.C, main/pa_sql_driver_manager.C,
                   15665:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15666:          handlers #2
                   15667: 
                   15668:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15669:          exception handling mech in sql handlers
                   15670: 
                   15671:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15672:          handlers
                   15673: 
                   15674:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15675:          classes/void.C, main/pa_sql_driver_manager.C,
                   15676:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15677:          handlers
                   15678: 
1.116     moko     15679:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15680:          to write makefile which used libtool to install things, which is
                   15681:          not needed
1.95      moko     15682: 
                   15683: 2002-12-06  paf
                   15684: 
                   15685:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15686:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15687: 
                   15688: 2002-12-05  paf
                   15689: 
                   15690:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15691:          cc/bcc OK now
                   15692: 
                   15693:        * src/main/untaint.C: mail header closed properly
                   15694: 
                   15695:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15696:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15697:          works, cc, bcc ignored now, and MAILED ;)]
                   15698: 
                   15699:          [strncpy killed, memnchr used]
                   15700: 
                   15701:        * src/main/pa_table.C: table-copy now current=0
                   15702: 
                   15703:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15704:          lowlevel proc
                   15705: 
                   15706:        * src/targets/cgi/parser3.C: more checks on
                   15707:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15708:          checked that now
                   15709: 
                   15710:        * src/targets/cgi/parser3.C: more checks on
                   15711:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15712:          checked that now
                   15713: 
                   15714:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15715:          out-of-mem errors reached log]
                   15716: 
                   15717:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15718:          mail:send MIME-Version default
                   15719: 
                   15720:        * src/main/main.dsp: pa_version included into main.dsp
                   15721: 
                   15722: 2002-12-04  paf
                   15723: 
                   15724:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15725: 
                   15726:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15727:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15728: 
                   15729:        * src/classes/classes.awk: more strict *.C$
                   15730: 
                   15731:        * gnu.dsp: restored
                   15732: 
1.116     moko     15733:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15734:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15735:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15736:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15737:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15738:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15739:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15740:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15741:          now created with /configure, not ltdl/configure, so it does have
                   15742:          no problems with automake.  ltdl/configure
                   15743:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15744: 
                   15745: 2002-12-02  paf
                   15746: 
                   15747:        * operators.txt: removed outdated status:db
                   15748: 
                   15749:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15750:          src/main/pa_common.C, src/main/pa_request.C,
                   15751:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15752:          tainted parts becomes http-header
                   15753: 
                   15754: 2002-11-29  paf
                   15755: 
                   15756:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15757:          dates now objects of type date
                   15758: 
                   15759:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15760:          only, and for parser user this  means that jpeg image has bad
                   15761:          size in fragment's header] now used image.format
                   15762: 
                   15763:        * src/: include/pa_common.h, main/pa_common.C,
                   15764:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15765:          now handled exactly like $response:header values.  e.g. can be
                   15766:          hash [can have subattributes] & contain date values.
                   15767: 
                   15768:        * src/main/pa_common.C: http:// param values lang forced URI
                   15769: 
                   15770:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15771: 
                   15772: 2002-11-28  paf
                   15773: 
                   15774:        * operators.txt: http.timeout
                   15775: 
                   15776:        * src/classes/image.C: ^image.length now counts interchar space.
                   15777:          plus space after last char
                   15778: 
                   15779:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15780: 
                   15781:        * src/classes/image.C: ^image.font width measurer now scans full
                   15782:          height [were -1]
                   15783: 
                   15784:        * configure.in: stopped double libltdl/Makefile generation
                   15785: 
                   15786:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15787:          chars [one top horizontal line of 1pixel height were missing]
                   15788: 
                   15789:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15790:          'false' to go into (Hash *) parameter
                   15791: 
                   15792: 2002-11-27  paf
                   15793: 
                   15794:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15795:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15796:          returns content-disposition: >>attachment<<
                   15797: 
                   15798:        * src/classes/image.C: ^image.font << bad font file-size now
                   15799:          properly reported
                   15800: 
                   15801: 2002-11-26  paf
                   15802: 
                   15803:        * src/main/pa_request.C: fixed lang in reponse header
                   15804: 
                   15805:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15806: 
                   15807:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15808:          made exception: http.status with source=bad status#
                   15809: 
                   15810: 2002-11-25  paf
                   15811: 
                   15812:        * configure.in, src/classes/image.C,
                   15813:          src/include/pa_config_auto.h.in,
                   15814:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15815:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15816:          const void related probs fixed
1.95      moko     15817: 
                   15818:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15819: 
                   15820:          $file[^file::load[http://there]] $file.SERVER
                   15821: 
                   15822:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15823:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15824:          http options [invalid onces now reported] made default
                   15825:          user-agent: paf
                   15826: 
                   15827:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15828:          src/classes/xdoc.C, src/include/pa_common.h,
                   15829:          src/include/pa_globals.h, src/main/pa_common.C,
                   15830:          src/main/pa_globals.C, src/main/pa_request.C,
                   15831:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15832:          now understand http:// prefix and additional params, sample:
                   15833:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15834:          $.USER-AGENT[parser3] ]]
                   15835: 
                   15836: 2002-11-22  paf
                   15837: 
                   15838:        * src/classes/image.C, src/include/pa_globals.h,
                   15839:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15840:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15841:          $image.exif.DateTime & co
                   15842: 
                   15843: 2002-11-21  paf
                   15844: 
                   15845:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15846:          _PASS_APPENDED)
                   15847: 
                   15848:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15849:          EXIF information [were big block and it's size were considered
                   15850:          negative :(]
                   15851: 
                   15852:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15853:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15854:          internals rewritten. no there's reader.seek, and all's ready for
                   15855:          EXIF extraction [now we fail to measure files with EXIF info]
                   15856: 
                   15857:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15858:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15859:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15860: 
                   15861: 2002-11-20  paf
                   15862: 
                   15863:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15864: 
                   15865:        * configure.in, src/include/pa_config_auto.h.in,
                   15866:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15867:          comment
                   15868: 
                   15869:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15870: 
                   15871:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15872:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15873:          currently processed document SIGPIPE >> interrupts request
                   15874:          processing [exception = DB rollback]
                   15875: 
                   15876:        * src/main/pa_exec.C: comment
                   15877: 
                   15878:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15879: 
                   15880:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15881:          << disable HTTP-POST repassing
                   15882: 
                   15883:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15884:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15885:          pipe read errors now checked
                   15886: 
                   15887: 2002-11-19  paf
                   15888: 
                   15889:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15890:          CGI: Illegal call
                   15891: 
                   15892: 2002-11-01  paf
                   15893: 
                   15894:        * src/main/execute.C: comment
                   15895: 
                   15896: 2002-10-31  paf
                   15897: 
                   15898:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15899:          find out a way for that user could do that
                   15900: 
                   15901:        * src/types/pa_vstateless_object.h: object put replaces static
                   15902:          parent if any
                   15903: 
                   15904:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15905: 
                   15906:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15907:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15908:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15909:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15910:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15911:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15912:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15913:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15914:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15915:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15916:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15917:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15918:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15919:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15920:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15921:          types/pa_wwrapper.h: static fix merged
                   15922: 
                   15923:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15924:          $virtual_fields in dynamic, but one can reach derived
                   15925:          static[class] variable from base
                   15926: 
                   15927:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15928:          types/pa_vobject.C, types/pa_vobject.h,
                   15929:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15930:          statics, left $virtual_fields in dynamic
                   15931: 
                   15932:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15933:          one can't remember derivates in base class: there's so many of
                   15934:          them.  also there can be no virtual method calls in static
                   15935:          classes
                   15936: 
                   15937:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15938:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15939:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15940:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15941:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15942:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15943:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   15944:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   15945:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   15946:          types/pa_vresponse.C, types/pa_vresponse.h,
                   15947:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15948:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15949:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15950:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15951:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15952:          types/pa_wwrapper.h: static call $self fixed
                   15953: 
                   15954:        * src/main/execute.C: comment
                   15955: 
                   15956:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   15957:          ^process[$caller.self]{...} now compiles to last derived object
                   15958:          part of that 'self'
                   15959: 
                   15960: 2002-10-29  paf
                   15961: 
                   15962:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   15963:          re-passing [iis to blame]
                   15964: 
                   15965:        * src/classes/string.C: changed string.save to pass current sql
                   15966:          connection to cstr thus one can ^connect[some server]{
                   15967:          $s[insert into table x (x) values (^taint[sql]{value})]
                   15968:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   15969:          properly escaped.  [tried in mssql->mysql export->import of
                   15970:          binary data]
                   15971: 
                   15972: 2002-10-25  paf
                   15973: 
                   15974:        * src/types/pa_vresponse.C: case insensitive response user fields
                   15975:          get/put
                   15976: 
                   15977:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   15978:          types/pa_vresponse.C: saving for maybe-future
                   15979: 
                   15980: 2002-10-23  paf
                   15981: 
                   15982:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   15983:          ^table.hash(expr)...
                   15984: 
                   15985:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   15986: 
                   15987: 2002-10-22  paf
                   15988: 
                   15989:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   15990:          VForm::Append...(...Value)
                   15991: 
                   15992:        * src/main/execute.C: $.name outside of $name[...] checked
                   15993: 
                   15994:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   15995:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   15996: 
                   15997: 2002-10-21  paf
                   15998: 
                   15999:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   16000:          $form:qtail $form:imap.x/y
                   16001: 
                   16002:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   16003:          "?value&...", "...&value&...", "...&value"
                   16004: 
                   16005:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   16006: 
                   16007:        * operators.txt, src/classes/file.C: /some/page.html:
                   16008:          ^file:fullpath[a.gif] => /some/a.gif
                   16009: 
                   16010: 2002-10-17  paf
                   16011: 
                   16012:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   16013:          a little: logical not and bitwise negation precedence made
                   16014:          highest, << and >> bitshits precedence made equal [were << higher
                   16015:          than >>]
                   16016: 
                   16017:        * src/classes/op.C: exception handling fixed [were bad with
                   16018:          contexts]
                   16019: 
                   16020: 2002-10-16  paf
                   16021: 
                   16022:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16023:          main/pa_request.C: Request::self considered equal to
                   16024:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16025:          VMethodFrame.self()
                   16026: 
                   16027:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16028:          $hash in open field now gives old good error meesage
                   16029: 
                   16030: 2002-10-15  paf
                   16031: 
                   16032:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16033:          use ^if($junction is junction){was and now true}
                   16034: 
                   16035:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16036:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16037:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16038:          points to place where value left xml library and came to parser:
                   16039:          place of dom field extraction/call
                   16040: 
                   16041:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16042:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16043:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16044:          allowing $junction.xxx at compile time
                   16045: 
                   16046:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16047:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16048:          objects also considered [were only classes]
                   16049: 
                   16050:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16051:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16052:          with CLASS self.  [   (request&method_frame).self temporarily
                   16053:          changed   ]
                   16054: 
                   16055:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16056:          no exception to native calls.  for&foreach changed to use
                   16057:          method_frame.caller for their var's name context
                   16058: 
                   16059:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16060:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16061:          compiling to system classes disabled
                   16062: 
                   16063:        * operators.txt, src/classes/op.C:
                   16064:          ^process[$caller.CLASS]{code-string} added
                   16065: 
                   16066:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16067:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16068:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16069:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16070:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16071:          introducing $caller
                   16072: 
                   16073:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16074:          find them lower by inheritance tree
                   16075: 
                   16076:        * src/types/pa_vjunction.C: ident
                   16077: 
                   16078: 2002-10-14  paf
                   16079: 
                   16080:        * src/classes/op.C: process compiles to code's class class
                   16081: 
                   16082:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16083:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16084:          main/compile.y, main/execute.C, main/pa_request.C,
                   16085:          types/pa_vstateless_class.h: operators now main-class-methods
                   16086: 
                   16087:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16088:          better stack trace [has "call" & co there]
                   16089: 
                   16090:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16091:          operators @auto now executed in MAIN context
                   16092: 
                   16093:        * src/main/execute.C: operator execution context now = MAIN, not
                   16094:          closest stack frame
                   16095: 
                   16096:          @touchit[] $i[after]
                   16097: 
                   16098:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16099:          were 'after'
                   16100: 
                   16101:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16102:          'after'
                   16103: 
                   16104:        * src/main/execute.C: comment
                   16105: 
                   16106:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16107:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16108:          action]
                   16109: 
                   16110:        * src/types/pa_vxnode.C: misreplace fixed
                   16111: 
                   16112:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16113:          src/types/pa_vstatus.C, operators.txt:
                   16114:          $status:rusage.tv_secs/usecs introduced
                   16115: 
                   16116: 2002-10-09  paf
                   16117: 
                   16118:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16119:          on empty string [or uses (default)]
                   16120: 
                   16121: 2002-10-08  paf
                   16122: 
                   16123:        * src/main/untaint.C: mail header quoted printable changed after
                   16124:          RFC reread
                   16125: 
                   16126:        * operators.txt: plan on ^if(method
                   16127: 
                   16128:        * src/types/pa_vxnode.C: misreplace
                   16129: 
                   16130: 2002-09-24  paf
                   16131: 
1.116     moko     16132:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16133: 
                   16134:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16135:          mailreceive would compile on freebsd now
                   16136: 
                   16137:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   16138:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     16139:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   16140:          mailreceive would compile on freebsd now
1.95      moko     16141: 
                   16142:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   16143:          changed: now there are only few chars are untainted: * ? ' " < >
                   16144:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   16145:          one should use ^untaint[uri]{...} now]
                   16146: 
                   16147:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   16148:          $list.name, not tainted as filespec
                   16149: 
                   16150:          @russianindex[] #dir with files with russian-lang names
                   16151:          $where[dir]
                   16152: 
                   16153:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   16154:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   16155: 
                   16156: 2002-09-23  paf
                   16157: 
                   16158:        * src/types/pa_vdouble.h: double->int round added
                   16159: 
                   16160:        * src/classes/date.C: date bug fix, now
                   16161:          round(floatDays*secondsPerDay)
                   16162: 
                   16163:        * src/classes/date.C: date bug fix, now
                   16164:          round(floatDays*secondsPerDay)
                   16165: 
                   16166: 2002-09-20  paf
                   16167: 
                   16168:        * src/main/execute.C: code junction calls disabled [before: code
                   16169:          was compiled in such a way, that there were no code-junctions in
                   16170:          OP_CALL]
                   16171: 
                   16172:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   16173: 
                   16174:          @badjunctioncallinside[code] ^code[]
                   16175: 
                   16176:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   16177:          expanding to include ^junction.method
                   16178: 
                   16179:        * src/main/pa_common.C: -d "DIR/" now true
                   16180: 
                   16181:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   16182:          as internal xdoc encoding, and after decoding attributes set by
                   16183:          dom functions now encoded OK, not as digital entities
                   16184: 
                   16185:        * src/classes/xdoc.C: empty transform result, being taken as file
                   16186:          now returns empty file, not raises stupid error about "stat-ed
                   16187:          file"
                   16188: 
                   16189:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   16190:          allowed
                   16191: 
                   16192:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   16193:          write iterators now:
                   16194: 
                   16195:          ^user-foreach[key;value]{$key=$value<br>}
                   16196: 
                   16197:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16198:          $code.value($i*2)       $code }
                   16199: 
                   16200:        * src/main/compile_tools.h: mistype
                   16201: 
1.116     moko     16202:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   16203:          thus taking linking options configure changes into account [were:
                   16204:          ignoring]
1.95      moko     16205: 
                   16206:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   16207:          $junction.get/put(1) one can write iterators now:
                   16208: 
                   16209:          ^user-foreach[key;value]{$key=$value<br>}
                   16210: 
                   16211:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16212:          $code.value($i*2)       $code }
                   16213: 
                   16214:        * src/: include/pa_opcode.h, include/pa_request.h,
                   16215:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16216:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   16217:          introducing $junction.get/put(1) one can write iterators now:
                   16218: 
                   16219:          ^user-foreach[key;value]{$key=$value<br>}
                   16220: 
                   16221:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16222:          $code.value($i*2)       $code }
                   16223: 
                   16224: 2002-09-19  paf
                   16225: 
1.116     moko     16226:        * Makefile.am: new: make commit
1.95      moko     16227: 
                   16228:        * aclocal.m4: forced to be older
                   16229: 
                   16230: 2002-09-18  paf
                   16231: 
                   16232:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   16233:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   16234: 
                   16235:        * src/: include/pa_common.h, include/pa_request.h,
                   16236:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   16237:          - now this - fatal error
                   16238: 
                   16239:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   16240:          that one can pass binary data there
                   16241: 
                   16242:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16243:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16244:          classes/op.C, classes/response.C, classes/string.C,
                   16245:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16246:          include/pa_request.h: pa_request contexts made privated, plus
                   16247:          get_{self/method_frame} to read.  Request_context_saver used in
                   16248:          ^try to save flang too.  [were not saved]
                   16249: 
                   16250:        * src/types/pa_vresponse.C: header value chains joined before
                   16251:          output, this should help $.subject[$var $var] from being
                   16252:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   16253: 
                   16254: 2002-09-17  paf
                   16255: 
                   16256:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   16257:          removed changes, operators executed with calling self.  lots of
                   16258:          code with ^include code relies on defined/defining self variables
                   16259: 
                   16260:          $a[1] ^include[print_a.p] print_a.p: $a
                   16261: 
                   16262:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   16263: 
                   16264:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   16265:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16266:          types/pa_vstateless_class.h: operators now executed with MAIN
                   16267:          self.  it's for ^include sake, too strong a change
                   16268: 
                   16269:        * src/classes/op.C: made place for ^process to compile it's code to
                   16270:          in case of no self
                   16271: 
                   16272:        * src/main/execute.C: found ancient param to Junction, removed.
                   16273:          allowed passing self to native_code_operators [for ^process to
                   16274:          work, she needs self]
                   16275: 
                   16276:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16277:          types/pa_vstateless_class.h: found ancient param to Junction,
                   16278:          removed.  allowed passing self to native_code_operators [for
                   16279:          ^process to work, she needs self]
                   16280: 
                   16281:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   16282:          types/pa_value.h, types/pa_vmethod_frame.h,
                   16283:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   16284:          checked that in VMethodFrame get/put and $self.
                   16285: 
                   16286:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   16287:          copy options options checked, wrong option now fatal error
                   16288: 
                   16289:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   16290:          pieces boundaries]
                   16291: 
                   16292:        * bin/auto.p.dist.in: strange \n
                   16293: 
                   16294:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   16295:          .dll on cygwin, .so in other cases)
                   16296: 
1.116     moko     16297:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   16298:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     16299: 
                   16300:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   16301:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   16302:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   16303:          record taken [were last]
                   16304: 
                   16305:        * src/: classes/hash.C, classes/table.C,
                   16306:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   16307:          now errors
                   16308: 
                   16309:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   16310: 
                   16311:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   16312:          ,2,3]
                   16313: 
                   16314: 2002-09-16  paf
                   16315: 
                   16316:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   16317:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   16318:          stdout to be binary.  now detected closest header break.
                   16319: 
                   16320:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   16321:          closed right
                   16322: 
                   16323: 2002-09-13  paf
                   16324: 
                   16325:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   16326:          src/main/compile_tools.h: (expression #comment)
                   16327: 
                   16328:          (multiline expression #comment  line2  #comment )
                   16329: 
                   16330:          (expression #comment with (brackets) comment) << OK
                   16331: 
                   16332:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   16333:          bitwise !|| numerical xor now [preparing for expression
                   16334:          #comments]
                   16335: 
                   16336:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   16337:          error
                   16338: 
                   16339:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   16340:          cheched in pa_socks.C
                   16341: 
1.116     moko     16342:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   16343:          HAVE_WINSOCK_H created in configure.in
1.95      moko     16344: 
                   16345:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   16346:          cookie date now clean [were mistakenly tainted & that worked bad
                   16347:          with opera -- 'happily' that worked OK with msie]
                   16348: 
                   16349: 2002-09-12  paf
                   16350: 
                   16351:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   16352:          VClass get_element now first looks to fields, next to methods &
                   16353:          co todo: the rest reason: more speed
                   16354: 
                   16355:        * src/main/untaint.C: quoted printable encoding stops before
                   16356:          \s*<...>$
                   16357: 
                   16358:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16359:          stops before <...>$
                   16360: 
                   16361: 2002-09-11  paf
                   16362: 
                   16363:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16364:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16365:          forgot to check users of those funcs. not all were using that
                   16366:          return value convention
                   16367: 
                   16368:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16369:          windows-1254 added
                   16370: 
                   16371: 2002-09-10  paf
                   16372: 
                   16373:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16374:          VCodeFrame parent param were specified badly
                   16375: 
                   16376:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16377:          WWrapper which used in constructing objects(second param to sql
                   16378:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16379:          code in hash to survivi
                   16380: 
                   16381:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16382:          param to execute [stack said 'thanks']
                   16383: 
                   16384:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16385:          types/pa_value.h, types/pa_vcode_frame.h,
                   16386:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16387:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16388:          responsibility to wcontext
                   16389: 
                   16390:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16391:          could be warnings, and it's up to scritper to log/show them
                   16392: 
                   16393:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16394:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16395:          double/string converstion, which were loosing time&precesion
                   16396: 
                   16397:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16398:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16399:          case of unfinished in buffer processing, causing accidental
                   16400:          transcode stop [in case that source enc != utf-8 & there is
                   16401:          incomplete utf-8 sequence at the end of 16000block iside of
                   16402:          libxml lib] tfm readed & code updated
                   16403: 
                   16404: 2002-09-04  paf
                   16405: 
                   16406:        * configure: makes with sjlj
                   16407: 
                   16408:        * INSTALL, src/include/pa_config_fixed.h,
                   16409:          src/include/pa_sql_connection.h,
                   16410:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16411:          checked.  on win32 it made default
                   16412: 
                   16413:        * src/include/pa_config_auto.h.in: sjlj define
                   16414: 
                   16415:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16416:          can not work with longjump/throw pair, and one must switch that
                   16417:          on there.  todo: detect that automatically]
                   16418: 
                   16419:        * src/types/pa_vxnode.C: removed too strong checks of
                   16420:          xnode.elements.  now, for instance, if element does not have any
                   16421:          attributes, $xnode.attributes is void, not error
                   16422: 
                   16423: 2002-09-02  paf
                   16424: 
                   16425:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16426:          removed double_result, didn't help
                   16427: 
                   16428:        * src/main/execute.C: double_result made to move that var away from
                   16429:          hungry g++ optimizer (-O2), before: it were optimized and
                   16430:          comparison operators worked badly
                   16431: 
                   16432:        * src/types/pa_vdate.h: removed debug
                   16433: 
1.116     moko     16434:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16435: 
                   16436:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16437:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16438:          unknown reason.
                   16439: 
                   16440: 2002-08-29  paf
                   16441: 
                   16442:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16443:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16444:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16445:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16446:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16447:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16448:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16449:          [called less frequent, allowed to remove ugly
                   16450:          Junction.change_context-s from many places, switch,
                   16451:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16452:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16453:          [speed up]
                   16454: 
                   16455: 2002-08-28  paf
                   16456: 
                   16457:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16458:          tainted
                   16459: 
                   16460:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16461:          $cookie:name[$.value[]]
                   16462: 
                   16463:        * operators.txt, src/classes/string.C:
                   16464:          ^string.split[delim[;options]]
                   16465: 
                   16466: 2002-08-27  paf
                   16467: 
1.116     moko     16468:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16469: 
                   16470:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16471:          delimiter
                   16472: 
                   16473:        * INSTALL: recommended latest gmime 1.0.5
                   16474: 
                   16475: 2002-08-26  paf
                   16476: 
                   16477:        * configure, configure.in: apache13/hook added to make dist.
                   16478: 
                   16479: 2002-08-23  paf
                   16480: 
                   16481:        * src/: include/pa_common.h, main/pa_common.C,
                   16482:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16483:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16484:          whatever] it's error now
                   16485: 
                   16486: 2002-08-21  paf
                   16487: 
1.116     moko     16488:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16489: 
                   16490:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16491:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16492:          class".  compiled as if here they named base class
                   16493: 
                   16494:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16495:          cloning constructor]
                   16496: 
                   16497:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16498: 
                   16499:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16500:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16501:          $mail.received.file.value.content-type fixed
                   16502: 
                   16503: 2002-08-20  paf
                   16504: 
                   16505:        * src/classes/file.C: fixed language of file:file result
                   16506: 
                   16507:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16508:          from 3.0.0005
                   16509: 
                   16510:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16511: 
                   16512:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16513:          3.0.0005
                   16514: 
                   16515:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16516: 
                   16517: 2002-08-19  paf
                   16518: 
                   16519:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16520:          work now
                   16521: 
                   16522:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16523:          error in xnode, which were not catched in xdoc]
                   16524: 
                   16525:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16526:          prepared:        // validate each document after load/create (?)
                   16527:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16528: 
                   16529: 2002-08-15  paf
                   16530: 
                   16531:        * src/classes/classes.h: write to static var caused useless
                   16532:          Exception, introduced Methoded::put_element wich consumes those
                   16533: 
                   16534:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16535:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16536:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16537:          $response:field[date] $response:field[$.xxx[date]]
                   16538: 
                   16539:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16540:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16541:          ^hash::sql{bad}
                   16542: 
                   16543:        * operators.txt: $request:body unprecessed POST request body
                   16544: 
                   16545:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16546: 
                   16547:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16548:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16549: 
                   16550:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16551:          src/include/pa_request.h, src/main/pa_pool.C,
                   16552:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16553:          $request:body r.post_data now const
                   16554: 
                   16555:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16556:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16557:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16558:          types/pa_vtable.h: instead of type() checking everywhere used
                   16559:          Value.as now user descendants can be used in params.
                   16560: 
                   16561:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16562:          ^if($xtable) now OK
                   16563: 
                   16564:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16565:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16566:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16567: 
                   16568: 2002-08-14  paf
                   16569: 
                   16570:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16571:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16572:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16573:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16574:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16575:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16576:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16577:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16578:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16579:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16580:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16581:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16582:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16583:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16584:          & VClass
                   16585: 
                   16586:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16587: 
                   16588:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16589:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16590:          ../cgi/parser3 script
                   16591: 
                   16592:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16593:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16594: 
                   16595:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16596:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16597:          them by space, excluding argv[0], argv[argc-1]
                   16598: 
                   16599:        * src/targets/cgi/parser3.C: -f config file
                   16600: 
                   16601:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16602: 
                   16603: 2002-08-13  paf
                   16604: 
                   16605:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16606:          for form descendants [in vobject too, were in vclass]
                   16607: 
                   16608:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16609:          for form descendants
                   16610: 
                   16611:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16612:          overwritten in derived(table)
                   16613: 
                   16614:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16615:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16616:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16617:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16618:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16619:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16620:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16621:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16622:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16623:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16624:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16625:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16626:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16627:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16628:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16629:          Value::get_element(..., bool looking_down) [needed to exclude
                   16630:          endless recoursion]
                   16631: 
                   16632:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16633:          fix bug with put endless recoursion todo: check 'as'
                   16634: 
                   16635:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16636:          reorganized modules todo: fix bug with put endless recoursion
                   16637:          todo: check 'as'
                   16638: 
                   16639:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16640:          in derived(table)
                   16641: 
                   16642:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16643:          own now
                   16644: 
                   16645:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16646:          fixed error message on using non-created table
                   16647: 
                   16648:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16649:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16650:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16651:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16652:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16653:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16654:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16655:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16656:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16657:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16658:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16659:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16660:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16661:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16662:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16663:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16664:          looking down/up tree todo: fix error message on non-constructed
                   16665:          parents
                   16666: 
                   16667: 2002-08-12  paf
                   16668: 
                   16669:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16670:          derived OK
                   16671: 
                   16672:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16673:          thorough testing
                   16674: 
                   16675:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16676:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16677:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16678:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16679:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16680:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16681: 
                   16682:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16683:          now instantates base class, remembers it and saves child in
                   16684:          parent VObject.get_class now returns last child = downward
                   16685:          virtual calls OK
                   16686: 
                   16687:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16688:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16689:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16690:          types/pa_vobject.h, types/pa_vresponse.h,
                   16691:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16692:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16693:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16694:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16695:          instance]
                   16696: 
                   16697:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16698: 
                   16699:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16700: 
                   16701:        * src/main/pa_request.C: $response:body[file] content-type check
                   16702:          fixed [were bad when content-type is hash]
                   16703: 
                   16704: 2002-08-09  paf
                   16705: 
                   16706:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16707:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16708: 
                   16709: 2002-08-08  paf
                   16710: 
                   16711:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16712:          src/main/pa_globals.C: year column in month calendar [week year]
                   16713: 
                   16714:        * src/main/execute.C: error reporting on object writes to MAIN
                   16715:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16716: 
                   16717:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16718:          $date.daylightsaving
                   16719: 
                   16720:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16721:          use tainted data now. only she must specify the language.
                   16722: 
                   16723:          ^mail:send[     $.from[paf@mail.design.ru]
                   16724:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16725:                $.text[^taint[uri][ìîñêâà]=] ]
                   16726: 
                   16727:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16728:          now prints more precise origin
                   16729: 
                   16730:        * src/include/pa_string.h: String::first_char now not fails on
                   16731:          empty strings ^if(-f '') now ok and in 3 other places.
                   16732: 
                   16733:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16734:          String::first_char now not fails on empty strings ^if(-f '') now
                   16735:          ok and in 3 other places.
                   16736: 
                   16737: 2002-08-07  paf
                   16738: 
                   16739:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16740:          fixed
                   16741: 
                   16742:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16743: 
                   16744:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16745:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16746:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16747:          mistakenly not completely transparent to object writes.
                   16748:          $hash[^if(1){$hash}] now works
                   16749: 
                   16750:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16751:          now erasing cache file [there were bad check on that]
                   16752: 
                   16753:        * src/: classes/classes.dsp, classes/table.C,
                   16754:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16755:          all Debug dirs in .dsp now named 'Debug'
                   16756: 
1.116     moko     16757:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16758: 
                   16759:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16760: 
                   16761:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16762: 
                   16763:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16764: 
                   16765: 2002-08-06  paf
                   16766: 
                   16767:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16768:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16769:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16770: 
                   16771:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16772:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16773:          #  $.default() }
                   16774: 
                   16775:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16776: 
                   16777:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16778:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16779:          $file.content-type [instead of .mime-type] now works for
                   16780:          file::stat also
                   16781: 
                   16782:        * src/main/pa_request.C: case insensitive mime_type_of
                   16783: 
                   16784:        * bin/auto.p.dist.in: jpeg
                   16785: 
                   16786: 2002-08-05  paf
                   16787: 
                   16788:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16789: 
                   16790:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16791: 
                   16792:        * operators.txt: comment on date:calendar week column
                   16793: 
                   16794:        * src/main/pa_common.C: write checked
                   16795: 
                   16796:        * src/main/: pa_common.C: write checked
                   16797: 
                   16798:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16799: 
                   16800:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16801:          month calendar week column [ISO 8601 Week Numbers]
                   16802: 
                   16803: 2002-08-02  paf
                   16804: 
                   16805:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16806:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16807:          DEBUG*
                   16808: 
                   16809:        * configure, configure.in, src/include/pa_version.h: release
                   16810:          3_0_0005
                   16811: 
                   16812:        * bin/auto.p.dist.in: unhandled_exception comments
                   16813: 
                   16814:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16815:          multipart post fixed
                   16816: 
                   16817:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16818:          response transcoded source->client only when text/* or simple
                   16819:          onoverridden $response:body
                   16820: 
                   16821: 2002-08-01  paf
                   16822: 
                   16823:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16824:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16825:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16826:          classes/op.C, classes/response.C, classes/string.C,
                   16827:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16828:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16829:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16830:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16831:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16832:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16833:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16834:          include/pa_socks.h, include/pa_sql_connection.h,
                   16835:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16836:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16837:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16838:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16839:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16840:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16841:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16842:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16843:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16844:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16845:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16846:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16847:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16848:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16849:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16850:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16851:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16852:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16853:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16854:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16855:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16856:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16857:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16858:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16859:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16860:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16861:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16862:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16863:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16864:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16865:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16866:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16867:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16868:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16869:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16870: 
                   16871:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16872:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16873:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16874:          classes/math.C, classes/op.C, classes/response.C,
                   16875:          classes/string.C, classes/table.C, classes/void.C,
                   16876:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16877:          include/pa_array.h, include/pa_cache_managers.h,
                   16878:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16879:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16880:          include/pa_dictionary.h, include/pa_dir.h,
                   16881:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16882:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16883:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16884:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16885:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16886:          include/pa_stack.h, include/pa_string.h,
                   16887:          include/pa_stylesheet_connection.h,
                   16888:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16889:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16890:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16891:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16892:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16893:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16894:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16895:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16896:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16897:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16898:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16899:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16900:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16901:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16902:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16903:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16904:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16905:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16906:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16907:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16908:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16909:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16910:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16911:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16912:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16913:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16914:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16915:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16916:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16917:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16918:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16919:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16920:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16921:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16922:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16923:          types/Makefile.am: ident.C* removed
                   16924: 
                   16925:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16926:          file:find[/can/do/this/now.txt]
                   16927: 
                   16928:        * src/targets/cgi/parser3.C: usage to stdout now
                   16929: 
                   16930: 2002-07-31  paf
                   16931: 
                   16932:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16933: 
                   16934:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16935:          default "postmaster"
                   16936: 
                   16937:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16938:          -f postmaster now default sendmail key word "postmaster"
                   16939:          replaced to $.from
                   16940: 
                   16941: 2002-07-30  paf
                   16942: 
1.116     moko     16943:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   16944:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     16945: 
                   16946:        * src/main/pa_charset.C: comment
                   16947: 
                   16948:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   16949:          table, &#decimal;
                   16950: 
                   16951:        * src/main/pa_request.C: comment
                   16952: 
                   16953:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   16954:          paragraf]
                   16955: 
                   16956: 2002-07-11  paf
                   16957: 
                   16958:        * src/main/pa_exec.C: build command line badly added params twice
                   16959:          [and first time without ' ']. double wrong. fixed.
                   16960: 
                   16961:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   16962:          wich parser did not provide = reported badly.  fixed that.
                   16963: 
                   16964:        * src/classes/mail.C: $MAIL[ # xxx ]
                   16965: 
                   16966:          now ok
                   16967: 
                   16968:        * operators.txt: plan: sql detailed exception
                   16969: 
                   16970: 2002-07-01  paf
                   16971: 
                   16972:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   16973:          [MForm.configure_admin were called when request.main_class ==0
                   16974: 
                   16975:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   16976: 
                   16977:        * src/classes/form.C: content_length type fix
                   16978: 
                   16979: 2002-06-30  paf
                   16980: 
                   16981:        * src/classes/mail.C: merged from 4
                   16982: 
                   16983:        * src/classes/mail.C: restored $MAIL
                   16984: 
                   16985: 2002-06-28  paf
                   16986: 
                   16987:        * configure, configure.in: removed paths.h
                   16988: 
1.116     moko     16989:        * configure, src/include/pa_version.h,
1.95      moko     16990:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   16991:          merged, makes updated
                   16992: 
                   16993:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   16994:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16995:          src/include/pa_pool.h, src/include/pa_version.h,
                   16996:          src/main/pa_charset.C, src/main/pa_pool.C,
                   16997:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   16998:          src/types/pa_vmail.C: merged latest updates to head
                   16999: 
                   17000: 2002-06-27  paf
                   17001: 
                   17002:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17003:          not error now
                   17004: 
                   17005:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17006:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17007:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17008:          ^xdoc::create[[uri]]... base uri for document being created,
                   17009:          imports and other relative file names would be relative to this
                   17010:          uri default uri=path_translated
                   17011: 
                   17012:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   17013: 
                   17014: 2002-06-26  paf
                   17015: 
                   17016:        * configure, configure.in, src/include/pa_version.h:
                   17017:          release_3_0_0004
                   17018: 
                   17019:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17020:          0 now
                   17021: 
                   17022:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17023: 
                   17024: 2002-06-25  paf
                   17025: 
                   17026:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17027:          considered bad number now
                   17028: 
                   17029:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17030:          now
                   17031: 
                   17032:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17033:          name: optimize
                   17034: 
                   17035:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17036:          library configured
                   17037: 
                   17038:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17039: 
                   17040:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   17041:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   17042:          when needed and to call system crypt() if not $apr1$ prefix
                   17043: 
                   17044: 2002-06-24  paf
                   17045: 
                   17046:        * INSTALL: --with-static/shared-mailreceive described
                   17047: 
                   17048:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17049: 
1.116     moko     17050:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17051:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17052:          src/types/pa_vmail.C: $mail:received makes update
                   17053: 
                   17054:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17055:          WITH_MAILRECEIVE
                   17056: 
                   17057:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17058: 
                   17059:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17060:          option, for $mail:receive
                   17061: 
                   17062:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17063:          introducting $message:received ^mail:send rewritten with backward
                   17064:          comp
                   17065: 
                   17066:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17067:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17068:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17069:          now
                   17070: 
                   17071:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17072:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17073:          src/include/pa_request.h, src/include/pa_string.h,
                   17074:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17075:          src/main/pa_globals.C, src/main/pa_request.C,
                   17076:          src/main/pa_string.C, src/main/pa_uue.C,
                   17077:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17078:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17079:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17080:          uue to separate file introducting $message:received ^mail:send
                   17081:          rewritten with backward comp
                   17082: 
                   17083: 2002-06-21  paf
                   17084: 
1.116     moko     17085:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17086:          co changes
1.95      moko     17087: 
1.116     moko     17088:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17089:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17090:          restructure .in and .am files appropriate changes
1.95      moko     17091: 
                   17092:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17093:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17094:          targets ^math:crypt[password;$apr1$salt]
                   17095: 
                   17096:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17097:          src/Makefile.am, src/classes/Makefile.am,
                   17098:          src/classes/classes.dsp, src/classes/math.C,
                   17099:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17100:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17101:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17102:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17103:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17104:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17105:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17106:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17107:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17108:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17109:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17110:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17111:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17112:          src/main/compile.tab.C, src/main/main.dsp,
                   17113:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17114:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17115:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17116:          to libs/ added libs/md5 which is linked to non-apache targets
                   17117:          ^math:crypt[password;$apr1$salt]
                   17118: 
                   17119: 2002-06-20  paf
                   17120: 
                   17121:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     17122:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   17123:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     17124:          src/include/pa_request.h, src/main/execute.C,
                   17125:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17126:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   17127:          marged latest HEAD updates, mainly file:justname&co &
                   17128:          @auto/conf[filespec
                   17129: 
                   17130:        * operators.txt, src/classes/file.C:
                   17131:          !^file:dirname[/a/some.tar.gz]=/a
                   17132:              !^file:dirname[/a/b/]=/a
                   17133:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17134:              !^file:justname[/a/some.tar.gz]=some.tar
                   17135:              !^file:justext[/a/some.tar.gz]=gz
                   17136: 
                   17137:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17138:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17139:          @conf/auto[filespec]
                   17140: 
                   17141:        * bin/auto.p.dist.in: <noindex>
                   17142: 
1.116     moko     17143:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17144: 
                   17145:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   17146:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   17147:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17148:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17149: 
                   17150: 2002-06-18  paf
                   17151: 
                   17152:        * configure, configure.in, src/include/pa_version.h: version to
                   17153:          configure.in
                   17154: 
                   17155:        * INSTALL: reflected .conf.dist dir change
                   17156: 
1.116     moko     17157:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   17158:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     17159:          .in & *.am updated
                   17160: 
                   17161:        * src/classes/file.C: strncasecmp
                   17162: 
                   17163:        * src/classes/file.C: strcasecmp
                   17164: 
1.116     moko     17165:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   17166:          from etc
1.95      moko     17167: 
                   17168:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   17169:          insensitive check now
                   17170: 
                   17171:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   17172: 
                   17173:        * configure, configure.in, src/include/pa_pool.h,
                   17174:          src/include/pa_types.h: pack configure.in detection simplified.
                   17175:          figured out that gcc on sparc not that stupid as thought
                   17176:          previously: on sparc: when it sees packed class it modifies it's
                   17177:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   17178:          operations [st, lduh] so packed must be all parts of packed
                   17179:          class, i.e. it's parents&fields(classes).  for now it's only
                   17180:          String that packed and what was wrong is that it's parent -
                   17181:          Pooled, were not packed. fixed that.
                   17182: 
                   17183: 2002-06-14  paf
                   17184: 
                   17185:        * operators.txt: more precise xml-to-text options
                   17186: 
                   17187:        * operators.txt, src/types/pa_vxnode.C: xnode
                   17188:          attribute_node.name/value xnode pi.node.data
                   17189: 
                   17190: 2002-06-12  paf
                   17191: 
1.116     moko     17192:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   17193:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     17194: 
                   17195:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   17196:          src/include/pa_globals.h, src/include/pa_request.h,
                   17197:          src/main/compile.tab.C, src/main/pa_globals.C,
                   17198:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17199:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   17200: 
                   17201:        * src/classes/mail.C: sendmail -ti [default now]
                   17202: 
                   17203:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   17204:          to be strings. for convinient #ing
                   17205: 
                   17206:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   17207:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   17208: 
                   17209:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   17210:          main/pa_globals.C, main/pa_request.C: @conf
                   17211: 
                   17212: 2002-06-11  paf
                   17213: 
                   17214:        * src/classes/file.C: check simplified
                   17215: 
                   17216:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   17217:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   17218:          valid prefix
                   17219: 
                   17220:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   17221:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   17222:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   17223: 
                   17224: 2002-06-10  paf
                   17225: 
                   17226:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   17227:          src/main/pa_common.C: lock failures reported now
                   17228: 
                   17229:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   17230:          string->double @ compile time were not-enough-checking...
                   17231: 
                   17232:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   17233:          autoconvert now ignored
                   17234: 
                   17235:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   17236:          check
                   17237: 
                   17238:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   17239:          $response:body content-type:name
                   17240: 
                   17241:        * configure, configure.in: hpux check, nsl link, no socket
                   17242: 
                   17243:        * operators.txt: old merge conflict removed
                   17244: 
                   17245:        * configure, configure.in: pack even address access on sparc&co
                   17246:          arch checked in configure
                   17247: 
                   17248:        * configure, src/include/pa_version.h: makes
                   17249: 
                   17250:        * configure, configure.in, src/include/pa_version.h: makes
                   17251: 
                   17252:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   17253:          with charset even when all letters were 7bit one
                   17254: 
                   17255:        * src/main/pa_common.C: merged fixed -d (bug)
                   17256: 
                   17257:        * src/main/pa_common.C: fixed -d (bug)
                   17258: 
                   17259: 2002-06-03  paf
                   17260: 
                   17261:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   17262:          src/classes/classes.dsp, src/main/compile.tab.C,
                   17263:          src/main/main.dsp, src/main/pa_globals.C,
                   17264:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   17265:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   17266:          .dsp-s along with reorganized cvs modules dirs structure
                   17267: 
                   17268:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17269:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   17270:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   17271:          modules
                   17272: 
                   17273: 2002-05-28  paf
                   17274: 
                   17275:        * src/targets/cgi/parser3.C: info.uri now ""
                   17276: 
                   17277: 2002-05-17  paf
                   17278: 
                   17279:        * src/classes/: table.C: ^table.save << checked empty
                   17280:          pre/match/post columns
                   17281: 
                   17282: 2002-05-16  paf
                   17283: 
                   17284:        * src/classes/image.C: image::measure can png now
                   17285: 
                   17286: 2002-05-15  paf
                   17287: 
                   17288:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   17289:          added
                   17290: 
                   17291:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   17292: 
                   17293:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   17294:          %H[:%M[:%S]]]]]] [-%m now
                   17295: 
                   17296: 2002-05-14  paf
                   17297: 
                   17298:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   17299: 
                   17300: 2002-05-07  paf
                   17301: 
                   17302:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   17303:          src/include/pa_globals.h, src/include/pa_request.h,
                   17304:          src/include/pa_table.h, src/main/compile.tab.C,
                   17305:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   17306:          src/main/pa_request.C, src/main/pa_table.C,
                   17307:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   17308:          src/targets/isapi/parser3isapi.dsp,
                   17309:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   17310:          name2number field now &.  main_method_name now on Request pool
                   17311:          rather on global_pool [Junction+VJunction created on same pool as
                   17312:          name = were created on global pool, causing mem leaks]
                   17313: 
                   17314:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   17315:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   17316:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   17317:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   17318:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17319:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   17320:          field now &.  main_method_name now on Request pool rather on
                   17321:          global_pool [Junction+VJunction created on same pool as name =
                   17322:          were created on global pool, causing mem leaks]
                   17323: 
                   17324: 2002-05-06  paf
                   17325: 
                   17326:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17327:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17328:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17329: 
                   17330:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17331:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17332:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17333: 
                   17334: 2002-04-30  paf
                   17335: 
                   17336:        * configure, src/include/pa_version.h: version now not b
                   17337: 
                   17338:        * src/targets/cgi/parser3.C: request.uri now never 0
                   17339: 
                   17340: 2002-04-29  paf
                   17341: 
                   17342:        * configure.in: removed b
                   17343: 
                   17344:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   17345:          Exception::comment/type checked in (), no there's no empty
                   17346:          type/comment by default
                   17347: 
                   17348:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   17349:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   17350:          src/doc/value.dox, src/include/pa_exception.h,
                   17351:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   17352:          0001
                   17353: 
                   17354: 2002-04-26  paf
                   17355: 
                   17356:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   17357:          size reduced
                   17358: 
                   17359: 2002-04-25  paf
                   17360: 
                   17361:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17362:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17363:          now that took into account
                   17364: 
                   17365:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17366:          01:03:04]
                   17367: 
                   17368:        * ChangeLog, operators.txt, src/classes/date.C:
                   17369:          ^date::create[2002-12-33 01:03:04]
                   17370: 
                   17371:        * ChangeLog: updated changelog
                   17372: 
                   17373:        * src/classes/table.C: removed restriction on column count to
                   17374:          ^table.hash to work, now must be >0 [were >1]
                   17375: 
                   17376: 2002-04-24  paf
                   17377: 
                   17378:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17379:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17380:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17381:          targets
                   17382: 
                   17383: 2002-04-23  paf
                   17384: 
                   17385:        * operators.txt, src/classes/string.C:
                   17386:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17387:          "junction used outside of context"]
                   17388: 
                   17389: 2002-04-22  paf
                   17390: 
                   17391:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17392:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17393:          src/types/pa_vstring.h: ^string.optimize[]
                   17394: 
                   17395:        * src/: include/pa_globals.h, include/pa_table.h,
                   17396:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17397:          table template
                   17398: 
                   17399:        * src/classes/: string.C: optimize removed from string
                   17400:          .left/right/pos
                   17401: 
                   17402:        * src/main/execute.C: rolled back to
                   17403:          before_killing_userjunction_contexts
                   17404: 
                   17405:        * src/main/execute.C: user junctions context killed
                   17406: 
                   17407:        * src/main/execute.C: junctions to local contexts got
                   17408:          cleanized&checked later
                   17409: 
                   17410: 2002-04-19  paf
                   17411: 
                   17412:        * src/: classes/string.C, include/pa_request.h,
                   17413:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17414:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17415:          prior to .left .right .mid .pos .match when that is profitable,
                   17416:          and always before .replace when $ORIGINS(1) optimization disabled
                   17417:          economy from not wasting mem on lots of strings which occur by
                   17418:          lots of String:mid calls to get parts of source string between
                   17419:          found_occurances
                   17420: 
                   17421:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17422:          ^file:list
                   17423: 
                   17424:        * src/: include/pa_globals.h, include/pa_table.h,
                   17425:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17426:          globalized, not created @ each ^match anymore economy:
                   17427:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17428: 
                   17429:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17430:          removed from each String::match replace iteration, and made
                   17431:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17432: 
                   17433:        * src/doc/footer.htm: 2001,
                   17434: 
                   17435:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17436:          string.match[]['] option enables generation of $match.prematch
                   17437:          .match .postmatch columns
                   17438: 
                   17439:        * src/main/pa_string.C: String::match options analized without
                   17440:          cstr-ing them now
                   17441: 
                   17442:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17443:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17444:          config updated to doxygen 1.2.15, created helper which fixes
                   17445:          minor bugs in chm project files & htm tree.  changed extension to
                   17446:          .htm
                   17447: 
                   17448: 2002-04-18  paf
                   17449: 
                   17450:        * src/doc/doxygen.cfg: .chi generation disabled
                   17451: 
                   17452:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17453:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17454:          fields&methods
                   17455: 
                   17456:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17457:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17458:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17459:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17460:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17461:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17462:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17463:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17464:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17465:          VStateless_class to VObject
                   17466: 
                   17467:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17468:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17469:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17470:          version of VStateless_object
                   17471: 
                   17472:        * src/classes/op.C: ^throw comment param made optional
                   17473: 
                   17474:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17475:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17476:          and implemented down in VClass, fclass_alias removed,
                   17477: 
                   17478:        * src/types/pa_value.C: forced to cut that from .h because of
                   17479:          VStateless_class usage [undefined in .h]
                   17480: 
                   17481:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17482:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17483:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17484:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17485:          on each CALL]
                   17486: 
                   17487:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17488:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17489:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17490:          classes/response.C, classes/string.C, classes/table.C,
                   17491:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17492:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17493:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17494:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17495:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17496:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17497:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17498:          removed Value::fname
                   17499: 
                   17500: 2002-04-17  paf
                   17501: 
                   17502:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17503:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17504:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17505:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17506:          state, PTHROW freshen to throw & co
                   17507: 
                   17508:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17509: 
                   17510:        * src/classes/op.C: taint local result var bug fixed
                   17511: 
                   17512: 2002-04-16  paf
                   17513: 
                   17514:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17515:          Attic asm.txt as most interesting
                   17516: 
                   17517:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17518:          check, preventing content-length: 0 from appearing
                   17519: 
                   17520:        * src/main/execute.C: $result in @main now taken into account as in
                   17521:          usual functions
                   17522: 
                   17523:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17524:          & @unhandled_exception now taken into account as in usual
                   17525:          functions
                   17526: 
                   17527:        * src/doc/postbuild.txt: instructions on post .html build
                   17528: 
                   17529:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17530: 
                   17531:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17532:          tainted
                   17533: 
                   17534:        * src/main/pa_request.C: uri in error log
                   17535: 
                   17536:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17537:          cheched date:create(days) param for validity [later were assumed
                   17538:          valid and crashed on invalid onces]
                   17539: 
                   17540:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17541:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17542:          and used that for removing VString wrapper
                   17543: 
                   17544:        * src/classes/op.C: exception2vhash file now tainted
                   17545: 
                   17546:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17547:          heap
                   17548: 
                   17549:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17550: 
                   17551: 2002-04-15  paf
                   17552: 
                   17553:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17554: 
                   17555:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17556:          functions
                   17557: 
                   17558:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17559:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17560:          started dual write_xxx_lang functions, if checked & works
                   17561: 
                   17562:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17563:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17564:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17565:          unnecessary VString shells
                   17566: 
                   17567:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17568:          prev changes]
                   17569: 
                   17570:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17571:          classes/table.C, include/pa_request.h, main/execute.C,
                   17572:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17573:          StringOrValue wcontext result, now ready for dual writes
                   17574: 
                   17575:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17576:          checked that
                   17577: 
                   17578:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17579:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17580:          changed to OP_WRITE_VALUE in var get cases
                   17581: 
                   17582:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17583:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17584:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17585:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17586:          switch in hash constructor fixed [were problems with using of
                   17587:          stacked wwrapper after it's death]
                   17588: 
                   17589: 2002-04-12  paf
                   17590: 
                   17591:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17592: 
                   17593: 2002-04-11  paf
                   17594: 
                   17595:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17596:          Request::process_internal codeFrame & wwrapper stacked [not
                   17597:          wasting  heap anymore]
                   17598: 
                   17599: 2002-04-10  paf
                   17600: 
                   17601:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17602:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17603:          classes/string.C, classes/table.C, classes/void.C,
                   17604:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17605:          main/pa_string.C: killed Request::process() wrapping
                   17606:          VString(String) in case we need only String
                   17607: 
                   17608:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17609:          killed 8 bytes from String.head
                   17610: 
                   17611: 2002-04-09  paf
                   17612: 
                   17613:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17614:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17615:          local*/char b[...];      a=b; situations
                   17616: 
                   17617:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17618: 
                   17619:        * src/classes/xdoc.C: xslt params fixed
                   17620: 
                   17621:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17622:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17623:          not pool.malloc(MAX_NUMBER) but really neaded
                   17624: 
                   17625:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17626:          int/double.int/double(default)
                   17627: 
                   17628: 2002-04-04  paf
                   17629: 
                   17630:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17631:          [when reconstructing pieces were split by
                   17632:          max_integral(piece.size), thus some strings to replace happen to
                   17633:          be split into two = not replaced)
                   17634: 
                   17635:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17636:          standalone version = current dir
                   17637: 
                   17638:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17639:          current dir
                   17640: 
                   17641: 2002-04-03  paf
                   17642: 
                   17643:        * configure, configure.in: more checks on nonexistent charset
                   17644: 
1.116     moko     17645:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17646: 
                   17647: 2002-04-02  paf
                   17648: 
                   17649:        * src/main/compile.C: parser.compile [exception name more like in
                   17650:          doc]
                   17651: 
                   17652: 2002-04-01  paf
                   17653: 
                   17654:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17655:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17656:          .content-type.charset, not .charset
                   17657: 
                   17658: 2002-03-29  paf
                   17659: 
                   17660:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17661: 
                   17662:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17663:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17664:          days' year.  | 31.05->31.04   roll
                   17665: 
                   17666: 2002-03-28  paf
                   17667: 
                   17668:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17669:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17670:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17671:          ^cache(seconds)    ^cache[date] }
                   17672: 
                   17673:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17674:          param
                   17675: 
                   17676: 2002-03-27  paf
                   17677: 
                   17678:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17679:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17680:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17681:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17682:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17683:          src/classes/xnode.C, src/include/pa_exception.h,
                   17684:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17685:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17686:          src/main/pa_array.C, src/main/pa_charset.C,
                   17687:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17688:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17689:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17690:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17691:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17692:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17693:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17694:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17695:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17696:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17697:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17698:          src/types/pa_wwrapper.h: assigned exception types
                   17699: 
                   17700:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17701:          src/include/pa_request.h, src/main/execute.C,
                   17702:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17703:          just changed name
                   17704: 
                   17705: 2002-03-26  paf
                   17706: 
                   17707:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17708:          fixed
                   17709: 
                   17710:        * src/classes/op.C: forced language of $source field of exception
                   17711:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17712:          of connect
                   17713: 
                   17714:        * operators.txt: removed date.roll limit of +-1 offset
                   17715: 
                   17716:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17717: 
                   17718:        * operators.txt, src/classes/date.C: fixed date roll on
                   17719:          daylightsaving days mktime took into account tm_isdst flag, which
                   17720:          remained from BEFORE roll, but should have been reset
                   17721: 
                   17722: 2002-03-25  paf
                   17723: 
                   17724:        * operators.txt, src/targets/cgi/parser3.C:
                   17725:          http_site_config_filespec
                   17726: 
                   17727:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17728:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17729:          with any/both --disable-foreign-group-files --disable-execs
                   17730: 
                   17731:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17732: 
                   17733:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17734:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17735:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17736:          disables execs also.  introducing --sendmail
1.95      moko     17737: 
                   17738:        * operators.txt: pgsql options comment
                   17739: 
                   17740:        * INSTALL: comment on --disable-link-stdcpp
                   17741: 
1.116     moko     17742:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17743:          libstdc++ link skipping configure option
1.95      moko     17744: 
                   17745:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17746:          with error were put to cache with 'marked_to_rollback' flag, all
                   17747:          consequent even OK requests rolled back
                   17748: 
                   17749: 2002-03-22  paf
                   17750: 
                   17751:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17752:          false return
                   17753: 
                   17754:        * operators.txt: few comments on sets
                   17755: 
                   17756: 2002-03-18  paf
                   17757: 
                   17758:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17759:          src/include/pa_globals.h, src/include/pa_request.h,
                   17760:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17761:          src/main/pa_request.C: introducing ^try
                   17762: 
                   17763:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17764:          types/pa_vdouble.h: removed some tested @tests
                   17765: 
                   17766: 2002-03-15  paf
                   17767: 
                   17768:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17769: 
                   17770: 2002-03-13  paf
                   17771: 
                   17772:        * src/main/pa_exception.C: checked not-pooled malloc
                   17773: 
                   17774: 2002-03-11  paf
                   17775: 
                   17776:        * INSTALL, configure, configure.in,
                   17777:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17778: 
                   17779:        * src/main/pa_common.C: --disable-foreign-group-files
                   17780: 
                   17781:        * INSTALL: --disable-execs
                   17782: 
                   17783:        * src/main/pa_exec.C: --disable-execs
                   17784: 
                   17785:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17786:          --disable-execs
                   17787: 
                   17788:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17789: 
                   17790:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17791:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17792: 
                   17793: 2002-03-05  paf
                   17794: 
                   17795:        * operators.txt, src/classes/date.C: date week calendar columns
                   17796:          named
                   17797: 
                   17798:        * operators.txt, src/classes/date.C: date week calendar columns
                   17799:          named
                   17800: 
                   17801:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17802:          requires headers to be terminated with \r\n manually [refuses to
                   17803:          separate header/body itself]
                   17804: 
                   17805:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17806:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17807: 
                   17808: 2002-03-04  paf
                   17809: 
                   17810:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17811:          in PASS language
                   17812: 
                   17813:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17814:          deserialize checks on broken file
                   17815: 
                   17816:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17817:          parser3isapi.dsp: isapi updated
                   17818: 
                   17819: 2002-03-01  paf
                   17820: 
                   17821:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17822: 
                   17823: 2002-02-28  paf
                   17824: 
                   17825:        * src/main/untaint.C: removed some debug comments
                   17826: 
                   17827:        * src/main/pa_charsets.C: when placing charset to cache using
                   17828:          global name now [were request]
                   17829: 
                   17830:        * configure, configure.in: apache module updated
                   17831: 
                   17832:        * src/main/pa_string.C: origin by first piece preferred before last
                   17833:          piece
                   17834: 
                   17835: 2002-02-27  paf
                   17836: 
                   17837:        * src/main/pa_charset.C: size_t
                   17838: 
                   17839:        * INSTALL: shared/static-xml with-pathlink
                   17840: 
                   17841:        * operators.txt: SMTP comment
                   17842: 
                   17843: 2002-02-26  paf
                   17844: 
                   17845:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17846: 
                   17847:        * src/classes/xnode.C: in some situation, xpath query returned
                   17848:          result with type NODESET, but empty nodeset member field, checked
                   17849:          that
                   17850: 
                   17851: 2002-02-22  paf
                   17852: 
                   17853:        * INSTALL: without-zlib comment
                   17854: 
                   17855:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17856: 
                   17857:        * configure, configure.in: glib###.a detection fixed
                   17858: 
                   17859:        * INSTALL: hashfile removed from INSTALL
                   17860: 
1.116     moko     17861:        * Makefile.am: make update
1.95      moko     17862: 
                   17863:        * src/main/pa_string.C: string iterators fixed again, so were
                   17864:          String::join_chain
                   17865: 
                   17866:        * src/main/pa_string.C: string iterators fixed again, so were
                   17867:          String::join_chain
                   17868: 
                   17869:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17870:          fixed again, so were String::join_chain
                   17871: 
                   17872:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17873: 
                   17874:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17875:          "session"
                   17876: 
1.116     moko     17877:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17878:          --with-shared-xml --with-static-xml
1.95      moko     17879: 
                   17880:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17881:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17882:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17883:          xalan&xml
                   17884: 
                   17885:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17886: 
                   17887:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17888:          src/types/types.dsp: removed hashfile support from sources for
                   17889:          now
                   17890: 
1.116     moko     17891:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17892:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17893:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17894:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17895:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17896:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17897:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17898:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17899:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17900: 
                   17901: 2002-02-21  paf
                   17902: 
                   17903:        * src/main/untaint.C: removed debug code, activated commented-for
                   17904:          debug parts
                   17905: 
1.116     moko     17906:        * Makefile.am: make cvsupdate
1.95      moko     17907: 
                   17908:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17909:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17910:          append_row, not at link zero now string to string appending works
                   17911: 
                   17912: 2002-02-20  paf
                   17913: 
                   17914:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17915:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17916:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17917: 
                   17918:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17919:          economy: 22%
                   17920: 
                   17921:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17922:          space uptimized: string::link_row removed
                   17923: 
                   17924:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17925:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17926:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17927:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17928: 
                   17929:        * operators.txt, src/include/pa_common.h,
                   17930:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17931:          src/include/pa_types.h, src/main/compile.tab.C,
                   17932:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17933:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17934:          string append optimiziation idea and estimates
                   17935: 
                   17936: 2002-02-19  paf
                   17937: 
                   17938:        * src/classes/math.C: not used directly [but erroreously reported
                   17939:          that 'is', thus registering twice&other probs]
                   17940: 
                   17941:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17942:          to node [element]
                   17943: 
                   17944:        * src/main/compile.C: without string_origins parse error
                   17945:          file+line+col possible
                   17946: 
                   17947:        * src/main/: compile.C: without string_origins not worked
                   17948: 
                   17949: 2002-02-18  paf
                   17950: 
                   17951:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   17952:          trick i've installed into double::as_string
                   17953: 
                   17954:        * src/main/pa_globals.C: extern "C" was removed too fast
                   17955: 
                   17956:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17957:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17958:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   17959:          with string/nonstring values, now in expressions double/int
                   17960:          values are passed as-is, without stupid tostring/fromstring
                   17961:          conversions
                   17962: 
                   17963:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   17964:          __cplusplus } #endif
                   17965: 
                   17966:        * src/main/compile.tab.C: bison env set so one could compile
                   17967:          without cygwin installed
                   17968: 
                   17969:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17970:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   17971:          gnome xml libs parser .dsp-s changed accordingly
                   17972: 
                   17973:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   17974: 
                   17975:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   17976:          with backward comp
                   17977: 
                   17978:        * src/classes/math.C: math:random range check fixed
                   17979: 
                   17980:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   17981: 
                   17982:        * INSTALL: local install comment
                   17983: 
1.116     moko     17984:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     17985: 
1.116     moko     17986:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   17987:          src/include/pa_config_auto.h.in,
                   17988:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   17989:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     17990: 
                   17991:        * operators.txt: \ comment
                   17992: 
                   17993: 2002-02-13  paf
                   17994: 
                   17995:        * src/include/pa_config_includes.h: sys/time time both included
                   17996:          now.  vaguely remember confilicts on this on some system [not on
                   17997:          six|ablv] so when would see them again would think up proper
                   17998:          check
                   17999: 
1.116     moko     18000:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18001:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18002: 
                   18003:        * src/main/pa_common.C: truncation never occured when writing files
                   18004:          on unix [since i've changed cache mech] fix
                   18005: 
                   18006:        * src/main/pa_common.C: strnchr: sanity check added
                   18007: 
                   18008:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18009: 
                   18010:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18011:          baltic charset file generated, in generation script ispunct check
                   18012:          added
                   18013: 
                   18014: 2002-02-08  paf
                   18015: 
1.116     moko     18016:        * src/: include/Makefile.am, sql/Makefile.am,
                   18017:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18018: 
                   18019:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18020:          forgotten
                   18021: 
                   18022:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18023: 
                   18024:        * INSTALL, README: install&others updated
                   18025: 
                   18026:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18027: 
1.116     moko     18028:        * Makefile.am, configure, configure.in,
                   18029:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18030:          src/classes/Makefile.am, src/main/Makefile.am,
                   18031:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18032:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18033:          works
1.95      moko     18034: 
                   18035:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18036:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18037:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18038:          classes/math.C, classes/op.C, classes/response.C,
                   18039:          classes/string.C, classes/table.C, classes/void.C,
                   18040:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18041:          include/pa_array.h, include/pa_cache_managers.h,
                   18042:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18043:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18044:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18045:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18046:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18047:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18048:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18049:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18050:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18051:          include/pa_stack.h, include/pa_string.h,
                   18052:          include/pa_stylesheet_connection.h,
                   18053:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18054:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18055:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18056:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18057:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18058:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18059:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18060:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18061:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18062:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18063:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18064:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18065:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18066:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18067:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18068:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18069:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18070:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18071:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18072:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18073:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18074:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18075:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18076:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18077:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18078:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18079:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18080:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18081:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18082:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18083:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18084:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18085:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18086: 
                   18087:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18088:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18089:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18090:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18091:          classes/string.C, classes/table.C, classes/void.C,
                   18092:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18093:          include/pa_array.h, include/pa_cache_managers.h,
                   18094:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18095:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18096:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18097:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18098:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18099:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18100:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18101:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18102:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18103:          include/pa_stack.h, include/pa_string.h,
                   18104:          include/pa_stylesheet_connection.h,
                   18105:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18106:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18107:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18108:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18109:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18110:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18111:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18112:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18113:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18114:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18115:          main/pa_status_provider.C, main/pa_string.C,
                   18116:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18117:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18118:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18119:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18120:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18121:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18122:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18123:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18124:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18125:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18126:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18127:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18128:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18129:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18130:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18131:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18132:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18133:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18134:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18135:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18136:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18137:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18138: 
                   18139: 2002-02-07  paf
                   18140: 
                   18141:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18142: 
1.116     moko     18143:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18144:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18145:          added yet another locking function: fcntl
1.95      moko     18146: 
                   18147:        * config.sub: on cygwin configure passes it with strange i1586
                   18148:          const, hacked it to mean i586
                   18149: 
                   18150:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18151:          disabled $if reference due to conflicts with local variables
                   18152: 
                   18153:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   18154:          xdoc::set obsolete now, now xdoc::create, with both sences
                   18155: 
                   18156:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18157:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18158:          table::create now // 'set' name obsolete now table clone.
                   18159: 
                   18160:        * operators.txt, src/classes/string.C,
                   18161:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   18162:          ^int/double/string.format now can be called with normal []
                   18163:          brackets, not stupid {} as it were implemented for some strange
                   18164:          reason.  retaining backward compatibility due to some
                   18165:          already-implemented servers
                   18166: 
                   18167:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   18168:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   18169:          operators now detected by check at name_without_curly_rdive_read
                   18170:          rule whether diving code constists only of
                   18171:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   18172:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   18173:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   18174: 
                   18175: 2002-02-06  paf
                   18176: 
                   18177:        * configure, configure.in: prefix expanded, grr
                   18178: 
                   18179:        * operators.txt, src/classes/mail.C: mail:send config changed
                   18180: 
                   18181: 2002-02-05  paf
                   18182: 
                   18183:        * operators.txt: regex options commented
                   18184: 
                   18185:        * src/main/: pa_exec.C: argv0 now correct
                   18186: 
                   18187:        * src/types/pa_vstatus.C: status:rusage 3
                   18188: 
                   18189:        * src/types/pa_vstatus.C: status:rusage 2
                   18190: 
                   18191:        * operators.txt: status:rusage described int operators
                   18192: 
                   18193:        * src/types/pa_vstatus.C: status:rusage 1
                   18194: 
                   18195:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   18196:          src/types/types.dsp: status:rusage
                   18197: 
                   18198:        * configure.in, operators.txt, src/classes/file.C,
                   18199:          src/classes/op.C, src/include/pa_common.h,
                   18200:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   18201:          src/main/pa_common.C: rewritten ^cache to use
                   18202:          non-blocking-exclusive-caches
                   18203: 
                   18204:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   18205:          [speed impact. was off for debugging purpose, but forgotten
                   18206:          afterwards]
                   18207: 
                   18208: 2002-02-01  paf
                   18209: 
                   18210:        * src/classes/op.C: file_write does EX lock after create, while
                   18211:          file_read does SH after open, so there's a moment after create
                   18212:          but before EX lock when read can sneak into, and read
                   18213:          just-created-for-writing-and-not-yet-locked file, added a check
                   18214:          for that in ^cache...read
                   18215: 
                   18216: 2002-01-31  paf
                   18217: 
                   18218:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   18219:          ^xxx:
                   18220: 
                   18221:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   18222:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   18223: 
                   18224:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   18225:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   18226:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   18227:          operators check 6.1 rewritten. now check is done at compile time
                   18228: 
                   18229:        * src/main/execute.C: operators check 5 floated up old error of
                   18230:          staying in 'entered class/object' state after $a($a..) it
                   18231:          prevented operators from being called thereafter
                   18232: 
                   18233:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18234:          main/execute.C: operators check 4 floated up old error of staying
                   18235:          in 'entered object' state after ^a.a(a) it prevented operators
                   18236:          from being called thereafter
                   18237: 
                   18238:        * src/main/execute.C: operators check 3 floated up old error of
                   18239:          staying in 'entered class' state after $a:a(a) it prevented
                   18240:          operators from being called thereafter
                   18241: 
                   18242:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   18243:          floated up old error of staying in 'entered class' state after
                   18244:          $a:a[a] it prevented operators from being called thereafter
                   18245: 
                   18246:        * src/main/execute.C: operators check, thay mistakenly seen in
                   18247:          $class:operator   $object.operators contexts
                   18248: 
                   18249:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   18250:          win32
                   18251: 
1.116     moko     18252:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   18253:          src/classes/Makefile.am, src/main/Makefile.am,
                   18254:          src/targets/cgi/Makefile.am,
1.95      moko     18255:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     18256:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     18257: 
1.116     moko     18258:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   18259:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   18260:          configure, configure.in, form.txt, ident.awk, install-sh,
                   18261:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   18262:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     18263:          etc/parser3.charsets/Makefile.am,
                   18264:          etc/parser3.charsets/koi8-r.cfg,
                   18265:          etc/parser3.charsets/windows-1250.cfg,
                   18266:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     18267:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   18268:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   18269:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   18270:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     18271:          straightened installation scripts procedure made
                   18272:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   18273:          change
                   18274: 
                   18275: 2002-01-30  paf
                   18276: 
                   18277:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   18278:          removed] those comments were a mistake, and prevented libltdl
                   18279:          from function properly
                   18280: 
                   18281: 2002-01-29  paf
                   18282: 
1.116     moko     18283:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   18284:          creation [modified acinclude.m4 which were creating int into just
                   18285:          assignment LIBTOOL=../libtool] added default system
                   18286:          config&charsetts prepared 'make install', now it installs
                   18287:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   18288:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     18289:          $sysconfdir/parser3.charsets respectively
                   18290: 
                   18291:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   18292:          main/pa_globals.C: few forgotten ifdef XML added
                   18293: 
                   18294: 2002-01-28  paf
                   18295: 
1.116     moko     18296:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     18297:          removed
                   18298: 
                   18299:        * src/main/pa_exception.C: dom|generic error output fix
                   18300: 
                   18301:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   18302: 
                   18303:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   18304: 
                   18305:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   18306:          [fixed as_node helper func to accept docs]
                   18307: 
                   18308:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   18309:          xdoc.importNode 0
                   18310: 
                   18311:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   18312: 
                   18313: 2002-01-25  paf
                   18314: 
                   18315:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   18316:          @SPECIAL now works OK
                   18317: 
                   18318:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   18319: 
                   18320:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   18321:          violation that added
                   18322: 
                   18323:        * src/classes/hash.C: unified  hash::sql, now
                   18324:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   18325: 
                   18326:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18327:          ^file:lock[filename]{code}
                   18328: 
                   18329:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   18330:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   18331:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   18332:          to some pa_common funcs
                   18333: 
                   18334:        * src/: include/pa_charset.h, main/pa_globals.C:
                   18335:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   18336: 
                   18337:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18338:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   18339:          not stupid illegal define
                   18340: 
                   18341: 2002-01-24  paf
                   18342: 
                   18343:        * src/include/pa_version.h: changed version number
                   18344: 
                   18345:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18346:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18347:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18348:          main/pa_db_connection.C, main/pa_db_table.C,
                   18349:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   18350:          hashfile without logfiles
                   18351: 
                   18352:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18353:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   18354:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   18355:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   18356:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   18357:          cluttered disk without huge need]
                   18358: 
                   18359:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18360:          handy macro, which is strangly abscent in dome lib
                   18361: 
                   18362:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18363: 
                   18364:        * src/classes/xdoc.C: checked empty response
                   18365: 
                   18366:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18367:          /, not self node]
                   18368: 
                   18369:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18370:          case 'nothing found' returns empty array
                   18371: 
                   18372:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18373:          be more tender with ctrl/c/v
                   18374: 
                   18375: 2002-01-23  paf
                   18376: 
                   18377:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18378:          substituted.         // 2. when dom tree with entites goes under
                   18379:          transform text nodes        // got [erroreosly] cut on first
                   18380:          entity occurance
                   18381: 
                   18382:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18383:          twice-converting
                   18384: 
                   18385:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18386:          'e' in output this is for regretful twice-converting here:
                   18387:          $a(double value) when they write double falue  they convert it to
                   18388:          string first, thus %g were losing precesion.
                   18389: 
                   18390:          todo: think up some way to remove double->string string->double
                   18391:          twice-converting
                   18392: 
                   18393:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18394:          %.20E now default float format this is for regretful
                   18395:          twice-converting here: $a(double value) when they write double
                   18396:          falue  they convert it to string first, thus %g were losing
                   18397:          precesion.
                   18398: 
                   18399:          todo: think up some way to remove double->string string->double
                   18400:          twice-converting
                   18401: 
                   18402:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18403:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18404:          reasons in comment inside
                   18405: 
                   18406:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18407:          statically linked]
                   18408: 
                   18409:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18410:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18411:          not needed anymore 2. there were a conflict[causing errors]
                   18412:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18413:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18414:          ctor(, va_list) which, of course, caused gpf
                   18415: 
                   18416:        * src/main/pa_globals.C: removed debug xslt messages
                   18417: 
                   18418: 2002-01-22  paf
                   18419: 
                   18420:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18421:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18422:          helps compiling stylesheet properly.  example: this refused to
                   18423:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18424:          />&raquo;</b> stranly worked only this way:
                   18425:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18426: 
                   18427:          docs says "set it to 1", never going into details, so I decided
                   18428:          to try NOT to do that
                   18429: 
                   18430:        * src/classes/table.C: join behaived badly in case named tables
                   18431:          structure mismatched: 0 strings sneaked into dest failing
                   18432:          afterwards.  replaced them with empty strings
                   18433: 
                   18434: 2002-01-21  paf
                   18435: 
                   18436:        * src/main/pa_charset.C: checked empty transcoders in
                   18437:          transcode_cstr|buf
                   18438: 
                   18439:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18440: 
                   18441:        * src/classes/xdoc.C: transform error source now
                   18442:          stylesheet_filespec
                   18443: 
1.116     moko     18444:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18445:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18446:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18447:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18448:          gnome
1.95      moko     18449: 
                   18450:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18451:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18452:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18453:          xslt generic error 1
                   18454: 
                   18455:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18456:          xml generic message 1
                   18457: 
                   18458:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18459:          headline
                   18460: 
                   18461:        * src/: include/pa_array.h, include/pa_globals.h,
                   18462:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18463:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18464:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18465:          errors 0
                   18466: 
                   18467: 2002-01-16  paf
                   18468: 
                   18469:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18470:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18471:          include/pa_db_connection.h, include/pa_request.h,
                   18472:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18473:          include/pa_stylesheet_connection.h,
                   18474:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18475:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18476:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18477:          stylesheet_connection auto destroyers to remaining gnome objects
                   18478: 
                   18479:        * src/classes/xdoc.C: few comments
                   18480: 
                   18481: 2002-01-15  paf
                   18482: 
                   18483:        * src/classes/xdoc.C: xdoc   file   save   string
                   18484: 
                   18485:          ready.  todo: error handling
                   18486: 
                   18487:        * src/classes/xdoc.C: xdoc save rewritten using
                   18488:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18489:          result
                   18490: 
                   18491:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18492:          started output options parsing
                   18493: 
                   18494: 2002-01-14  paf
                   18495: 
                   18496:        * src/classes/xdoc.C: method
                   18497: 
                   18498:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18499:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18500:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18501:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18502:          xslt transform0.  TODO:   use output options   handle errors
                   18503: 
                   18504:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18505: 
                   18506: 2002-01-11  paf
                   18507: 
                   18508:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18509:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18510:          partial logical && || evaluation
                   18511: 
                   18512:        * src/classes/xnode.C: xpath selectNodes
                   18513: 
                   18514:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18515:          string/number/bool
                   18516: 
                   18517:        * src/classes/xnode.C: xpath selectNode 2
                   18518: 
                   18519:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18520:          xpath selectNode 1
                   18521: 
                   18522: 2002-01-10  paf
                   18523: 
                   18524:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18525: 
                   18526:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18527:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18528:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18529:          refcounter]
                   18530: 
                   18531: 2001-12-29  paf
                   18532: 
                   18533:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18534:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18535:          glib works 0
                   18536: 
                   18537: 2001-12-28  paf
                   18538: 
                   18539:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18540:          main/pa_exception.C: started glib transcoders
                   18541: 
                   18542:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18543: 
                   18544:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18545:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18546:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18547:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18548:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18549:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18550:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18551:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18552: 
                   18553: 2001-12-27  paf
                   18554: 
                   18555:        * src/: include/pa_charset.h, include/pa_common.h,
                   18556:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18557:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18558:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18559:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18560:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18561:          from xalan&xerces, started the process.  globals [initialization
                   18562:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18563:          calls
                   18564: 
                   18565:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18566:          anymore
                   18567: 
                   18568: 2001-12-26  paf
                   18569: 
                   18570:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18571:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18572:          key globalized [bug]
                   18573: 
                   18574: 2001-12-25  paf
                   18575: 
                   18576:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18577:          main/pa_string.C: table set & append changed splitting languages,
                   18578:          separators now can be clean AND as-is same to mail command line
                   18579:          $MAIN:MAIL.progX arguments
                   18580: 
                   18581: 2001-12-24  paf
                   18582: 
                   18583:        * src/classes/mail.C: one parted text messages - no multipart
                   18584:          mime-type anymore.  for convinient if $.attach-ments
                   18585: 
                   18586:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18587:          main/pa_string.C: read from cache size check updated
                   18588: 
                   18589:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18590: 
                   18591: 2001-12-21  paf
                   18592: 
                   18593:        * src/classes/date.C: date:sql-string now returns localtime
                   18594: 
                   18595:        * src/main/pa_request.C: $result in @main actually not working, to
                   18596:          hell with it for now
                   18597: 
                   18598:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18599:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18600:          @postprocess @exception
                   18601: 
                   18602:        * src/main/execute.C: junction evaluation canceled - endless
                   18603:          recursion detected
                   18604: 
                   18605: 2001-12-19  paf
                   18606: 
                   18607:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18608:          intermediate
                   18609: 
                   18610:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18611: 
                   18612:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18613: 
                   18614:        * src/classes/op.C: ^cache keypath now relative
                   18615: 
                   18616:        * src/classes/mail.C: changed weighting prior to sort
                   18617: 
                   18618:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18619:          were missing
                   18620: 
                   18621: 2001-12-17  paf
                   18622: 
                   18623:        * src/main/pa_charset.C: ifndef XML were bad type
                   18624: 
                   18625:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18626:          outdated unset services_pool
                   18627: 
                   18628:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18629:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18630:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18631: 
                   18632:        * src/main/untaint.C: allowed space in filespec
                   18633: 
                   18634:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18635: 
                   18636:        * src/classes/image.C: no govno
                   18637: 
                   18638:        * src/classes/image.C: govno
                   18639: 
                   18640: 2001-12-16  paf
                   18641: 
                   18642:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18643: 
                   18644:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18645:          charset_connection&manager replaced by charset&charsets
                   18646: 
                   18647:        * src/main/pa_charset.C: name_cstr 0
                   18648: 
                   18649:        * src/main/untaint.C: uri lang now knows about client/source
                   18650:          charsets
                   18651: 
                   18652:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18653:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18654:          include/pa_array.h, include/pa_cache_managers.h,
                   18655:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18656:          include/pa_common.h, include/pa_db_connection.h,
                   18657:          include/pa_db_manager.h, include/pa_db_table.h,
                   18658:          include/pa_dictionary.h, include/pa_exception.h,
                   18659:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18660:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18661:          include/pa_sapi.h, include/pa_socks.h,
                   18662:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18663:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18664:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18665:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18666:          main/pa_charset.C, main/pa_charset_connection.C,
                   18667:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18668:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18669:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18670:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18671:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18672:          types/types.dsp: introducing Charset
                   18673: 
                   18674: 2001-12-14  paf
                   18675: 
                   18676:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18677:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18678:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18679:          uri lang
                   18680: 
                   18681:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18682: 
                   18683:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18684: 
                   18685:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18686:          defalts_name global
                   18687: 
                   18688:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18689:          include/pa_request.h, main/main.dsp,
                   18690:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18691:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18692:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18693:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18694:          changed charset model.  now important: $request:charset
                   18695:          $response:charset while $response:content-type.charset become
                   18696:          unimportant [informational]
                   18697: 
                   18698: 2001-12-13  paf
                   18699: 
                   18700:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18701: 
                   18702:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18703:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18704:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18705:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18706:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18707:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18708: 
                   18709:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18710:          auto_ptr part other way, because of stupid gcc 2.96
                   18711:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18712:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18713:          FormatterListener] /usr/include/g++-3/memory:48:
                   18714:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18715:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18716: 
                   18717:        * src/classes/xdoc.C: removed extra inc
                   18718: 
                   18719:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18720: 
                   18721:        * src/include/pa_types.h: msvc head debugging flag
                   18722: 
                   18723:        * src/classes/xdoc.C: freed up listener
                   18724: 
                   18725:        * src/classes/string.C: change msg '... code is not code'
                   18726: 
                   18727:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18728:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18729:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18730:          [past/future prob]
                   18731: 
                   18732:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18733:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18734:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18735:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18736: 
                   18737:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18738:          main/pa_string.C: removed signed mismatch warnings
                   18739: 
                   18740:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18741:          'expires' from header outputs
                   18742: 
                   18743:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18744:          row ptr
                   18745: 
                   18746:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18747:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18748: 
                   18749:        * src/classes/xdoc.C: lang list updated
                   18750: 
                   18751: 2001-12-10  paf
                   18752: 
                   18753:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18754: 
                   18755:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18756:          erase files like that, knowing their full name introducing   //
                   18757:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18758:          // they would yield the same    // because
                   18759:          need_file_encode('_')=false  // but we need to delete such files
                   18760:          somehow, getting names from ^index
                   18761: 
                   18762:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18763:          string::join_chank break]
                   18764: 
                   18765: 2001-12-07  paf
                   18766: 
                   18767:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18768:          include/pa_common.h, include/pa_config_auto.h.in,
                   18769:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18770:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18771:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18772:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18773: 
                   18774:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18775:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18776:             lduh  [ %i2 + 1 ], %l0
                   18777: 
                   18778:          bus error, fixed that
                   18779: 
                   18780:        * src/main/pa_string.C: strange string deserialize bug on
                   18781:          client[pmts], a bit shortened,
                   18782: 
                   18783:        * src/include/pa_config_auto.h.in: makes
                   18784: 
                   18785:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18786:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18787:          file write shared lock file read
                   18788: 
                   18789:        * src/: classes/op.C, include/pa_common.h,
                   18790:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18791: 
                   18792: 2001-12-06  paf
                   18793: 
                   18794:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18795:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18796: 
                   18797:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18798:          info
                   18799: 
                   18800:        * src/classes/hashfile.C: removed transaction from ^cache
                   18801: 
                   18802: 2001-12-05  paf
                   18803: 
                   18804:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18805:          IIS5 there were a prob with illegal call check
                   18806: 
                   18807: 2001-12-04  paf
                   18808: 
                   18809:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18810:          main/pa_request.C: measures to log
                   18811: 
                   18812: 2001-11-23  paf
                   18813: 
                   18814:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18815:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18816:          types/pa_vhashfile.C: merged from _0014, 1
                   18817: 
                   18818:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18819:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18820:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18821:          ^cache(33) would change
                   18822: 
                   18823:          0660 bits in file_write & hashfile create
                   18824: 
                   18825:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18826:          after pa_string optimization]
                   18827: 
                   18828: 2001-11-22  paf
                   18829: 
                   18830:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18831:          table.offset[whence]
                   18832: 
                   18833:        * src/classes/op.C: process cstr(,connection)
                   18834: 
                   18835:        * src/classes/op.C: process now gets its body on current language,
                   18836:          not as-is
                   18837: 
                   18838:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18839: 
                   18840:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18841:          bit
                   18842: 
1.116     moko     18843:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18844: 
                   18845: 2001-11-21  paf
                   18846: 
                   18847:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18848:          <xsl:output output options made identical to xsl:output
                   18849:          attributes exclusion:    cdata-section-elements what xalan can do
                   18850:          but that not used now:    it can escape and remove CDATA sections
                   18851: 
                   18852:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18853:          produced by xslt
                   18854: 
                   18855:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18856: 
                   18857:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18858: 
                   18859:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18860:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18861:          default language for {code}, it happen to change it's language
                   18862:          from CLEAN, so later refused to split by CLEAN \t
                   18863: 
                   18864: 2001-11-20  paf
                   18865: 
1.116     moko     18866:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18867:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18868:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18869:          line numbering in table::sql
                   18870: 
                   18871: 2001-11-19  paf
                   18872: 
                   18873:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18874:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18875:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18876:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18877:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18878:          at wcontext.write
                   18879: 
1.116     moko     18880:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18881:          _set_new_handler
                   18882: 
1.116     moko     18883:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18884:          set_new_handler in apache&isapi
1.95      moko     18885: 
                   18886: 2001-11-16  paf
                   18887: 
                   18888:        * src/targets/cgi/parser3.C: pool debug @ die
                   18889: 
                   18890:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18891:          removed 8 bytes from String, 2 bytes from
                   18892:          string::chunk::row::item
                   18893: 
                   18894:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18895: 
                   18896:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18897:          types/pa_vstring.C: removed 1+4 bytes from String
                   18898: 
                   18899:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18900:          0
                   18901: 
                   18902:        * src/: include/pa_globals.h, include/pa_string.h,
                   18903:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18904:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18905:          targets/cgi/parser3.C: introducing estimating
                   18906:          String::cstr_bufsize, 0
                   18907: 
                   18908:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18909: 
                   18910:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18911: 
                   18912:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18913:          include/pa_pool.h: die in pool::fail
                   18914: 
                   18915: 2001-11-15  paf
                   18916: 
                   18917:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18918:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18919:          dynamic buffer re-back now with counter
                   18920: 
                   18921:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18922:          static buffer back
                   18923: 
                   18924:        * src/targets/cgi/parser3.C: std::
                   18925: 
                   18926:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18927:          include/pa_config_includes.h: setnewhandler check
                   18928: 
1.116     moko     18929:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18930: 
                   18931:        * src/targets/cgi/parser3.C: set_new_handler started
                   18932: 
                   18933: 2001-11-14  paf
                   18934: 
                   18935:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18936:          was wrong
                   18937: 
                   18938:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18939:          was wrong
                   18940: 
                   18941:        * src/main/pa_request.C: z
                   18942: 
                   18943:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   18944:          full returns win32 -1 solaris >buffer_size
                   18945: 
                   18946:          checked all that
                   18947: 
                   18948:        * src/classes/op.C: ^untaint{body} as-is default now
                   18949: 
                   18950:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18951:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   18952:          with no_bad_constructors_try
                   18953: 
                   18954:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18955:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   18956:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   18957:          $bred[^int::int[]]
                   18958: 
                   18959:          now VObject creation moved into overriden
                   18960:          VClass::create_new_value, thus 0 from create_new_value means that
                   18961:          class has no ctors
                   18962: 
                   18963: 2001-11-13  paf
                   18964: 
                   18965:        * src/classes/classes.C: returned accedently removed if in foreach
                   18966:          callbacks [when hash no-0-restructure]
                   18967: 
                   18968: 2001-11-12  paf
                   18969: 
                   18970:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   18971:          passed as-is to method, xalan makes & into &amp; itself
                   18972: 
                   18973:        * src/classes/date.C: date.roll parser2 alg used
                   18974: 
                   18975:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   18976:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18977:          main/pa_dictionary.C, main/pa_hash.C,
                   18978:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   18979:          now does not containt 0 values. put 0 actullay removes.  no check
                   18980:          on 0 value in foreach now required
                   18981: 
                   18982: 2001-11-11  paf
                   18983: 
                   18984:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   18985: 
                   18986:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   18987: 
                   18988:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   18989:          driver initialize not const
                   18990: 
                   18991: 2001-11-10  paf
                   18992: 
                   18993:        * src/main/pa_exec.C: doc
                   18994: 
                   18995: 2001-11-09  paf
                   18996: 
                   18997:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   18998:          param properly
                   18999: 
                   19000:        * src/classes/string.C: string.save now does untainting before
                   19001:          saving
                   19002: 
                   19003:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19004:          still cstr oriented]
                   19005: 
                   19006:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19007:          line endings fixing got rid of cstr, now must work ok with post
                   19008:          multipart
                   19009: 
                   19010:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19011:          not file  also now
                   19012: 
                   19013: 2001-11-08  paf
                   19014: 
                   19015:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19016:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19017:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19018:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19019:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19020:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19021:          call virtual from second parent]
                   19022: 
1.116     moko     19023:        * src/: include/pa_common.h, main/Makefile.am,
                   19024:          targets/cgi/pa_pool.C: makes
1.95      moko     19025: 
                   19026:        * src/: include/pa_request.h, main/pa_request.C,
                   19027:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19028:          'status' class enabler
                   19029: 
                   19030:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   19031: 
                   19032:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19033:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19034:          include/pa_stylesheet_manager.h, main/main.dsp,
                   19035:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19036:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19037:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19038:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19039:          todo: apache 'status' class enabler
                   19040: 
                   19041: 2001-11-05  paf
                   19042: 
                   19043:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19044:          debug to normal
                   19045: 
                   19046:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19047:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19048:          check cleaned cache items manually. few more checks.
                   19049: 
                   19050:          expiring to 0 time was wrong, changed to 'now' time
                   19051: 
                   19052:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19053:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19054:          on apache already done :)
                   19055: 
                   19056:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19057:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19058:          cache items manually
                   19059: 
                   19060:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19061:          parser_multithreaded check was wrong
                   19062: 
                   19063:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19064:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19065:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19066:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19067:          classes/string.C, classes/table.C, classes/void.C,
                   19068:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19069:          include/pa_array.h, include/pa_charset_connection.h,
                   19070:          include/pa_charset_manager.h, include/pa_common.h,
                   19071:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19072:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19073:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19074:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19075:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19076:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19077:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19078:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19079:          include/pa_stack.h, include/pa_string.h,
                   19080:          include/pa_stylesheet_connection.h,
                   19081:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19082:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19083:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19084:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19085:          main/pa_charset_manager.C, main/pa_common.C,
                   19086:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19087:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19088:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19089:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19090:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19091:          main/pa_status_provider.C, main/pa_string.C,
                   19092:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19093:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19094:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19095:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19096:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19097:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19098:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19099:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19100:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19101:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19102:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19103:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19104:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19105:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19106:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19107:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19108:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19109:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19110:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19111:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19112:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19113:          $status:db fixed used not initialized in db_connection & db_table
                   19114: 
                   19115:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19116:          $status:charset
                   19117: 
                   19118:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19119:          include/pa_stylesheet_connection.h,
                   19120:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19121:          types/pa_vstatus.h: $status:stylesheet
                   19122: 
                   19123:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19124:          include/pa_request.h, include/pa_sql_connection.h,
                   19125:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19126:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19127:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19128:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19129:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19130:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19131: 
                   19132: 2001-11-01  paf
                   19133: 
                   19134:        * src/include/pa_config_auto.h.in: makes
                   19135: 
                   19136:        * src/main/pa_hash.C: removed old extra include
                   19137: 
                   19138:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19139:          checks [for hp, there are such in math.h]
                   19140: 
                   19141:        * src/classes/op.C: ^for endless loop check strightened
                   19142: 
                   19143:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19144:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19145:          co can use r.root to write their i & key,value there
                   19146: 
                   19147:        * src/classes/op.C: detected for var storage bug, fixed.
                   19148:          todo:foreach
                   19149: 
                   19150:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19151:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   19152:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   19153:          changing of hash inside of foreach
                   19154: 
                   19155:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   19156:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   19157:          were hash.foreach
                   19158: 
                   19159:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   19160:          types/pa_vstring.C, types/pa_vstring.h:
                   19161:          ^foreach[key|value]{body}[[separator]|{separator}]
                   19162: 
                   19163:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   19164:          types/pa_vcookie.C: ^hash.delete[key]
                   19165: 
                   19166: 2001-10-31  paf
                   19167: 
                   19168:        * src/main/: compile.C, pa_common.C: completely empty file now
                   19169:          considered "read", not ignored [not perfect trick used]
                   19170: 
                   19171:        * src/main/pa_common.C: simplier common ifdefs
                   19172: 
                   19173:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   19174: 
                   19175:        * src/main/pa_db_connection.C: z
                   19176: 
                   19177:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   19178:          lockdetector flags
                   19179:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   19180: 
                   19181:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   19182:          from accidental show [imagine user forgot @exception]
                   19183: 
                   19184:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   19185: 
                   19186:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   19187:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   19188:          main/pa_common.C: ^string.save[[append;]path]
                   19189: 
                   19190:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19191:          main/execute.C: \ in expression: int divide 10/3=3
                   19192: 
                   19193:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   19194:          inside of ^cache
                   19195: 
                   19196:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   19197:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   19198:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   19199:          needed
                   19200: 
                   19201: 2001-10-30  paf
                   19202: 
                   19203:        * src/: classes/classes.dsp, main/main.dsp,
                   19204:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19205:          types/types.dsp: enabled debug incremental compile
                   19206: 
                   19207:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19208:          form post data line endings not reformatted now.
                   19209: 
                   19210:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   19211:          now required [had bug when file= has no value]
                   19212: 
                   19213:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   19214:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   19215:          cstr(asis) default param removed
                   19216: 
                   19217:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   19218: 
                   19219:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   19220: 
                   19221:        * src/include/pa_dir.h: LOAD_DIR fixed
                   19222: 
                   19223:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   19224:          was broken} fix_line_breaks
                   19225: 
                   19226:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   19227:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   19228:          packed with #pragma pack
                   19229: 
1.116     moko     19230:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     19231: 
                   19232: 2001-10-29  paf
                   19233: 
                   19234:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   19235: 
                   19236:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   19237:          string hash.puts
                   19238: 
                   19239:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   19240: 
                   19241:        * src/include/pa_sql_connection.h: there were one wrong
                   19242:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   19243: 
                   19244:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   19245:          param.someday either ifdef or remove it
                   19246: 
                   19247:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   19248: 
                   19249:        * src/main/untaint.C: optimizing returned after debugging
                   19250: 
                   19251:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19252:          main/untaint.C: memory hunging #pragma pack(1)
                   19253: 
                   19254:          16 419 844 13 169 394
                   19255: 
                   19256:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19257:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   19258:          places [todo:Array]
                   19259: 
                   19260:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   19261:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   19262:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   19263: 
                   19264:          total 5 652 652/158731 total 5 469 332/158731
                   19265: 
                   19266:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   19267:          Array:: without cache in get/put now
                   19268: 
                   19269:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   19270:          18:25:27 2001] total 5 652 652/158731
                   19271: 
                   19272:        * src/: include/pa_string.h, main/pa_string.C,
                   19273:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   19274:          now
                   19275: 
                   19276:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   19277:          18:11:53 2001] total 5796092/158731
                   19278: 
                   19279:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   19280:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   19281:          key ref now
                   19282: 
                   19283:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   19284:          17:11:17 2001] total 16867948/202658
                   19285: 
                   19286:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   19287:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   19288:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19289:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   19290:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   19291:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   19292:          string::as_int/double now usually uses stack, not heap [200K out
                   19293:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   19294: 
                   19295:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   19296:          hiding bug]
                   19297: 
                   19298:        * src/Makefile.am: .am order
                   19299: 
                   19300:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   19301:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19302:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   19303:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19304:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   19305:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   19306:          required "friend class"
                   19307: 
                   19308:          ../include/pa_request.h:51: friend declaration requires
                   19309:          class-key, i.e. `friend    class Temp_lang'
                   19310: 
                   19311:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   19312:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   19313:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   19314: 
                   19315:          the idea is to #1 jump to C++ some function to main body, where
                   19316:          every function stack frame has exception unwind information and
                   19317:          from there... #2 propagate_exception()
                   19318: 
                   19319: 2001-10-28  paf
                   19320: 
                   19321:        * src/main/pa_db_connection.C: removed old consts
                   19322: 
                   19323:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   19324:          with wrong type/cast]
                   19325: 
                   19326:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   19327:          translation
                   19328: 
1.116     moko     19329:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     19330:          remember to build DB2 with -fexceptions!!!
                   19331: 
                   19332:        * src/main/pa_db_table.C: DB_RMW defed
                   19333: 
                   19334:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19335:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19336:          include/pa_db_table.h, main/pa_db_connection.C,
                   19337:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   19338: 
                   19339: 2001-10-27  paf
                   19340: 
                   19341:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19342:          include/pa_db_table.h, main/pa_db_connection.C,
                   19343:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   19344:          types/pa_vhashfile.C: DB2 ifdefs
                   19345: 
1.116     moko     19346:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   19347:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     19348:          makes with DB2
                   19349: 
1.116     moko     19350:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   19351:          types/Makefile.am: makes db
1.95      moko     19352: 
                   19353:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   19354:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   19355:          globals.C
                   19356: 
                   19357:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19358:          include/pa_db_table.h, main/pa_db_connection.C,
                   19359:          main/pa_db_table.C: ^hashfile.clear[]
                   19360: 
                   19361:        * src/classes/classes.awk: no $ in var names
                   19362: 
                   19363:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19364:          connection&table [forgotten calls]
                   19365: 
                   19366: 2001-10-26  paf
                   19367: 
                   19368:        * src/main/pa_db_connection.C: db checkpoints
                   19369: 
                   19370:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19371:          checkpoints
                   19372: 
                   19373:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19374:          default. but entities still reparsed. todo: tothink
                   19375: 
                   19376:        * src/main/pa_db_connection.C: db recover mech 2
                   19377: 
                   19378:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19379:          include/pa_db_manager.h, include/pa_db_table.h,
                   19380:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19381:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19382:          types/pa_vhashfile.h: db connections & tables now cached at
                   19383:          create time & multithreaded
                   19384: 
                   19385:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19386:          parsed_source
                   19387: 
                   19388:        * src/main/pa_db_connection.C: about to remove connection from
                   19389:          vhashfile
                   19390: 
                   19391:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19392:          transaction commit/rollback responsibility left to parent [as it
                   19393:          sould - else there were a bug with double free]
                   19394: 
                   19395:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19396:          responsibility left to parent [as it sould - else there were a
                   19397:          bug with double free]
                   19398: 
                   19399: 2001-10-25  paf
                   19400: 
                   19401:        * src/: classes/hashfile.C, include/pa_common.h,
                   19402:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19403:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19404:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19405:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19406:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19407:          yet]
                   19408: 
                   19409:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19410: 
                   19411:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19412:          transaction parent passed
                   19413: 
                   19414: 2001-10-24  parser
                   19415: 
1.116     moko     19416:        * src/classes/Makefile.am: makes
1.95      moko     19417: 
                   19418:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19419:          isapi/pool_storage.h: pool_storage fixed
                   19420: 
                   19421:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19422:          types/pa_vform.h: form fix_line_breaks
                   19423: 
1.116     moko     19424:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19425: 
                   19426:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19427:          targets/cgi/pool_storage.h: makes
                   19428: 
                   19429:        * src/sql/pa_sql_driver.h: version
                   19430: 
                   19431:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19432:          types/pa_vform.C, types/pa_vform.h: .am
                   19433: 
                   19434:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19435:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19436:          the retrieval. Setting this flag may decrease the likelihood of
                   19437:          deadlock during a read-modify-write cycle by immediately
                   19438:          acquiring the write lock during the read part of the cycle so
                   19439:          that another thread of control acquiring a read lock for the same
                   19440:          item, in its own read-modify-write cycle, will not result in
                   19441:          deadlock
                   19442: 
                   19443:        * src/targets/isapi/parser3isapi.dsp: doc
                   19444: 
                   19445:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19446: 
                   19447:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19448: 
                   19449:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19450:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19451:          get & iterate
                   19452: 
                   19453:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19454:          expiring 1
                   19455: 
                   19456:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19457: 
                   19458:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19459:          db_connection not bothers with key when not returning expired
                   19460:          data
                   19461: 
                   19462:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19463:          types/pa_vhashfile.C: db_cursor constructor public now
                   19464: 
                   19465:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19466:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19467:          stamped, todo: put_element analize
                   19468: 
                   19469:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19470:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19471:          serialize. todo stamp
                   19472: 
                   19473: 2001-10-23  parser
                   19474: 
                   19475:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19476:          classes/image.C, classes/mail.C, classes/response.C,
                   19477:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19478:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19479:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19480:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19481:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19482:          types/pa_vtable.C: ^hashfile.hash[]
                   19483: 
                   19484:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19485:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19486:          main/pa_globals.C: ifdefs so it compiled without db
                   19487: 
                   19488:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19489:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19490:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19491:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19492:          ^hashfile.delete[key]
                   19493: 
                   19494: 2001-10-22  parser
                   19495: 
                   19496:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19497:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19498: 
                   19499:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19500:          classes/xnode.C, include/pa_charset_connection.h,
                   19501:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19502:          include/pa_exception.h, include/pa_sapi.h,
                   19503:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19504:          include/pa_stylesheet_connection.h,
                   19505:          include/pa_stylesheet_manager.h,
                   19506:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19507:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19508:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19509:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19510:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19511:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19512:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19513:          types/types.dsp: hashfile 0
                   19514: 
                   19515:        * src/types/pa_vhashfile.C: z
                   19516: 
                   19517:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19518:          include/pa_config_fixed.h, main/execute.C,
                   19519:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19520:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19521: 
                   19522:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19523: 
                   19524:        * src/: include/pa_exception.h, include/pa_request.h,
                   19525:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19526:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19527:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19528: 
                   19529: 2001-10-19  parser
                   19530: 
                   19531:        * src/include/pa_pool.h: header
                   19532: 
                   19533:        * src/main/pa_pool.C: auto compiled on gcc
                   19534: 
                   19535:        * src/classes/image.C: comment
                   19536: 
1.116     moko     19537:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19538: 
                   19539:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19540:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19541:          types/pa_vxnode.h: xnode clone got freed
                   19542: 
                   19543:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19544:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19545:          can free up xalandomstring resulting from pool::transcode
                   19546: 
                   19547:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19548:          include/pa_config_fixed.h, include/pa_exception.h,
                   19549:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19550:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19551:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19552:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19553:          from non-xml compile
                   19554: 
                   19555:        * src/main/pa_request.C: pool:: context - get_context
                   19556: 
                   19557:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19558:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19559:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19560:          classes/string.C, classes/table.C, classes/void.C,
                   19561:          include/pa_config_fixed.h, include/pa_exception.h,
                   19562:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19563:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19564:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19565:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19566:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19567:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19568:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19569:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19570:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19571:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19572:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19573:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19574:          exceptions 0
                   19575: 
                   19576:        * src/classes/classes.awk: $ removed
                   19577: 
                   19578: 2001-10-18  parser
                   19579: 
                   19580:        * src/types/pa_vcookie.C: cookie:CLASS
                   19581: 
                   19582:        * src/main/main.dsp: project
                   19583: 
                   19584:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19585:          set_document & ctor question "who owns document" solved
                   19586: 
                   19587:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19588: 
                   19589:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19590:          main/pa_pool.C: encoding in dom creating funcs
                   19591: 
                   19592:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19593:          be transformed now
                   19594: 
                   19595:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19596: 
                   19597:        * src/classes/xdoc.C: z
                   19598: 
                   19599:        * src/classes/xdoc.C: comment
                   19600: 
                   19601:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19602:          create now uses XercesDocumentBridge, appendChild&co now works
                   19603: 
                   19604:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19605:          @ recompile
                   19606: 
                   19607:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19608:          $origin @exception[
                   19609: 
                   19610:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19611:          tag names forced to XML lang
                   19612: 
                   19613:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19614:          leechy-found bugs in code&doc fixed
                   19615: 
                   19616: 2001-10-17  parser
                   19617: 
                   19618:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19619:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19620:          n functionality preserved
                   19621: 
                   19622:        * src/types/pa_vimage.h: removed unused vimage::save
                   19623: 
                   19624: 2001-10-16  parser
                   19625: 
                   19626:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19627: 
                   19628:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19629: 
                   19630:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19631: 
                   19632:        * src/classes/image.C: image.copy tolerance
                   19633: 
                   19634:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19635:          ineffective, but works for small paleted image
                   19636: 
                   19637:        * src/types/pa_vimage.C: comment
                   19638: 
                   19639:        * src/classes/image.C: gd size/resize bugfix
                   19640: 
                   19641:        * src/: classes/classes.dsp, main/main.dsp,
                   19642:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19643:          types/types.dsp: ident >nul 2>&1
                   19644: 
                   19645:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19646:          systems
                   19647: 
                   19648:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19649:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19650: 
                   19651: 2001-10-15  parser
                   19652: 
                   19653:        * src/main/execute.C: z
                   19654: 
                   19655:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19656: 
                   19657:        * src/types/pa_vxnode.C:     document_type_node.
                   19658:                  !readonly attribute DOMString name
                   19659:              !notation_node.
                   19660:                  !readonly attribute DOMString publicId
                   19661:                  !readonly attribute DOMString systemId
                   19662: 
1.116     moko     19663:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19664:          ::write badly passed string too transparently [failed to
                   19665:          intercept it]
1.95      moko     19666: 
                   19667:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19668:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19669:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19670:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19671:          attributes/methods left
                   19672: 
                   19673: 2001-10-13  parser
                   19674: 
                   19675:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19676:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19677:          in main handler
                   19678: 
                   19679:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19680:          cleanups & frees order
                   19681: 
                   19682:        * src/types/pa_vcode_frame.h: couple comments
                   19683: 
                   19684:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19685:          transparent enough to handle hash if creation&passing
                   19686: 
                   19687:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19688:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19689:          enough, would change now
                   19690: 
                   19691: 2001-10-12  parser
                   19692: 
                   19693:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19694:          fixed. initialization&free on each thread!
                   19695: 
                   19696:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19697:          handling changed: now type of default param analized always, not
                   19698:          only at problem time, thus helping early problem spotting
                   19699: 
                   19700:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19701:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19702:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19703:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19704:          multithread bug fixed. initialization&free on each thread!
                   19705: 
                   19706: 2001-10-11  parser
                   19707: 
                   19708:        * src/classes/xnode.C: xnode.selectSingle now
                   19709: 
                   19710:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19711:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19712:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19713:          convertors out of Pool into Exception
                   19714: 
                   19715:        * src/main/pa_string.C: const
                   19716: 
                   19717:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19718:          linked pieces of same language together prior to String::replace
                   19719: 
                   19720:        * src/classes/hash.C:     !^hash.add[addme]
                   19721:              !^hash.sub[subme]
                   19722:              !^a.union[b] = new
                   19723:              !^a.intersection[b] = new
                   19724:              !^a.intersects[b] = bool
                   19725: 
                   19726:        * src/classes/hash.C:     !^hash::append[append_from]
                   19727: 
                   19728:        * src/: classes/hash.C, types/pa_vhash.h:
                   19729:          !^hash::create[[copy_from]]
                   19730: 
                   19731:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19732:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19733:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19734:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19735:          exception but somebody[value.bark] tried to throw it on it's pool
                   19736: 
1.116     moko     19737:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19738: 
                   19739: 2001-10-10  parser
                   19740: 
                   19741:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19742: 
                   19743:        * src/main/: compile.tab.C, compile.y: ^a[
                   19744: 
                   19745:          @next_method  << now unclosed ] would be reported here
                   19746: 
                   19747:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19748:          compile error
                   19749: 
                   19750: 2001-10-09  parser
                   19751: 
1.116     moko     19752:        * src/: classes/Makefile.am, main/Makefile.am,
                   19753:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19754: 
                   19755:        * src/classes/Makefile.am: makes
                   19756: 
                   19757:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19758:          win32 errors intercepted [xalan transformer patched and
                   19759:          incorporated]
                   19760: 
                   19761:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19762:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19763:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19764:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19765:          patches starting
                   19766: 
                   19767:        * src/classes/: string.C, table.C: ^string.save[file]
                   19768: 
                   19769:        * src/classes/: date.C, table.C: calendar moved to date
                   19770: 
                   19771:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19772:          string/table]  now
                   19773: 
                   19774:        * src/classes/: op.C, table.C: z
                   19775: 
                   19776:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19777:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19778:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19779:          be code [be string..]
                   19780: 
                   19781:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19782:          table.C: lots of
                   19783:          params->as_int/double/as_string/as_junction/as_no_junction
                   19784:          messages added
                   19785: 
                   19786: 2001-10-08  parser
                   19787: 
                   19788:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19789:          classes/table.C, classes/void.C, include/pa_request.h:
                   19790:          params->as_int/double message added
                   19791: 
                   19792:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19793: 
                   19794:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19795:          image:sector removed image:html internal "line-*" attribs
                   19796: 
                   19797:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19798:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19799: 
                   19800:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19801:          way
                   19802: 
                   19803:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19804:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19805:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19806: 
                   19807:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19808:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19809:          @ SAPI::log
                   19810: 
                   19811:        * src/main/untaint.C: \r to ' ' in origins mode
                   19812: 
                   19813:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19814:          set]
                   19815: 
                   19816:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19817:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19818:          nonstandard liaison freed up
                   19819: 
                   19820: 2001-10-07  parser
                   19821: 
                   19822:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19823:          project
                   19824: 
                   19825: 2001-10-05  parser
                   19826: 
                   19827:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19828:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19829:          from outputing to cerr.  lots of "todos"
                   19830: 
                   19831:        * src/main/untaint.C: http_header tainting more gentle with
                   19832:          enquoting now
                   19833: 
                   19834:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19835:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19836:          xml errorhandler.  fixed string.replace a little, read @test
                   19837: 
                   19838:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19839:          *) does not have limit, and looks further eos, fixing....
                   19840: 
                   19841:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19842: 
                   19843:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19844: 
                   19845:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19846:          bugfix
                   19847: 
1.116     moko     19848:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19849:          $result[^[$p^]z] now works fine
1.95      moko     19850: 
                   19851:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19852:          wrong. fixed it
                   19853: 
                   19854:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19855:          of totable appered to be vital
                   19856: 
                   19857: 2001-10-04  parser
                   19858: 
                   19859:        * src/classes/image.C: ^image.length[text]
                   19860: 
                   19861: 2001-10-03  parser
                   19862: 
                   19863:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19864: 
                   19865:        * src/main/pa_request.C: restored pcre defaulting in request
                   19866:          [mindlessly "optimized" yesterday] comment left
                   19867: 
                   19868: 2001-10-02  parser
                   19869: 
                   19870:        * src/: main/pa_charset_manager.C,
                   19871:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19872:          needed
                   19873: 
                   19874:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19875:          forgot non-xml pool.*charset needed
                   19876: 
                   19877:        * src/classes/table.C: # config comments fixed
                   19878: 
                   19879:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19880:          charset_connection #comment now
                   19881: 
                   19882:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19883:          options fixed to use release msvcrt lib
                   19884: 
                   19885:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19886:          removed default - pcre handles that internally fixed bug on
                   19887:          not-cleaning tables [previously was calloced, now member]
                   19888: 
                   19889:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19890:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19891:          inside removed default - pcre handles that internally fixed bug
                   19892:          on not-cleaning tables [previously was calloced, now member]
                   19893: 
                   19894:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19895:          tested charset reload on file change @ apache version = OK tested
                   19896:          freeing up prev encoding on adding new = OK
                   19897: 
                   19898: 2001-10-01  parser
                   19899: 
                   19900:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19901:          [internal installed]
                   19902: 
1.116     moko     19903:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19904: 
                   19905:        * src/: include/pa_charset_connection.h,
                   19906:          include/pa_charset_manager.h,
                   19907:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19908:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19909:          main/pa_request.C: charset loading & caching mech 0
                   19910: 
                   19911:        * src/: include/pa_stylesheet_connection.h,
                   19912:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19913:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19914:          & caching mech now
                   19915: 
                   19916: 2001-09-30  parser
                   19917: 
                   19918:        * src/main/pa_request.C: forgot to fill toTable
                   19919: 
                   19920:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19921:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19922:          failed on win32 for now..
                   19923: 
                   19924:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19925:          now charsets table configuration variable is: CHARSETS
                   19926: 
                   19927:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19928:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19929: 
                   19930:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19931:          include/pa_request.h, main/pa_request.C: started ctype with
                   19932:          unicode values
                   19933: 
                   19934: 2001-09-28  parser
                   19935: 
                   19936:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19937:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19938:          string passed AS-IS now
                   19939: 
                   19940:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19941:          way of user-configuring... todo: implement
                   19942: 
                   19943: 2001-09-27  parser
                   19944: 
                   19945:        * src/classes/table.C: table.sort changed to sort table itself
                   19946: 
                   19947:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   19948:          X^.getElementsByTagName[tagname] = array of xnode
                   19949:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   19950:          nodes removed - regretfully not supported @ xalan. maybe someday
                   19951:          would reimplement, if needed.
                   19952: 
                   19953:          win32build system: solved long waiting anti-non-started-apache
                   19954:          problem
                   19955: 
                   19956:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   19957:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19958:          types/types.dsp: win32 ident make system so not to rebuild
                   19959:          library [ident.C.new]
                   19960: 
                   19961: 2001-09-26  parser
                   19962: 
                   19963:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   19964:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   19965:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19966:          types/pa_vxnode.C, types/types.dsp: z
                   19967: 
                   19968:        * src/classes/classes.C: forgot one non-xml check
                   19969: 
1.116     moko     19970:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   19971:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     19972: 
                   19973:        * src/targets/cgi/parser3.C: z
                   19974: 
                   19975:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   19976:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   19977: 
                   19978:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   19979:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19980:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   19981:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   19982:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19983:          types/types.dsp: xdoc&xnode now
                   19984: 
                   19985:        * src/: classes/classes.C, classes/classes.awk,
                   19986:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   19987:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   19988:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19989:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19990:          classes/op.C, classes/response.C, classes/string.C,
                   19991:          classes/table.C, classes/void.C, include/pa_array.h,
                   19992:          include/pa_common.h, include/pa_config_fixed.h,
                   19993:          include/pa_config_includes.h, include/pa_dictionary.h,
                   19994:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19995:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19996:          include/pa_socks.h, include/pa_sql_connection.h,
                   19997:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19998:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19999:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20000:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20001:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20002:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20003:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20004:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20005:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20006:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20007:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20008:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20009:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20010:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20011:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20012:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20013:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20014:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20015:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   20016:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20017:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20018:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20019:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20020:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20021:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20022:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20023:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20024:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20025:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20026:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20027:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20028:          main.dsp splitted to main+classes+types along to .am
                   20029: 
                   20030:        * src/classes/Makefile.am: removed useless var
                   20031: 
                   20032:        * src/: classes/classes.cmd, main/main.dsp,
                   20033:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20034:          main.dsp
                   20035: 
                   20036: 2001-09-25  parser
                   20037: 
                   20038:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20039:          1251 though, todo ICU
                   20040: 
1.116     moko     20041:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20042:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20043:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20044:          types/pa_vdom.h: xml configure makes
1.95      moko     20045: 
                   20046: 2001-09-24  parser
                   20047: 
1.116     moko     20048:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20049:          types/Makefile.am: makes
1.95      moko     20050: 
1.116     moko     20051:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20052: 
                   20053:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20054:          started unix makes update
                   20055: 
                   20056:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20057:          started unix makes update
                   20058: 
                   20059:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20060: 
                   20061:        * src/types/pa_value.h: z
                   20062: 
                   20063:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20064:          bugs with usinge hash/table in expressions
                   20065: 
                   20066:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20067:          resolved conflicts fixed [const]
                   20068: 
                   20069:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20070:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20071:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20072:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20073:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20074:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20075:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20076:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20077:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20078:          with before_xml [merge2 actually didn't happen - i've created
                   20079:          tags on wrong branch. so this merge is in fact re-merge]
                   20080: 
                   20081: 2001-09-21  parser
                   20082: 
                   20083:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20084:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20085:          produced "" in make file and sadly wrong interpreted on load]
                   20086: 
1.116     moko     20087:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20088:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20089:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20090:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20091:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20092:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20093:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20094: 
                   20095:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20096:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20097:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20098:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20099:          main/pa_pool.C, main/pa_request.C,
                   20100:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20101:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20102:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20103:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20104:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20105:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20106:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20107:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20108:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20109:          created new projects for sql drivers [planning to remove sql
                   20110:          drivers from main cvs project] first, will join latest changes
                   20111: 
                   20112:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20113:          pool.get_charset
                   20114: 
                   20115:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20116:          pool.get_charset
                   20117: 
                   20118:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20119:          pool.get_charset
                   20120: 
                   20121:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20122:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20123:          methods encoding to pool.get_charset
                   20124: 
                   20125:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20126:          transcoder were created right "unsupported encoding" message.
                   20127:          not @ set time, but @ use time, so until xml output functions
                   20128:          .string, .file, .save used - no encoding name check occur
                   20129: 
                   20130:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20131:          registration needed, pools are officially destructured
                   20132: 
                   20133: 2001-09-20  parser
                   20134: 
                   20135:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20136: 
                   20137:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20138:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20139: 
                   20140:        * src/: classes/dnode.C, classes/dom.C,
                   20141:          include/pa_config_includes.h, include/pa_globals.h,
                   20142:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20143:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20144:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20145:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20146:          Pool::transcode 0
                   20147: 
                   20148:        * src/classes/dom.C: dom. string save file moved output xml options
                   20149:          to last param and made it optional
                   20150: 
                   20151:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   20152:          dnodes
                   20153:              !$attributenode.specified = boolean
                   20154:                      true if the attribute received its value explicitly
                   20155:          in the XML document,
                   20156:                      or if a value was assigned programatically with the
                   20157:          setValue function.
                   20158:                  false if the attribute value came from the default value
                   20159:          declared in the document's DTD.
                   20160:              !$pinode.target = target of this processing instruction
                   20161:                  XML defines this as being the first token following the
                   20162:          markup
                   20163:                  that begins the processing instruction.
                   20164:                  XPath:
                   20165:              !^node.select[xpath/query/expression] = hash of 0->node0
                   20166:          1->node1
                   20167:              !^node.select-single[xpath/query/expression] = first node if
                   20168:          any
                   20169: 
                   20170:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   20171:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   20172:          some 'const's added
                   20173: 
                   20174:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   20175:          expression context now, there value = size and boolean value
                   20176:          size!=0
                   20177: 
                   20178:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   20179:          can be used in expression context now, there value = size and
                   20180:          boolean value size!=0
                   20181: 
                   20182:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   20183:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   20184:          due to strange xalan bug
                   20185: 
                   20186: 2001-09-18  parser
                   20187: 
                   20188:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   20189:          classes/image.C, classes/op.C, classes/table.C,
                   20190:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20191:          include/pa_sql_driver_manager.h, main/compile.C,
                   20192:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   20193:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   20194:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20195:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20196:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   20197:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   20198:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   20199:          before_xml branch ^if(def $hash) now true only when
                   20200:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   20201: 
                   20202:        * src/: classes/op.C, main/execute.C: operators self changed to
                   20203:          root ^for variable context changed to self
                   20204: 
                   20205:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   20206:          dnode 1
                   20207: 
                   20208:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   20209:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   20210: 
                   20211:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   20212:          poly* fixed
                   20213: 
                   20214: 2001-09-17  parser
                   20215: 
                   20216:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   20217:          types/pa_vdom.h: started dnode+dom
                   20218: 
                   20219:          dnode     DOM methods:     $node.name     $node.value
                   20220:          ...others...
                   20221: 
                   20222:              ^node.xpath[/rates/USD] = hash
                   20223:                  $hash[
                   20224:                          $.0[node0]
                   20225:                          $.1[node1]
                   20226:                  ]
                   20227: 
                   20228:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   20229:          applies to all linear primitives
                   20230: 
                   20231:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   20232:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20233:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   20234:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   20235:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   20236:          dom(dnode)
                   20237: 
                   20238:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   20239:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20240:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   20241:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   20242:          name after '.'
                   20243: 
                   20244: 2001-09-15  parser
                   20245: 
                   20246:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   20247:          image: $line-width ^line(...)[****   style]
                   20248: 
                   20249:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   20250:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   20251:          pool_storage - cleanups first, allocations second.  apache wisely
                   20252:          does just like that
                   20253: 
                   20254:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   20255:          rewritten using template, no bugs now
                   20256: 
                   20257:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   20258:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20259:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   20260:          poorly started isapi pool_storage, would rewrite using template
                   20261:          now
                   20262: 
                   20263:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   20264:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20265:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   20266:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   20267:          xalan objects freed up [introducing Pool::register_cleanup]
                   20268: 
                   20269:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   20270:          comments
                   20271: 
                   20272: 2001-09-14  parser
                   20273: 
                   20274:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   20275:          z
                   20276: 
                   20277:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20278:          classes/mail.C, include/pa_common.h,
                   20279:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20280:          include/pa_stylesheet_connection.h,
                   20281:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20282:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   20283:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   20284:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   20285:          compiled&cached
                   20286: 
                   20287: 2001-09-13  parser
                   20288: 
                   20289:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20290:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   20291: 
                   20292:        * src/classes/dom.C: dom:file content-type(.method)
                   20293: 
                   20294:        * src/: include/pa_common.h, include/pa_globals.h,
                   20295:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   20296:          string now more informative error messages
                   20297: 
                   20298:        * src/: include/pa_globals.h, include/pa_request.h,
                   20299:          main/pa_request.C, targets/cgi/parser3.C,
                   20300:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   20301:          ParserSiteConfig .../parser3.conf
                   20302: 
                   20303:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20304: 
                   20305: 2001-09-12  parser
                   20306: 
                   20307:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20308:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   20309:          precise error reporting: "connection string must start with
                   20310:          protocol://" now
                   20311: 
                   20312:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   20313:          braced
                   20314: 
                   20315:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   20316:          lexer on LS_USER level did [] matching without setting nestage,
                   20317:          introduced special LS_NAME_SQUARE_PART state
                   20318: 
                   20319: 2001-09-11  parser
                   20320: 
                   20321:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   20322:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   20323:          languages+=xml
                   20324: 
                   20325:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   20326: 
                   20327:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20328:          options:     $.method[xml|html|text] detection fixed
                   20329: 
                   20330:        * src/types/pa_vdom.h: messages
                   20331: 
                   20332:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20333:          options:     $.method[xml|html|text] detection fixed
                   20334: 
                   20335: 2001-09-10  parser
                   20336: 
                   20337:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20338:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   20339: 
                   20340:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   20341:          added]
                   20342: 
                   20343:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20344:          ^dom.xslt[stylesheet filename] 0
                   20345: 
                   20346:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20347:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   20348: 
                   20349:        * src/classes/dom.C: ^dom.file[encoding] = file
                   20350: 
                   20351:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   20352:          ^dom.save[encoding;filename]
                   20353: 
                   20354:        * src/classes/dom.C: ^dom.string[] 0
                   20355: 
                   20356:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   20357: 
                   20358:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20359:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20360: 
                   20361: 2001-09-08  parser
                   20362: 
                   20363:        * src/types/pa_vform.C: $form:tables.name.field
                   20364: 
                   20365: 2001-09-07  parser
                   20366: 
                   20367:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20368:          $table)...
                   20369: 
                   20370:        * src/targets/cgi/parser3.C: z
                   20371: 
                   20372:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20373:          from '' to int/double is 0]
                   20374: 
                   20375:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20376:          $table) is false when table is empty
                   20377: 
                   20378:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20379:          !$form:tables $atable[$form:tables.a]
                   20380:          ^atable.menu{a=$atable.element}[,]
                   20381: 
                   20382:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20383:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20384: 
1.116     moko     20385:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20386:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20387:          of dom
                   20388: 
                   20389:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20390:          types/pa_vform.C, types/pa_vform.h: z
                   20391: 
                   20392:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20393:          element [not last]
                   20394: 
1.116     moko     20395:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20396:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20397: 
                   20398: 2001-09-06  parser
                   20399: 
                   20400:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20401:          table with one column 'element' and two rows: 1 and 2
                   20402: 
                   20403:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20404:          table with one column 'element' and two rows: 1 and 2
                   20405: 
                   20406:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20407:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20408:          would return 88
                   20409: 
                   20410:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20411:          types/pa_vhash.h: now there's special hash key '_default'
                   20412:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20413:          $._default[xx] ] $hash.c
                   20414: 
                   20415:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20416:          fixed [thanks, fif], ^; were treated there non-literally
                   20417: 
                   20418:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20419:          doxygen
                   20420: 
                   20421:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20422:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20423:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20424: 
                   20425: 2001-09-05  parser
                   20426: 
                   20427:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20428:          image:html the other day]
                   20429: 
                   20430:        * src/targets/cgi/Makefile.am: .am undo
                   20431: 
                   20432:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20433:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20434:          macro expantion on param, simply qoutes whatever passed, undone
                   20435: 
                   20436:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20437:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20438:          STRINGIZE(name) #name invented
                   20439: 
                   20440:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20441:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20442:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20443: 
                   20444:          moved to be availible to all users
                   20445: 
                   20446:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20447:          SQL_DRIVER_CREATE_FUNC_NAME
                   20448: 
                   20449:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20450: 
                   20451: 2001-09-04  parser
                   20452: 
                   20453:        * src/classes/image.C: image.html now can accept void params
                   20454: 
                   20455:        * src/targets/isapi/parser3isapi.C: z
                   20456: 
                   20457:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20458: 
                   20459:        * src/targets/cgi/parser3.C: getenvcheck
                   20460: 
                   20461:        * src/targets/cgi/parser3.C: zz
                   20462: 
                   20463:        * src/targets/cgi/parser3.C: zzz
                   20464: 
                   20465:        * src/classes/date.C: date
                   20466: 
                   20467:        * src/classes/date.C: date:sql-string is now without ''
                   20468: 
1.116     moko     20469:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20470:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20471:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20472: 
1.116     moko     20473:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20474: 
                   20475: 2001-09-03  parser
                   20476: 
                   20477:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20478: 
                   20479: 2001-09-01  parser
                   20480: 
                   20481:        * src/classes/image.C: letter_spacing
                   20482: 
                   20483:        * src/classes/image.C: image: font params changed
                   20484: 
                   20485:        * src/classes/image.C: image: as_int as_string used
                   20486: 
                   20487:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20488:          analized
                   20489: 
                   20490: 2001-08-31  parser
                   20491: 
                   20492:        * src/targets/cgi/parser3.C: z
                   20493: 
1.116     moko     20494:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20495:          cygwin
1.95      moko     20496: 
                   20497:        * src/classes/void.C: void:int/double += (default)
                   20498: 
                   20499:        * src/classes/image.C: image:font added space param image:font
                   20500:          changed charwidth alg, added kerning const[for now]
                   20501: 
                   20502:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20503: 
                   20504: 2001-08-29  parser
                   20505: 
                   20506:        * src/main/pa_exception.C: exception redundant debug info
                   20507: 
                   20508: 2001-08-28  parser
                   20509: 
                   20510:        * src/classes/image.C: image error msgs
                   20511: 
                   20512:        * src/classes/image.C: image: gifsize little endian
                   20513: 
                   20514:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20515:          doxygeneration
                   20516: 
                   20517:        * src/: classes/Makefile.am, main/Makefile.am,
                   20518:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20519: 
                   20520:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20521:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20522: 
                   20523:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20524: 
                   20525:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20526: 
                   20527:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20528:          storage class specifiers invalid in friend function declarations
                   20529: 
                   20530:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20531:          main/untaint.C, targets/cgi/parser3.C,
                   20532:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20533:          case of limit
                   20534: 
                   20535:        * src/: classes/file.C, main/pa_common.C: file:move
                   20536:          autocreate/remove dest/src dir
                   20537: 
                   20538:        * src/: classes/string.C, include/pa_dictionary.h,
                   20539:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20540:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20541:          to directory constructor.  string:replace
                   20542: 
                   20543: 2001-08-27  parser
                   20544: 
                   20545:        * src/classes/image.C: fixed jpgsize alg
                   20546: 
                   20547:        * src/classes/image.C: fixed jpgsize alg
                   20548: 
                   20549:        * src/main/pa_exception.C: z
                   20550: 
                   20551:        * src/main/pa_common.C: removed debug info from pa_common
                   20552: 
                   20553:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20554:          [auto.p from current dir loading]
                   20555: 
1.116     moko     20556:        * src/: main/pa_common.C, main/pa_exception.C,
                   20557:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20558:          for solaris -lsocket
1.95      moko     20559: 
                   20560: 2001-08-24  parser
                   20561: 
                   20562:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20563: 
                   20564:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20565: 
                   20566:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20567: 
                   20568:        * src/main/pa_sql_driver_manager.C: z
                   20569: 
                   20570:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20571:          sql* removed services from disconnect - cross-request ideological
                   20572:          probs.
                   20573: 
                   20574:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20575:          cross-request ideological probs.  oracle - fixed bug: cs
                   20576:          allocated on request.pool and got freed before disconnect
                   20577: 
                   20578:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20579:          mallocs fixed
                   20580: 
                   20581: 2001-08-23  parser
                   20582: 
                   20583:        * src/classes/file.C: minor bug in file:save fixed
                   20584: 
                   20585:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20586: 
                   20587: 2001-08-22  parser
                   20588: 
                   20589:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20590:          types/pa_vfile.h: file:load|save[text|binary;
                   20591: 
                   20592:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20593: 
                   20594: 2001-08-21  parser
                   20595: 
                   20596:        * src/classes/: file.C, table.C: ^file:list
                   20597: 
                   20598: 2001-08-20  parser
                   20599: 
                   20600:        * src/: main/compile.tab.C, main/compile.y,
                   20601:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20602:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20603:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20604: 
                   20605: 2001-08-10  parser
                   20606: 
                   20607:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20608: 
                   20609:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20610:          added
                   20611: 
                   20612:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20613:          added
                   20614: 
                   20615:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20616: 
                   20617:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20618:          ''
                   20619: 
                   20620:        * src/main/: pa_request.C: wanted to make const int
                   20621:          MAX_EXECUTE_SECONDS=1;
                   20622: 
                   20623:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20624:          :(
                   20625: 
                   20626:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20627:          check but it weren't wise enough
                   20628: 
                   20629:          @parse[dateString][tmp]
                   20630:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20631:          #end
                   20632: 
                   20633:          @main[] ^parse[2001-02-03]
                   20634: 
                   20635:        * src/classes/: table.C: table:sort now default desc
                   20636: 
                   20637:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20638:          table.sort now creates new sorted table
                   20639: 
                   20640: 2001-08-09  parser
                   20641: 
                   20642:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20643: 
                   20644:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20645: 
                   20646:        * src/classes/op.C: case without switch check added
                   20647: 
                   20648:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20649:          precise $ORIGINS(1)
                   20650: 
                   20651:        * src/main/Makefile.am: .am
                   20652: 
                   20653:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20654:          fixed
                   20655: 
                   20656:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20657:          fixed
                   20658: 
                   20659: 2001-08-07  parser
                   20660: 
                   20661:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20662:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20663:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20664:          string, table
                   20665: 
                   20666:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20667:          srand made working
                   20668: 
                   20669: 2001-08-06  parser
                   20670: 
                   20671:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20672:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20673:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20674:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20675:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20676: 
                   20677:        * src/main/pa_exec.C: exec win32 real filename
                   20678: 
                   20679:        * src/classes/file.C: exec stderr out
                   20680: 
                   20681:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20682: 
                   20683: 2001-08-03  parser
                   20684: 
                   20685:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20686: 
                   20687: 2001-08-02  parser
                   20688: 
                   20689:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20690:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20691: 
                   20692:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20693:          get@execute, but needs array iterator, separate from array to
                   20694:          avoid it & use caching
                   20695: 
                   20696:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20697:          bug fixed
                   20698: 
                   20699:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20700:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20701:          in op.C (last, last global var killed) :)
                   20702: 
                   20703: 2001-08-01  parser
                   20704: 
                   20705:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20706:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20707:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20708:          main/untaint.C: speeded up typo-html replacements. introducing
                   20709:          Dictionary with first-char caching
                   20710: 
                   20711: 2001-07-31  parser
                   20712: 
                   20713:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20714: 
                   20715:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20716:          non-bison-enabled platforms
                   20717: 
                   20718: 2001-07-28  parser
                   20719: 
                   20720:        * src/classes/table.C: table:hash always produces hash, when can't
                   20721:          - empty
                   20722: 
                   20723:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20724:          skipped \n
                   20725: 
                   20726: 2001-07-27  parser
                   20727: 
                   20728:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20729:          on int/double/string :sql without result and default
                   20730: 
                   20731: 2001-07-26  parser
                   20732: 
                   20733:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20734:          OP
                   20735: 
                   20736:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20737: 
                   20738:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20739:          creation syntax problem persists. restored $: for a while.
                   20740:          thinking of $man[$.age[zzz]] syntax now
                   20741: 
                   20742:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20743:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20744:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20745:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20746:          types/pa_wwrapper.h: fixing :: realization #1
                   20747: 
                   20748:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20749:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20750:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20751:          prefix.  ordinary : remains for static accesses
                   20752: 
                   20753: 2001-07-25  parser
                   20754: 
                   20755:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20756:          fields 2. methods 3. columns
                   20757: 
                   20758:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20759:          quote.  optimized double&int tostring-s
                   20760: 
                   20761:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20762:          whitespace before first method decl
                   20763: 
                   20764:        * src/classes/table.C: allowed nontable result in table:sql,
                   20765:          results in empty table
                   20766: 
                   20767:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20768:          lines before first method decl
                   20769: 
                   20770:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20771:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20772: 
                   20773:        * src/main/compile.y: $var[] is now empty string, not void
                   20774: 
                   20775:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20776:          void
                   20777: 
                   20778:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20779:          main/pa_globals.C: match replace code context moved to implicit
                   20780:          $match context
                   20781: 
                   20782:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20783:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20784:          introduced with former 'with' syntax
                   20785: 
                   20786: 2001-07-24  parser
                   20787: 
                   20788:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20789:          types/pa_value.h: first get_element, next get operator
                   20790: 
                   20791:        * src/main/compile.y: removed @end handling
                   20792: 
                   20793:        * src/main/: compile.C, compile.y: @end handling method2
                   20794: 
                   20795:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20796:          file:move
                   20797: 
                   20798:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20799:          fixed
                   20800: 
                   20801: 2001-07-23  parser
                   20802: 
                   20803:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20804:          driver
                   20805: 
                   20806:        * src/classes/hash.C: changed sql driver query interface
                   20807: 
                   20808:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20809:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20810:          changed sql driver query interface
                   20811: 
                   20812: 2001-07-20  parser
                   20813: 
                   20814:        * src/types/pa_vrequest.C: X!$browser:type
                   20815: 
                   20816:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20817:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20818:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20819:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20820:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20821:          types/pa_vobject.h, types/pa_vrequest.C,
                   20822:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20823:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20824:          BASE element globally removed
                   20825: 
                   20826: 2001-07-18  parser
                   20827: 
                   20828:        * src/classes/file.C: file:exec/cgi msg
                   20829: 
                   20830:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20831: 
                   20832:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20833: 
1.116     moko     20834:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20835:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20836:          removed $id from *.in *.am
1.95      moko     20837: 
                   20838:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20839:          abbrevations
                   20840: 
                   20841:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20842:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20843:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20844:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20845:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20846:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20847:          $ORIGINS(1) output tracing mode
                   20848: 
                   20849: 2001-07-13  parser
                   20850: 
                   20851:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20852:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20853:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20854:          second would not call first @auto
                   20855: 
                   20856:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20857:          wrong, fixed
                   20858: 
                   20859: 2001-07-12  parser
                   20860: 
                   20861:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20862:          classes prevented
                   20863: 
                   20864: 2001-07-11  parser
                   20865: 
                   20866:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20867:          table $piece
                   20868: 
                   20869:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20870:          types/pa_vstateless_class.h: $file created by file:state +=
                   20871:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20872:          get_junction-created objects [they were on wrong pool]
                   20873: 
                   20874: 2001-07-09  parser
                   20875: 
                   20876:        * src/main/untaint.C: qp wrong name
                   20877: 
                   20878:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20879:          main/compile.y: date format 0
                   20880: 
                   20881: 2001-07-07  parser
                   20882: 
                   20883:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20884:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20885:          roll table calendar
                   20886: 
                   20887:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20888:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20889:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20890:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20891:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20892:          string.  todo: sql, calendar
                   20893: 
                   20894: 2001-07-06  parser
                   20895: 
                   20896:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20897:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20898: 
                   20899: 2001-07-03  parser
                   20900: 
                   20901:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20902:          classes/random.C, main/main.dsp: class random renamed to math,
                   20903:          operators became methods
                   20904: 
                   20905:        * src/classes/op.C:  pow sqrt
                   20906: 
                   20907:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20908: 
                   20909: 2001-07-02  parser
                   20910: 
                   20911:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20912:          'column'
                   20913: 
                   20914:        * src/classes/hash.C: ^hash.keys[]
                   20915: 
                   20916:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20917: 
                   20918:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20919:          'strings'
                   20920: 
                   20921: 2001-06-29  parser
                   20922: 
                   20923:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20924: 
                   20925:        * src/main/execute.C: /0  %0 checke
                   20926: 
                   20927:        * src/classes/Makefile.am: nothing - void
                   20928: 
                   20929:        * src/classes/table.C: empty strings @ sql
                   20930: 
                   20931: 2001-06-28  parser
                   20932: 
                   20933:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20934:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20935:          classes/op.C, classes/random.C, classes/response.C,
                   20936:          classes/string.C, classes/table.C, classes/void.C,
                   20937:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20938:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20939:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20940:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20941:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20942:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20943:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   20944:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   20945:          $";
                   20946: 
                   20947:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20948:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20949:          classes/op.C, classes/random.C, classes/response.C,
                   20950:          classes/string.C, classes/table.C, classes/void.C,
                   20951:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20952:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20953:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20954:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20955:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20956:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     20957:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     20958: 
                   20959:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   20960:          $class:name: == ${class:name}:
                   20961: 
                   20962:        * src/classes/string.C: exactly one
                   20963: 
                   20964: 2001-06-27  parser
                   20965: 
                   20966:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   20967:          types/pa_vvoid.h: nothing renamed to void
                   20968: 
                   20969:        * src/classes/op.C: ^switch ^case
                   20970: 
                   20971:        * src/main/compile.y: nothing renamed to void
                   20972: 
                   20973:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   20974:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20975:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   20976:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   20977:          void
                   20978: 
                   20979:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   20980: 
                   20981: 2001-05-28  parser
                   20982: 
                   20983:        * src/doc/html2chm.cmd: removed >a
                   20984: 
                   20985:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   20986:          project options [some bugs]
                   20987: 
                   20988:        * src/doc/sources2html.cmd: z
                   20989: 
                   20990:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20991:          main/execute.C: operators are not in root class again
                   20992: 
                   20993: 2001-05-24  parser
                   20994: 
                   20995:        * src/targets/cgi/parser3.dsp: project file
                   20996: 
                   20997:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   20998:          ^log ^exp
                   20999: 
                   21000:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21001:          conversions in @exception[params]
                   21002: 
                   21003:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21004: 
                   21005: 2001-05-23  parser
                   21006: 
                   21007:        * src/main/pa_string.C: string cmp bug
                   21008: 
                   21009:        * src/classes/: mail.C, op.C: rem max 1000
                   21010: 
                   21011:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21012:          LS_DEF_NAME
                   21013: 
                   21014: 2001-05-22  parser
                   21015: 
                   21016:        * src/classes/op.C: if params code-required
                   21017: 
                   21018: 2001-05-21  parser
                   21019: 
                   21020:        * src/types/pa_vstring.C: eoleof
                   21021: 
                   21022:        * src/classes/Makefile.am: .AM
                   21023: 
                   21024:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21025: 
                   21026:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21027: 
                   21028:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21029:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21030:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21031:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21032:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21033:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21034:          'nothing'
                   21035: 
                   21036:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21037:          vstring::set_string
                   21038: 
                   21039:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21040: 
                   21041:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21042:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21043:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21044: 
                   21045:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21046:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21047:          hash:sql moved to main trunc. operators.txt updated
                   21048: 
                   21049:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21050: 
                   21051:        * src/classes/op.C: z
                   21052: 
                   21053:        * src/: main/compile.C, classes/classes.C: 1
                   21054: 
                   21055:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21056:          main/execute.C: 0
                   21057: 
                   21058:        * src/main/execute.C: z
                   21059: 
                   21060:        * src/targets/cgi/parser3.C: z
                   21061: 
                   21062:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21063:          site_auto_path "." in that case
                   21064: 
                   21065:        * src/targets/cgi/: parser3.C: z
                   21066: 
                   21067:        * src/main/pa_request.C: .am
                   21068: 
                   21069:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21070:          pcre_tables=pcre_default_tables;
                   21071: 
                   21072: 2001-05-19  parser
                   21073: 
                   21074:        * src/main/pa_string.C: z
                   21075: 
                   21076:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21077:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21078:          target.
                   21079: 
                   21080:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21081:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21082:          used, 4* mem wasted
                   21083: 
                   21084:        * src/classes/string.C: root context in match replace body now
                   21085:          unchanged
                   21086: 
                   21087:        * src/types/pa_value.h: parameter # 1 based
                   21088: 
                   21089:        * src/main/pa_common.C: common:  actual filename '%s'
                   21090: 
                   21091:        * src/classes/string.C: z
                   21092: 
                   21093:        * src/classes/Makefile.am: classes/.am
                   21094: 
                   21095:        * src/classes/: Makefile.am: classes/.am
                   21096: 
                   21097:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21098:          targets/cgi/pa_pool.C: classes/.am
                   21099: 
                   21100: 2001-05-18  parser
                   21101: 
1.116     moko     21102:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21103:          pa_threads.C ins
1.95      moko     21104: 
                   21105:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21106: 
                   21107: 2001-05-17  parser
                   21108: 
                   21109:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21110:          include/pa_config_includes.h, main/compile.y,
                   21111:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21112:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21113:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21114:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21115:          most .C
                   21116: 
                   21117:        * src/doc/html2chm.cmd: z
                   21118: 
                   21119:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21120:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21121: 
                   21122:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21123:          get_connection_from_cache
                   21124: 
                   21125:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21126: 
                   21127:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21128:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21129:          cache expiration[use SQL_Driver::disconnect]
                   21130: 
                   21131:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21132: 
                   21133:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21134:          line no
                   21135: 
                   21136:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21137:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21138: 
                   21139:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21140:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21141:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21142:          1driver and set_services fight for driver::fservices. before fix
                   21143: 
                   21144:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21145:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21146:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21147:          own 1driver and set_services fight for driver::fservices. before
                   21148:          fix
                   21149: 
                   21150:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21151:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21152:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   21153:          pa_threads.C
                   21154: 
                   21155:        * src/include/pa_threads.h: removed targets/parser
                   21156: 
                   21157:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   21158:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   21159:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   21160:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   21161:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   21162:          headers
                   21163: 
                   21164:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   21165:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   21166:          order prevented sqlmanager to see MULTYTHREAD define
                   21167: 
                   21168:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21169:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   21170:          put/gets
                   21171: 
                   21172:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   21173:          from hash.h
                   21174: 
                   21175:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21176:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   21177:          from cache ->set_services(&services);
                   21178: 
                   21179: 2001-05-16  parser
                   21180: 
                   21181:        * src/targets/cgi/parser3.C: z
                   21182: 
                   21183:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   21184:          debug, #ifdefed some.  would debug later, on more precise sample
                   21185:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   21186:          $name.$tail[$tail!] $name.$tail } ok3
                   21187: 
                   21188:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   21189:          removed array debug. before vstring rebasing
                   21190: 
                   21191:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   21192:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   21193:          array debugged; adjusted
                   21194: 
                   21195:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   21196:          SQL_Driver_manager line no for connect/charset errors
                   21197: 
                   21198: 2001-05-15  parser
                   21199: 
                   21200:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   21201:          main/pa_string.C: string+array made linear grows
                   21202: 
                   21203:        * src/: include/pa_string.h, main/pa_string.C,
                   21204:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   21205:          grow lineary, not exponentialy
                   21206: 
                   21207:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   21208:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   21209:          with fullchunk cmps
                   21210: 
                   21211:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   21212:          70041=           81
                   21213: 
                   21214:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   21215:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   21216:          malloc 27809390/368771, calloc 3232/83. would test now
                   21217: 
                   21218:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   21219:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   21220:          numbered params had wrong name - for instance: bad error message
                   21221:          in ^for[] bad body type. fixed
                   21222: 
                   21223: 2001-05-14  parser
                   21224: 
                   21225:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   21226:          main/untaint.C: ^string.upper|lower[]
                   21227: 
                   21228: 2001-05-11  parser
                   21229: 
                   21230:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   21231:          classes/string.C, classes/table.C, classes/unknown.C,
                   21232:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   21233:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   21234:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   21235: 
                   21236:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   21237:          .dsp for win32tools
                   21238: 
                   21239: 2001-05-11  paf
                   21240: 
                   21241:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   21242:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   21243:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   21244:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   21245: 
                   21246: 2001-05-10  paf
                   21247: 
                   21248:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   21249:          for C++, that's all
                   21250: 
1.116     moko     21251:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   21252:          pa_config_includes.h: inline wonders
1.95      moko     21253: 
                   21254:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   21255:          doc/doxygen.cmd: hash.C added
                   21256: 
                   21257:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   21258: 
                   21259:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   21260:          menthod
                   21261: 
                   21262:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   21263:          pa_vstateless_object.h: changed priority: field before method
                   21264:          lookup in vclass & vobject
                   21265: 
                   21266:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   21267:          grammar: priorities changes [lowerd && prior] vobject: now first
                   21268:          fields, next methods
                   21269: 
                   21270: 2001-05-08  paf
                   21271: 
                   21272:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   21273:          bark=false. fixed
                   21274: 
                   21275:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   21276:          types/pa_vmethod_frame.h: hash:default works at last!
                   21277: 
                   21278:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   21279:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   21280:          hash:default
                   21281: 
                   21282:        * src/classes/table.C: z
                   21283: 
                   21284:        * src/classes/table.C: table:hash always hash of hash now
                   21285: 
                   21286:        * src/classes/table.C: table:empty return bool now
                   21287: 
                   21288:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   21289:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21290:          types/pa_vtable.h: table:hash
                   21291: 
                   21292:        * src/classes/table.C: table:record have name
                   21293: 
                   21294:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   21295:          returns vunknown
                   21296: 
                   21297:        * src/classes/: double.C, int.C, op.C, string.C:
                   21298:          int,double,string:int[] double[] string:length[] results now have
                   21299:          hames
                   21300: 
                   21301:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   21302:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   21303:          now return bool
                   21304: 
                   21305:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   21306:          in method checkparams again. fixed
                   21307: 
                   21308: 2001-05-07  paf
                   21309: 
                   21310:        * src/doc/chm.cmd: cmd
                   21311: 
                   21312:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21313:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   21314:          types/pa_value.h: method reported errors on wrong pool
                   21315: 
                   21316:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   21317:          now
                   21318: 
                   21319:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   21320:          include/code.h, include/pa_opcode.h, main/compile.C,
                   21321:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   21322:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21323:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21324:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   21325:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21326:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21327:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21328:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21329:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21330:          types/pa_wwrapper.h: pa_code.h
                   21331: 
                   21332:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   21333: 
                   21334:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   21335:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   21336:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21337:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   21338:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21339:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   21340:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   21341:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   21342:          types/pa_vtable.h: dox, split by not clean parts also
                   21343: 
                   21344:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21345:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   21346:          'dir' fields & co. more
                   21347: 
                   21348:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   21349:          so to enable 'dir' fields & co.
                   21350: 
                   21351:        * src/main/compile.y: grammar: @end
                   21352: 
                   21353: 2001-05-04  paf
                   21354: 
                   21355:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   21356:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   21357: 
                   21358:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21359:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21360:          classes/op.C, classes/random.C, classes/response.C,
                   21361:          classes/string.C, classes/table.C, classes/unknown.C,
                   21362:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21363:          method dox
                   21364: 
                   21365: 2001-05-03  paf
                   21366: 
                   21367:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21368:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21369:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21370:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21371:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21372:          main/pa_request.C: dox splitted .dox files and added some
                   21373: 
                   21374:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21375: 
                   21376: 2001-05-02  paf
                   21377: 
                   21378:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21379:          by file_name  language now
                   21380: 
                   21381: 2001-04-28  paf
                   21382: 
                   21383:        * src/classes/classes.inc: removed classes.inc
                   21384: 
                   21385:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21386:          from .am
                   21387: 
                   21388:        * src/classes/classes.awk: skipped classes in .awk
                   21389: 
                   21390:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21391:          classes/classes.inc, classes/double.C, classes/file.C,
                   21392:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21393:          classes/string.C, classes/table.C, classes/unknown.C,
                   21394:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21395:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21396:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21397:          pa_methoded back to classes/classes.h
                   21398: 
                   21399:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21400: 
                   21401:        * src/: classes/Makefile.am, classes/classes.awk,
                   21402:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21403:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21404: 
                   21405:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21406:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21407:          classes/response.C, classes/string.C, classes/table.C,
                   21408:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21409:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21410:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21411:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21412:          include|main/pa_methoded
                   21413: 
                   21414:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21415:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21416: 
                   21417:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21418:          moved some configured data to request::classes_conf moved some
                   21419:          string crations from globals to M...  [works]
                   21420: 
                   21421:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21422:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21423:          main/pa_request.C: moved some configured data to
                   21424:          request::classes_conf moved some string crations from globals to
                   21425:          M...
                   21426: 
                   21427:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21428:          about to move configured data to special request hash
                   21429: 
                   21430:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21431:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21432:          main/pa_request.C: configure started
                   21433: 
                   21434:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21435:          2. todo: methoded-configure
                   21436: 
                   21437:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21438:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21439:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21440:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21441:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21442:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21443:          classes/random.C, classes/response.C, classes/string.C,
                   21444:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21445:          include/pa_request.h, main/compile.y, main/execute.C,
                   21446:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21447:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21448:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21449:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21450:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21451:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21452:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21453:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21454:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21455:          methoded-configure
                   21456: 
                   21457:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21458:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21459:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21460:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21461: 
                   21462:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21463:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21464:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21465:          classes/random.C, classes/response.C, classes/string.C,
                   21466:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21467:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21468:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21469:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21470:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21471:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21472:          beautifying just compiled. todo: debug, configure
                   21473: 
                   21474: 2001-04-27  paf
                   21475: 
                   21476:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21477:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21478:          beautifying -99
                   21479: 
                   21480:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21481:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21482:          classes/classes.h, classes/double.C, classes/file.C,
                   21483:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21484:          classes/op.C, classes/random.C, classes/response.C,
                   21485:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21486:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21487:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21488:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21489:          types/pa_vunknown.h: beautifying -100
                   21490: 
                   21491:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21492: 
                   21493:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21494:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21495:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21496:          classes/op.C, classes/random.C, classes/response.C,
                   21497:          classes/string.C, classes/table.C, classes/unknown.C,
                   21498:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21499:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21500:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21501:          beautifying
                   21502: 
                   21503: 2001-04-26  paf
                   21504: 
                   21505:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21506: 
                   21507:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21508:          documentation ++
                   21509: 
                   21510:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21511:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21512:          targets/cgi/pa_pool.C: code documentation ++
                   21513: 
                   21514:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21515:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21516:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21517:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21518:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21519:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21520:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21521:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21522:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21523:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21524:          code documentation ++
                   21525: 
                   21526:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21527:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21528:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21529:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21530:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21531:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21532:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21533:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21534: 
                   21535:        * src/main/: pa_request.C, pa_string.C: z
                   21536: 
                   21537:        * src/: include/pa_common.h, include/pa_types.h,
                   21538:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21539:          connection caching fixed.  request-pooled-url were stored into
                   21540:          global connectioncache
                   21541: 
                   21542: 2001-04-25  paf
                   21543: 
                   21544:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21545:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21546: 
                   21547:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21548:          main/execute.C, main/pa_common.C: -d
                   21549: 
                   21550:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21551:          illegal call check a bit improved, but still under iis no mapping
                   21552:          of dir with parser allowed!
                   21553: 
                   21554: 2001-04-24  paf
                   21555: 
                   21556:        * src/targets/Makefile.am: apache module lib .am
                   21557: 
                   21558:        * src/main/pa_exec.C: windows32 buildCommand
                   21559: 
                   21560: 2001-04-23  paf
                   21561: 
                   21562:        * src/targets/cgi/Makefile.am: win32 conditional
                   21563: 
                   21564:        * src/targets/cgi/Makefile.am: win32 conditional
                   21565: 
                   21566:        * src/targets/cgi/Makefile.am: liblink
                   21567: 
                   21568:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21569:          vfile fields return type
                   21570: 
                   21571:        * src/types/pa_vfile.h: vfile fields return type
                   21572: 
                   21573:        * src/include/pa_config_auto.h.in: .h.in
                   21574: 
                   21575:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21576:          types/Makefile: makefiles removed
                   21577: 
                   21578:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21579:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21580: 
                   21581:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21582:          [tested: i & g ]
                   21583: 
                   21584:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21585:          @test noticed series in isapi, check how initialize_random_class
                   21586:          is called! [must be called only once]
                   21587: 
                   21588:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21589:          would not be 'unknown column'
                   21590: 
                   21591:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21592:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21593: 
                   21594:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21595:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21596:          [now doesnt]
                   21597: 
                   21598:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21599: 
                   21600:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21601:          /cgi-bin/parser3/auto.p
                   21602: 
                   21603:        * src/main/untaint.C: untaint without charset
                   21604: 
                   21605:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21606:          main/pa_common.C: common: file_write /// @test mkdirs
                   21607:          file_delete rmdirs
                   21608: 
                   21609:        * src/main/untaint.C: mail header only once to =?
                   21610: 
                   21611:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21612:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21613:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21614:          all but 'html'
                   21615: 
                   21616:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21617:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21618:          main/untaint.C: untaint -  @test mail-header
                   21619: 
                   21620: 2001-04-20  paf
                   21621: 
                   21622:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21623:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21624:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21625:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21626: 
                   21627:        * src/main/untaint.C: z
                   21628: 
                   21629:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21630: 
                   21631: 2001-04-19  paf
                   21632: 
                   21633:        * src/main/compile_tools.h: $a$b bugfix
                   21634: 
                   21635:        * src/targets/cgi/parser3.C: z
                   21636: 
                   21637:        * src/classes/file.C: z
                   21638: 
                   21639:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21640:          done: header to $fields. waits for header '\' tricks
                   21641: 
                   21642:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21643:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21644:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21645:          \" mech
                   21646: 
                   21647:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21648:          http://alx/~paf/ doesnt load /auto.p
                   21649: 
                   21650: 2001-04-18  paf
                   21651: 
                   21652:        * src/main/pa_request.C: 1
                   21653: 
                   21654:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21655:          linux @alx
                   21656: 
                   21657: 2001-04-17  paf
                   21658: 
                   21659:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21660:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21661:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21662:          enabled
                   21663: 
                   21664:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21665:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21666:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21667:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21668:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21669:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21670:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21671:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21672:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21673:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21674:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21675:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21676:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21677:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21678: 
                   21679:        * src/: include/pa_sql_driver_manager.h,
                   21680:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21681:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21682:          .so)
                   21683: 
                   21684: 2001-04-16  paf
                   21685: 
                   21686:        * src/Makefile.am: compile2 cygwin
                   21687: 
                   21688:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21689:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21690: 
                   21691:        * src/targets/cgi/Makefile.am: compile0 jav
                   21692: 
                   21693:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21694:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21695:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21696:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21697:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21698:          classes/mail.C, classes/op.C, classes/random.C,
                   21699:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21700:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21701:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21702:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21703:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21704:          compile-1
                   21705: 
                   21706: 2001-04-15  paf
                   21707: 
                   21708:        * src/classes/op.C: z
                   21709: 
                   21710:        * src/classes/table.C: table:empty +=process
                   21711: 
                   21712:        * src/types/pa_value.h: MethodParams !junction
                   21713: 
                   21714:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21715:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21716:          classes/random.C, classes/response.C, classes/string.C,
                   21717:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21718:          MethodParams everywhere
                   21719: 
                   21720:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21721:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21722: 
                   21723: 2001-04-12  paf
                   21724: 
                   21725:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21726: 
                   21727:        * src/: classes/_unknown.h, classes/unknown.C,
                   21728:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21729:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21730: 
                   21731:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21732: 
                   21733:        * src/classes/image.C: image:gif now does not have params
                   21734: 
                   21735:        * src/classes/image.C:
                   21736:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21737: 
                   21738:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21739:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21740:          for var now written not to r.wcontext, but to r.root cleared
                   21741:          "entered_object" state
                   21742: 
                   21743: 2001-04-11  paf
                   21744: 
                   21745:        * src/classes/image.C: image:create image:load
                   21746: 
                   21747:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21748:          just compiled
                   21749: 
                   21750:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21751:          todo: gif without file
                   21752: 
                   21753:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21754:          started porting to Pooled descendant
                   21755: 
                   21756:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21757:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21758:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21759:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21760: 
                   21761:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21762:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21763:          end. switching to python imaging lib
                   21764: 
                   21765:        * src/main/main.dsp: gd+smtp made separate libs
                   21766: 
                   21767:        * src/: include/pa_globals.h, include/pa_string.h,
                   21768:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21769:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21770:          length
                   21771: 
                   21772:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21773:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21774:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21775:          UL_FILE_NAME of posted file name
                   21776: 
                   21777:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21778:          post [broke when moved post read to core]
                   21779: 
                   21780: 2001-04-10  paf
                   21781: 
                   21782:        * src/classes/image.C: image:html done
                   21783: 
                   21784:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21785: 
                   21786:        * src/classes/image.C: z
                   21787: 
                   21788:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21789:          forgotten!
                   21790: 
                   21791:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21792:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21793:          types/pa_vimage.h: image:measure -90
                   21794: 
                   21795:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21796:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21797:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21798:          classes/_table.h, classes/file.C, classes/mail.C,
                   21799:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21800:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21801:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21802:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21803:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21804:          compiled
                   21805: 
                   21806:        * src/classes/mail.C: minor bug with unclear from/to
                   21807: 
                   21808:        * src/classes/mail.C: sendmail unix skipping defaults
                   21809: 
                   21810:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21811:          sendmail unix added defaults
                   21812: 
                   21813:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21814: 
                   21815:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21816: 
                   21817: 2001-04-09  paf
                   21818: 
                   21819:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21820:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21821:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21822:          targets/isapi/parser3isapi.dsp: all targets exec
                   21823: 
                   21824:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21825:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21826:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21827:          args in apache:util.script
                   21828: 
                   21829:        * src/include/pa_string.h: written but not tested exec with env for
                   21830:          unix
                   21831: 
                   21832:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21833:          targets/cgi/parser3.C: exec win32 env
                   21834: 
                   21835:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21836:          0
                   21837: 
                   21838:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21839:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21840:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21841:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21842: 
                   21843:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21844:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21845: 
                   21846:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21847:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21848: 
                   21849:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21850:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21851:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21852:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21853:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21854:          exec class just compiled. moved post read to request core
                   21855: 
                   21856:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21857:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21858:          main/pa_globals.C, targets/cgi/parser3.C,
                   21859:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21860:          are already read by vform
                   21861: 
                   21862: 2001-04-08  paf
                   21863: 
                   21864:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21865:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21866:          uuencode. string<<
                   21867: 
                   21868: 2001-04-07  paf
                   21869: 
                   21870:        * src/classes/mail.C: z
                   21871: 
                   21872:        * src/classes/mail.C: z
                   21873: 
                   21874:        * src/classes/mail.C: ^mail[$attach
                   21875: 
                   21876:        * src/classes/mail.C: ^attach dead end
                   21877: 
                   21878:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21879:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21880:          targets/isapi/parser3isapi.C: mail:send 1
                   21881: 
                   21882:        * src/: classes/mail.C, main/pa_request.C: z
                   21883: 
                   21884:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21885:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21886:          compiled
                   21887: 
                   21888:        * src/classes/mail.C: +=
                   21889: 
                   21890:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21891:          prepared
                   21892: 
                   21893:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21894:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21895:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21896:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21897: 
                   21898: 2001-04-06  paf
                   21899: 
                   21900:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21901:          main/pa_string.C: table:dir 1
                   21902: 
                   21903:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21904:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21905: 
                   21906:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21907:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21908:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21909:          main/pa_request.C: renamed 'root' to 'op'
                   21910: 
                   21911:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21912: 
                   21913:        * src/types/pa_valiased.C: another root inherititance skipped
                   21914: 
                   21915:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21916:          root methods of parent class. just 'ROOT' class
                   21917: 
                   21918:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21919:          @office
                   21920: 
                   21921:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21922: 
                   21923: 2001-04-05  paf
                   21924: 
                   21925:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21926:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21927:          constructor flag dropped at get_method_frame and remembered into
                   21928:          method_frame
                   21929: 
                   21930:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21931:          classes/table.C, main/pa_request.C: junction to code&expression
                   21932:          in errors
                   21933: 
                   21934:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21935:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21936:          $LOCALE:ctype[Russian_Russia.1251]
                   21937: 
                   21938:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21939:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21940:          main/pa_table.C: hash now not thread-safe.
                   21941: 
                   21942:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21943:          main/untaint.C: z
                   21944: 
                   21945:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21946:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   21947:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   21948:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   21949:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   21950: 
                   21951:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21952:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   21953: 
                   21954:        * src/classes/table.C: select * from hren error contains statement
                   21955: 
                   21956:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21957:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   21958:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   21959: 
                   21960:        * src/: classes/root.C, include/pa_sql_connection.h,
                   21961:          include/pa_sql_driver.h, main/main.dsp,
                   21962:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   21963:          services for conv memory & error reporting
                   21964: 
                   21965: 2001-04-04  paf
                   21966: 
                   21967:        * src/doc/doxygen.cfg: z
                   21968: 
                   21969:        * src/include/pa_sql_driver.h: mysql connect
                   21970: 
                   21971:        * src/include/pa_sql_driver.h: mysql info
                   21972: 
                   21973:        * src/: classes/root.C, include/pa_sql_driver.h,
                   21974:          include/pa_sql_driver_manager.h, main/main.dsp,
                   21975:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   21976: 
                   21977:        * src/sql/Makefile.am: forgot to add mysql client
                   21978: 
                   21979:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   21980:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   21981:          [forgot to add libltdl, added]
                   21982: 
                   21983:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   21984:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   21985:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   21986:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   21987:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   21988:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   21989:          -1000 just compiled
                   21990: 
                   21991:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21992:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   21993:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   21994: 
                   21995: 2001-04-03  paf
                   21996: 
                   21997:        * src/types/pa_vform.C: z
                   21998: 
                   21999:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22000:          assigned lang
                   22001: 
                   22002:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22003:          {}[]< empty []
                   22004: 
                   22005:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22006:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22007:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22008: 
                   22009:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22010:          string:match replace strange matches
                   22011: 
                   22012:        * src/classes/string.C: string:match replace 0
                   22013: 
                   22014:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22015:          prepared 2
                   22016: 
                   22017:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22018:          string:match replace prepared
                   22019: 
                   22020:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22021:          string:match replace -11
                   22022: 
                   22023:        * src/: classes/string.C, include/pa_globals.h,
                   22024:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22025:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22026: 
                   22027:        * src/: classes/string.C, include/pa_globals.h,
                   22028:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22029:          main/pa_string.C: string:match [search] -1 just compiled
                   22030: 
                   22031:        * src/types/pa_vstring.C: z
                   22032: 
                   22033:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22034:          classes/int.C, classes/response.C, classes/root.C,
                   22035:          classes/string.C, classes/table.C, include/pa_string.h,
                   22036:          main/pa_string.C: string:match -10 [frame]
                   22037: 
                   22038:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22039:          main/pa_request.C: z
                   22040: 
                   22041:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22042:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22043:          todo/tests
                   22044: 
                   22045:        * src/include/pa_common.h: z
                   22046: 
                   22047:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22048:          main/pa_request.C, targets/cgi/parser3.C,
                   22049:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22050:          content-disposition
                   22051: 
                   22052:        * src/: include/pa_common.h, include/pa_globals.h,
                   22053:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22054:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22055: 
                   22056:        * src/: include/pa_common.h, include/pa_request.h,
                   22057:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22058:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22059:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22060:          response:body
                   22061: 
                   22062:        * src/classes/table.C: table:append now uses string::split
                   22063: 
                   22064:        * src/classes/table.C: z
                   22065: 
                   22066:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22067:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22068:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22069:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22070:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22071:          string::pos & cmp & piece bugs fixed.  string::split new
                   22072:          table:load separated from set table:set implemented with clean \n
                   22073:          \t searches
                   22074: 
                   22075: 2001-04-02  paf
                   22076: 
                   22077:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22078:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22079:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22080:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22081:          it in table:set/load
                   22082: 
                   22083:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22084:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22085: 
                   22086:        * src/classes/random.C: random:generate 1
                   22087: 
                   22088:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22089:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22090:          types/pa_value.h: random:generate
                   22091: 
                   22092: 2001-03-30  paf
                   22093: 
                   22094:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22095:          todo: table flip and append. string::pos
                   22096: 
                   22097:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22098:          classes/response.C, classes/root.C, classes/string.C,
                   22099:          classes/table.C, main/compile.y, main/execute.C,
                   22100:          types/pa_value.h, types/pa_vstateless_class.C,
                   22101:          types/pa_vstateless_class.h: static|dynamic|any method
                   22102:          registration
                   22103: 
                   22104:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22105:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22106:          table:flip
                   22107: 
                   22108: 2001-03-29  paf
                   22109: 
                   22110:        * src/classes/string.C: string:xsplit forgot that they must result
                   22111:          in 1 row N column [not vice versa]
                   22112: 
                   22113:        * src/classes/string.C: z
                   22114: 
                   22115:        * src/classes/string.C: string: rsplit
                   22116: 
                   22117:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22118:          string: lsplit
                   22119: 
                   22120:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22121:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22122:          lsplit -1
                   22123: 
                   22124:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22125:          string: pos
                   22126: 
                   22127:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22128:          string: pos -1
                   22129: 
                   22130:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22131:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22132:          main/untaint.C: string: left right mid
                   22133: 
                   22134:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22135:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22136:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22137:          and [;] are different now.
                   22138: 
                   22139:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22140:          main/untaint.C: pool.request undone
                   22141: 
                   22142:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22143:          main/untaint.C: pool.request
                   22144: 
                   22145: 2001-03-28  paf
                   22146: 
                   22147:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22148:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22149:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22150:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22151: 
                   22152:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22153:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   22154:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   22155:          types/pa_vform.C: file:load autodetection of mime-type by
                   22156:          user-file-name
                   22157: 
                   22158:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   22159:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   22160:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   22161: 
                   22162:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22163:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   22164:          write. must be self.set
                   22165: 
                   22166:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22167:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   22168: 
                   22169:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   22170:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   22171:          types/pa_vtable.h: table:locate just compiled
                   22172: 
                   22173: 2001-03-27  paf
                   22174: 
                   22175:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   22176:          code-params2, fixed ntfs hardlink slow dir update
                   22177: 
                   22178:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   22179:          types/pa_wcontext.h: fixed r/w context of code-params
                   22180: 
                   22181:        * src/: classes/table.C, main/execute.C: about to change junction
                   22182:          rcontext!!
                   22183: 
                   22184:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22185:          classes/string.C, classes/table.C, main/compile_tools.C,
                   22186:          main/execute.C, main/pa_request.C, main/untaint.C,
                   22187:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   22188:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22189:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   22190:          types/pa_vunknown.h: sort 0
                   22191: 
                   22192:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   22193:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   22194:          renamed to are_static_calls_disabled
                   22195: 
                   22196:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   22197:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   22198:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22199:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   22200: 
                   22201:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   22202: 
                   22203:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   22204:          started table:sort fixed minor bug in #...^{
                   22205: 
                   22206:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   22207:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   22208:          decided to have as it were. stepped back.  grammar: added 'in'
                   22209:          'is' 'lt'&co follow-space check
                   22210: 
                   22211: 2001-03-26  paf
                   22212: 
                   22213:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22214:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   22215:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22216:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   22217:          invocation in ^process
                   22218: 
                   22219:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   22220: 
                   22221:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   22222:          main/pa_array.C: table:record
                   22223: 
                   22224:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   22225:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22226:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   22227:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22228:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   22229:          types/pa_vtable.h: z
                   22230: 
                   22231:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   22232:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   22233:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22234:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   22235:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   22236:          method realisations on 'self' validity - they now can simply
                   22237:          assume that 'self' is V{Proper} .
                   22238: 
                   22239: 2001-03-25  paf
                   22240: 
                   22241:        * src/main/untaint.C: z
                   22242: 
                   22243:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   22244:          lowlevel - it initialization could be skipped if failed in @auto.
                   22245:          so that exception report would use some table
                   22246: 
                   22247:        * src/main/pa_request.C: table empty lines ignored. system-default
                   22248:          content type assigned in output:result [can fail in main:auto and
                   22249:          skipped normal defaults extraction]
                   22250: 
                   22251:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   22252:          bug
                   22253: 
                   22254:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   22255:          processing to table [except preliminary \r\n \r \n replacements
                   22256:          to "\n"]
                   22257: 
                   22258:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   22259:          move all the processing to table
                   22260: 
                   22261:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   22262:          main/pa_table.C, main/untaint.C: returned table originating.
                   22263:          useful for reporting typo table problems origin. think would be
                   22264:          useful somewhere else
                   22265: 
                   22266:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   22267: 
                   22268:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   22269:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   22270:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   22271:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22272:          types/pa_vcookie.h: typo & typo-default
                   22273: 
                   22274: 2001-03-24  paf
                   22275: 
                   22276:        * src/main/pa_common.C: z
                   22277: 
                   22278:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22279:          targets/cgi/parser3.C: html-typo 2
                   22280: 
                   22281:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   22282:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   22283:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   22284:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   22285:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22286:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22287:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   22288:          noticed double default content-type prob. run cgi.cmd tomorrow
                   22289:          first html-typo sample. detected << problem: they become ltlt too
                   22290:          fast
                   22291: 
                   22292:        * src/main/compile.y: z
                   22293: 
                   22294:        * src/main/: compile.y, compile_tools.h: #comment
                   22295: 
                   22296:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22297:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   22298:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22299:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   22300:          stringified
                   22301: 
                   22302:        * src/types/pa_valiased.C: decided to String-ify file_read
                   22303: 
                   22304:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   22305:          isapi/parser3isapi.dsp: cgi: sapi::log
                   22306: 
                   22307:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   22308:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   22309:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   22310:          error log experiments failed - cgi under iis got no access to
                   22311:          log. registereventsource simply failed with 5(illegal call) code,
                   22312:          while worked OK as standalone executable.  isapi: used
                   22313:          HSE_APPEND_LOG_PARAMETER feature
                   22314: 
                   22315:        * src/: include/pa_common.h, include/pa_globals.h,
                   22316:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22317:          targets/isapi/parser3isapi.C: fixed default content-type
                   22318:          allocation storage
                   22319: 
                   22320:        * src/: include/pa_globals.h, include/pa_request.h,
                   22321:          main/pa_globals.C, main/pa_request.C: z
                   22322: 
                   22323:        * src/: include/pa_array.h, include/pa_hash.h,
                   22324:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   22325:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22326:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   22327:          content-type
                   22328: 
                   22329:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   22330:          sanity
                   22331: 
                   22332:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   22333:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   22334:          away freeze mech.  no danger now for you can't do
                   22335:          ^request:process[@new-method[] body] trick anymore.  still
                   22336:          remains $some_instance.process[@new-method[] possibility] but
                   22337:          would leave it as a feature.  see index for sample
                   22338: 
                   22339:        * src/: include/pa_common.h, main/pa_common.C,
                   22340:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   22341:          monkey every target
                   22342: 
                   22343:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22344:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   22345:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   22346: 
                   22347: 2001-03-23  paf
                   22348: 
                   22349:        * src/: include/pa_pool.h, main/pa_request.C,
                   22350:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22351:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22352:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   22353: 
                   22354:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   22355: 
                   22356:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   22357:          it would be better to rewrite as filter then to deal with pool
                   22358: 
                   22359:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22360:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22361: 
                   22362:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22363:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22364:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22365:          include/pa_version.h, main/compile.y, main/execute.C,
                   22366:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22367:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22368:          main/untaint.C, targets/cgi/parser3.C,
                   22369:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22370:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22371:          updated. introducing ap_config_includes
                   22372: 
                   22373:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22374: 
                   22375:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22376: 
                   22377:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22378:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22379:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22380:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22381: 
                   22382:        * src/: include/pa_globals.h, main/pa_request.C,
                   22383:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22384:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22385:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22386: 
                   22387:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22388:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22389:          isapi minor env beauty
                   22390: 
                   22391:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22392:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22393:          isapi document_root 0
                   22394: 
                   22395: 2001-03-22  paf
                   22396: 
                   22397:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22398: 
                   22399:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22400:          isapi/parser3isapi.C: z
                   22401: 
                   22402:        * src/: include/pa_pool.h, main/pa_request.C,
                   22403:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22404: 
                   22405:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22406:          kill.pl: isapi added utils
                   22407: 
                   22408:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22409:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22410:          types/pa_vform.C: isapi 0
                   22411: 
                   22412:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22413:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22414:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22415:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22416:          started isapi
                   22417: 
                   22418:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22419:          some comments
                   22420: 
                   22421:        * src/: include/pa_globals.h, include/pa_request.h,
                   22422:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22423:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22424:          parser_root_auto_path parser_site_auto_path
                   22425: 
                   22426:        * src/types/pa_vcookie.C: cookie attr decoded
                   22427: 
                   22428: 2001-03-21  paf
                   22429: 
                   22430:        * src/targets/cgi/parser3.C: z
                   22431: 
                   22432:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22433: 
                   22434:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22435:          types/pa_venv.h: in cookie & env. todo:post
                   22436: 
                   22437:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22438:          classes/root.C, classes/table.C, include/pa_array.h,
                   22439:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22440:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22441:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22442:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22443:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22444:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22445:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22446:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22447:          shifted apache branch on main trunc
                   22448: 
                   22449:        * src/: include/pa_common.h, include/pa_globals.h,
                   22450:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22451:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22452:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22453:          starting mod_parser3
                   22454: 
                   22455:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22456: 
                   22457: 2001-03-20  paf
                   22458: 
                   22459:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22460:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22461:          win32 ifdefs work and add ifdef unistd
                   22462: 
                   22463:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22464:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22465:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22466:          z
                   22467: 
                   22468:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22469:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22470:          locking
                   22471: 
                   22472:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22473: 
                   22474:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22475:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22476:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22477:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22478:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22479:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22480:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22481: 
                   22482:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22483:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22484: 
                   22485:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22486:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22487:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22488:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22489:          types/pa_vform.h: z
                   22490: 
                   22491:        * src/include/pa_string.h: z
                   22492: 
                   22493:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22494:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22495:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22496:          :Value
                   22497: 
                   22498:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22499:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22500:          :VStateless_object
                   22501: 
                   22502:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22503:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22504:          :VStateless_object
                   22505: 
                   22506:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22507:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22508: 
                   22509:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22510:          types/pa_valiased.h, types/pa_value.h,
                   22511:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22512:          types/pa_vstateless_object.h: moved common get_element part from
                   22513:          stateless object&class into VAliased
                   22514: 
                   22515:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22516:          classes/table.C, main/execute.C, main/main.dsp,
                   22517:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22518:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22519:          now :Value
                   22520: 
                   22521:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22522:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22523:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22524: 
                   22525:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22526:          doxx
                   22527: 
                   22528:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22529:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22530:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22531:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22532:          and ^file:save
                   22533: 
                   22534: 2001-03-19  paf
                   22535: 
                   22536:        * src/types/pa_vfile.C: z
                   22537: 
                   22538:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22539:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22540:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22541:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22542: 
                   22543:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22544:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22545:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22546:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22547:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22548:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22549:          types/pa_vfile.h: file class just compiled
                   22550: 
                   22551:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22552:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22553:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22554:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22555:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22556: 
                   22557:        * src/include/pa_pool.h: z
                   22558: 
                   22559:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22560:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22561:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22562:          those Value-s
                   22563: 
                   22564:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22565:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22566:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22567:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22568:          include/pa_types.h, main/compile.C, main/compile.y,
                   22569:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22570:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22571:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22572:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22573:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22574: 
                   22575:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22576:          derivates somehow unlinked. don't know why yet
                   22577: 
                   22578:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22579:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22580:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22581:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22582:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22583:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22584:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22585: 
                   22586:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22587:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22588:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22589:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22590:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22591: 
                   22592:        * src/include/pa_globals.h: z
                   22593: 
                   22594:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22595:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22596:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22597:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22598:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22599:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22600:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22601:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22602: 
                   22603: 2001-03-18  paf
                   22604: 
                   22605:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22606:          cookie: allowed access to hash-assigned
                   22607: 
                   22608:        * src/targets/cgi/parser3.C: z
                   22609: 
                   22610:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22611:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22612:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22613:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22614:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22615:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22616:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22617:          types/pa_vunknown.h: cookie class
                   22618: 
                   22619:        * src/main/pa_request.C: zero length output allowed
                   22620: 
                   22621:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22622:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22623: 
                   22624:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22625:          lang switch
                   22626: 
                   22627:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22628:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22629:          types/pa_value.h, types/pa_vhash.h:
                   22630:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22631: 
                   22632:        * src/main/execute.C: z
                   22633: 
                   22634:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22635:          targets/cgi/parser3.C: taint[uri
                   22636: 
                   22637:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22638:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22639:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22640:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22641: 
                   22642:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22643:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22644:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22645:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22646:          bool tainted) ctor
                   22647: 
                   22648:        * src/: include/pa_hash.h, include/pa_request.h,
                   22649:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22650:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22651:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22652: 
                   22653:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22654:          response fields to header
                   22655: 
                   22656:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22657:          z
                   22658: 
                   22659:        * src/: classes/_response.h, classes/response.C,
                   22660:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22661:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22662:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22663:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22664:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22665:          $response: 0  request::core exception rethrow
                   22666: 
                   22667: 2001-03-16  paf
                   22668: 
                   22669:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22670:          types/pa_vrequest.h: native method' class call with less params
                   22671:          then needed error reporting
                   22672: 
                   22673:        * src/: classes/_request.h, classes/request.C,
                   22674:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22675:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22676:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22677:          types/pa_vrequest.h: $request : query :uri
                   22678: 
                   22679:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22680:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22681:          types/pa_wcontext.h: $result
                   22682: 
                   22683:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22684: 
                   22685:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22686:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22687:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22688: 
                   22689:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22690:          main/compile.y, main/execute.C, types/pa_value.h,
                   22691:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22692:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22693:          wcontext conflict
                   22694: 
                   22695:        * src/: main/execute.C, types/pa_value.h,
                   22696:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22697:          $string.field
                   22698: 
                   22699: 2001-03-15  paf
                   22700: 
                   22701:        * src/main/pa_request.C: news sample
                   22702: 
                   22703:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22704:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22705: 
                   22706:        * src/main/: compile.y, execute.C: z
                   22707: 
                   22708:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22709:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22710:          pre pre works
                   22711: 
                   22712:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22713:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22714:          fillfields just compiled
                   22715: 
                   22716: 2001-03-14  paf
                   22717: 
                   22718:        * src/: include/pa_request.h, main/pa_request.C,
                   22719:          targets/cgi/parser3.C: z
                   22720: 
                   22721:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22722:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22723:          types/pa_vstring.h: limits -1
                   22724: 
                   22725:        * src/: include/pa_globals.h, include/pa_request.h,
                   22726:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22727:          main/pa_request.C, targets/cgi/parser3.C,
                   22728:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22729:          request_info -1
                   22730: 
                   22731:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22732:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22733:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22734:          vform_fields_fill
                   22735: 
                   22736:        * src/targets/cgi/parser3.C: #  if MSVC
                   22737: 
                   22738:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22739:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22740: 
                   22741:        * src/targets/cgi/parser3.C: z
                   22742: 
                   22743:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22744:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22745:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22746:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22747:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22748:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22749: 
                   22750: 2001-03-13  paf
                   22751: 
                   22752:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22753:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22754:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22755:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22756:          instead
                   22757: 
                   22758:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22759:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22760:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22761:          started cgi target
                   22762: 
                   22763:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22764:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22765:          before error show with parser
                   22766: 
                   22767:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22768:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22769:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22770: 
                   22771:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22772: 
                   22773:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22774:          parser3.C: renamed targets/ parser to cgi
                   22775: 
                   22776:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22777:          classes/root.C, classes/string.C, classes/table.C,
                   22778:          include/pa_request.h, types/pa_vhash.h: z
                   22779: 
                   22780:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22781:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22782:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22783:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22784:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22785:          [historical moment :)]
                   22786: 
                   22787:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22788:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22789: 
                   22790:        * src/types/pa_venv.h: $ENV 1
                   22791: 
                   22792:        * src/main/execute.C: z
                   22793: 
                   22794:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22795:          future methods of ENV constructor if
                   22796: 
                   22797:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22798:          class
                   22799: 
                   22800:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22801:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22802:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22803:          classes/string.C, classes/table.C, include/pa_request.h,
                   22804:          main/compile.C, main/compile_tools.h, main/core.C,
                   22805:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22806:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22807:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22808:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22809:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22810:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22811: 
                   22812:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22813:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22814:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22815:          classes/string.C, classes/table.C, include/pa_request.h,
                   22816:          main/compile.C, main/compile_tools.h, main/core.C,
                   22817:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22818:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22819:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22820:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22821:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22822:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22823: 
                   22824:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22825:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22826:          yesterdays bad decision on execute_static_method
                   22827: 
                   22828:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22829: 
                   22830:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22831:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22832: 
                   22833:        * src/main/pa_request.C: z
                   22834: 
                   22835:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22836:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22837: 
                   22838:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22839:          include/pa_pool.h, main/pa_request.C:
                   22840:          restructure_exceptions_dead_end
                   22841: 
                   22842:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22843:          allowed ; inside {} to break params
                   22844: 
                   22845:        * src/classes/root.C: ^eval
                   22846: 
                   22847:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22848:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22849:          string ^format
                   22850: 
                   22851:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22852:          'bad' but not 'enough'
                   22853: 
                   22854:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22855:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22856:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22857:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22858:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22859: 
                   22860:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22861:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22862:          types/pa_vint.h: ^for
                   22863: 
                   22864: 2001-03-12  paf
                   22865: 
                   22866:        * src/classes/table.C: table ^empty
                   22867: 
                   22868:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22869: 
                   22870:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22871:          ^offset ^line ^count
                   22872: 
                   22873:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22874:          ^abs()  ^sign()
                   22875: 
                   22876:        * src/classes/: root.C, table.C: ^use
                   22877: 
                   22878:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22879:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22880:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22881:          ^while. switched off wcontext.constructing after write(value) or
                   22882:          auto-vhash-constructing
                   22883: 
                   22884:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22885:          main/pa_request.C: fail_if_junction_ helper func
                   22886: 
                   22887:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22888:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22889:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22890:          actual method_name, not source.  ^load
                   22891: 
                   22892:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22893: 
                   22894:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22895:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22896: 
                   22897:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22898:          include/pa_table.h, main/core.C, main/execute.C,
                   22899:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22900:          types/pa_value.h: table:set 0
                   22901: 
                   22902:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22903:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22904:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22905:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22906:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22907:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22908: 
                   22909:        * src/: classes/root.C, types/pa_value.h: z
                   22910: 
                   22911:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22912:          get_method in couple places optimizing them
                   22913: 
                   22914:        * src/classes/root.C: z
                   22915: 
                   22916:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22917:          zeroing
                   22918: 
                   22919:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22920:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22921:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22922:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22923:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22924:          types/pa_vmframe.h: ^process. actual names to store param and
                   22925:          check_actual_numbered_params for better place diagnostics
                   22926: 
                   22927:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22928:          method-junctions bug fixed
                   22929: 
                   22930:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22931:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22932: 
                   22933: 2001-03-11  paf
                   22934: 
                   22935:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22936:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22937:          VDouble VInt base now VObject_base - without fields
                   22938: 
                   22939:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22940: 
                   22941:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22942:          classes/string.C, include/core.h, include/pa_hash.h,
                   22943:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   22944:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   22945: 
                   22946:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22947:          include/pa_request.h, main/execute.C: intercept_string
                   22948: 
                   22949:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22950:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   22951: 
                   22952:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   22953:          ^inc-s(expr)
                   22954: 
                   22955:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22956:          classes/_root.h, classes/_string.h, classes/double.C,
                   22957:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22958:          include/code.h, include/core.h, include/pa_array.h,
                   22959:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22960:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22961:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22962:          include/pa_types.h, main/compile.C, main/compile.y,
                   22963:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22964:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22965:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   22966:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22967:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22968:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22969:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22970:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22971:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22972:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   22973: 
                   22974:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   22975: 
                   22976:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22977:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   22978: 
                   22979:        * src/: include/pa_valiased.h, include/pa_value.h,
                   22980:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22981:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22982:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22983:          include/pa_vobject.h, include/pa_vstring.h,
                   22984:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22985:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   22986:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   22987:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   22988:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22989:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22990:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22991:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22992:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22993:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   22994:          include/
                   22995: 
                   22996: 2001-03-10  paf
                   22997: 
                   22998:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22999:          main/pa_request.C: run+auto=run
                   23000: 
                   23001:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23002: 
                   23003:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23004:          classes/_root.h, classes/_string.h, classes/double.C,
                   23005:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23006:          include/code.h, include/core.h, include/pa_array.h,
                   23007:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23008:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23009:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23010:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23011:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23012:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23013:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23014:          include/pa_vobject.h, include/pa_vstring.h,
                   23015:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23016:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23017:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23018:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23019:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23020:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23021:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23022:          main/pa_wcontext.C: sources header
                   23023: 
                   23024:        * src/main/pa_request.C: auto..
                   23025: 
                   23026:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23027:          main/pa_request.C: auto tree0
                   23028: 
                   23029:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23030:          main/core.C, main/pa_request.C: names to core.C
                   23031: 
                   23032:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23033:          include/pa_request.h, main/core.C, main/execute.C,
                   23034:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23035: 
                   23036:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23037:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23038:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23039:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23040: 
                   23041:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23042:          @auto[] realised. auto.p scan togo
                   23043: 
                   23044:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23045:          code-junctions result now have names
                   23046: 
                   23047:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23048:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23049:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23050:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23051: 
                   23052:        * src/classes/env.C: env:file/line
                   23053: 
                   23054:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23055:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23056:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23057:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23058:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23059:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23060:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23061: 
                   23062:        * src/include/pa_vclass.h: const fight to go
                   23063: 
                   23064:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23065:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23066:          main/main.dsp: env0
                   23067: 
                   23068:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23069:          classes/_string.h, classes/double.C, classes/int.C,
                   23070:          classes/root.C, classes/string.C, include/pa_request.h,
                   23071:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23072:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23073:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23074:          main/pa_wcontext.C: ^lang prepare0
                   23075: 
                   23076: 2001-03-09  paf
                   23077: 
                   23078:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23079:          construct proper naming
                   23080: 
                   23081:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23082:          classes/double.C, classes/int.C, classes/root.C,
                   23083:          classes/string.C, include/code.h, include/pa_value.h,
                   23084:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23085:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23086:          main/compile.y, main/compile_tools.C, main/core.C,
                   23087:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23088:          and ^double[]. fixed expr type
                   23089: 
                   23090:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23091:          ^string.length[]
                   23092: 
                   23093: 2001-03-08  paf
                   23094: 
                   23095:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23096: 
                   23097:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23098:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23099:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23100:          derivated from vobject
                   23101: 
                   23102:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23103:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23104: 
                   23105:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23106:          remained clone conseqs
                   23107: 
                   23108:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23109: 
                   23110:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23111: 
                   23112:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23113:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23114:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23115:          include/pa_vobject.h, include/pa_vstring.h,
                   23116:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23117:          main/execute.C: withoud cloning. didn't need it actually, params
                   23118:          got passed from out unnamed ewpool
                   23119: 
                   23120:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23121:          include/pa_vjunction.h, include/pa_vobject.h,
                   23122:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23123: 
                   23124:        * src/: include/pa_bool.h, include/pa_double.h,
                   23125:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23126:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23127:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23128:          include/pa_vobject.h, include/pa_vstring.h,
                   23129:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23130:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23131:          to give params proper names
                   23132: 
                   23133:        * src/main/pa_wcontext.C: z
                   23134: 
                   23135:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23136:          unknown values in get_element and unfilled params. removed wrong
                   23137:          name change in get_element
                   23138: 
                   23139:        * src/main/execute.C: z
                   23140: 
                   23141:        * src/main/execute.C: fixed problems calling operators in
                   23142:          constructors
                   23143: 
                   23144:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23145:          detected problems calling operators in constructors
                   23146: 
                   23147:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23148:          autocalc def to string
                   23149: 
                   23150:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23151:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   23152: 
                   23153:        * src/classes/root.C: added root.c
                   23154: 
                   23155:        * src/: include/pa_request.h, include/pa_value.h,
                   23156:          include/pa_vcframe.h, include/pa_vmframe.h,
                   23157:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23158:          main/core.C, main/execute.C, main/pa_cframe.C,
                   23159:          main/pa_wcontext.C: 'if' just compiled
                   23160: 
                   23161:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   23162:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23163:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   23164:          main/pa_wcontext.C: z
                   23165: 
                   23166:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   23167:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   23168:          with parameter names  in operator methods
                   23169: 
                   23170:        * src/main/compile.y: minor renamings in .y
                   23171: 
                   23172:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23173:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   23174:          @BASE.  changed 'RUN' assignment mech
                   23175: 
                   23176:        * src/main/execute.C: z
                   23177: 
                   23178:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23179:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   23180:          static. so to enable runtime ^use
                   23181: 
                   23182:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   23183: 
                   23184:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23185:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   23186: 
                   23187:        * src/main/execute.C: root root in code-junction
                   23188: 
                   23189: 2001-03-07  paf
                   23190: 
                   23191:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   23192:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   23193: 
                   23194:        * src/: include/pa_stack.h, include/pa_value.h,
                   23195:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   23196:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   23197:          fixed rwcontext of {} params up
                   23198: 
                   23199:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   23200: 
                   23201:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   23202: 
                   23203:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   23204:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   23205:          main/pa_hash.C: expr def in -f
                   23206: 
                   23207:        * src/main/: compile.y, execute.C: expr calls
                   23208: 
                   23209:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   23210:          fixed
                   23211: 
                   23212:        * src/main/compile.y: expr quoted code
                   23213: 
                   23214:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   23215:          support0
                   23216: 
                   23217:        * src/main/compile.y: expr string comparisons 0
                   23218: 
                   23219:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   23220:          main/pa_string.C: just compiled lt&co
                   23221: 
                   23222:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   23223:          $field not a $var.field
                   23224: 
                   23225: 2001-03-06  paf
                   23226: 
                   23227:        * src/main/compile.y: .y expr visible-shorter
                   23228: 
                   23229:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   23230:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   23231:          logical
                   23232: 
                   23233:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   23234:          skipping whitespace in yylex
                   23235: 
                   23236:        * src/include/pa_vbool.h: forgot this
                   23237: 
                   23238:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   23239:          string ops in expressions 0
                   23240: 
                   23241:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   23242:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   23243:          main/execute.C, main/main.dsp: !~
                   23244: 
                   23245:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   23246:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   23247:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23248:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23249:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23250:          main/compile_tools.h, main/execute.C: +-*/
                   23251: 
                   23252:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   23253:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   23254: 
                   23255:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   23256:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   23257: 
                   23258:        * src/main/compile.y: expr grammar-1
                   23259: 
                   23260:        * src/main/compile.y: expr lexx1
                   23261: 
                   23262:        * src/main/: compile.y, execute.C, main.dsp: z
                   23263: 
                   23264:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   23265:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   23266:          main/execute.C: expr lex0 exec-1
                   23267: 
                   23268:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   23269: 
                   23270: 2001-02-26  paf
                   23271: 
                   23272:        * src/main/compile.y: max_string in yyerror bug fix
                   23273: 
                   23274: 2001-02-25  paf
                   23275: 
                   23276:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23277:          include/pa_wcontext.h, main/execute.C: VAliased3
                   23278: 
                   23279:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   23280: 
                   23281:        * src/main/execute.C: VAliased1
                   23282: 
                   23283:        * src/: include/pa_request.h, include/pa_value.h,
                   23284:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   23285:          VAliased0
                   23286: 
                   23287:        * src/: include/pa_pool.h, include/pa_request.h,
                   23288:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   23289:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   23290:          VAliased just compiled
                   23291: 
                   23292:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   23293:          include/pa_vobject.h, main/execute.C: alias dead end
                   23294: 
                   23295:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23296:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23297:          main/main.dsp: no not get fields into interm VFielded class.
                   23298:          fields & staticfields 1
                   23299: 
                   23300:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   23301:          include/pa_vobject.h, include/pa_wcontext.h,
                   23302:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   23303:          main/main.dsp: would now get fields into interm VFielded class
                   23304: 
                   23305:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23306:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23307:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23308:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   23309:          main/pa_wcontext.C: virtuals2
                   23310: 
                   23311:        * src/main/compile.y: : 1
                   23312: 
                   23313:        * src/main/compile.y: rethought to $class:static.field.subfield
                   23314: 
                   23315:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   23316:          $class:element
                   23317: 
                   23318:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23319:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   23320:          main/pa_wcontext.C: before execute class calls rewrite
                   23321: 
                   23322:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   23323:          name RUN, also alias
                   23324: 
                   23325:        * src/main/compile.y: escaping bug
                   23326: 
                   23327:        * src/: include/pa_request.h, include/pa_value.h,
                   23328:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   23329:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   23330: 
                   23331:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23332:          include/pa_vmframe.h, include/pa_vobject.h,
                   23333:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23334:          main/compile_tools.h, main/execute.C: ^class:method() just
                   23335:          compiled
                   23336: 
                   23337: 2001-02-24  paf
                   23338: 
                   23339:        * src/main/main.dsp: no bison -d
                   23340: 
                   23341:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   23342:          class' err msg wrong
                   23343: 
                   23344:        * src/main/compile.y: z
                   23345: 
                   23346:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   23347: 
                   23348:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   23349:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   23350: 
                   23351:        * src/: include/pa_vclass.h, main/core.C: z
                   23352: 
                   23353:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23354:          include/pa_vobject.h, main/main.dsp: vobject00
                   23355: 
                   23356:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   23357:          60% from 1 were 0
                   23358: 
                   23359:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23360:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23361:          as bad as you've named it: wcontext.value() was not a perfect
                   23362:          idea
                   23363: 
                   23364:        * src/main/execute.C: codeframe1
                   23365: 
                   23366:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23367:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23368:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23369:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23370:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23371:          just compiled
                   23372: 
                   23373:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23374:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23375:          smart wcontext handling needed
                   23376: 
                   23377:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23378:          klinch
                   23379: 
                   23380:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23381:          optimized empty case. failed on calls - produced empty string
                   23382:          param
                   23383: 
                   23384:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23385: 
                   23386:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23387:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23388:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23389:          main/execute.C: code junctions0. something wrong with last \n
                   23390:          macrotemplate strip
                   23391: 
                   23392:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23393:          main/pa_value.C: minor error reporting format beautifyings
                   23394: 
                   23395:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23396:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23397:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23398:          junctions0
                   23399: 
                   23400: 2001-02-23  paf
                   23401: 
                   23402:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23403:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23404: 
                   23405:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23406:          junction
                   23407: 
                   23408:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23409:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23410:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23411: 
                   23412:        * src/: include/pa_hash.h, include/pa_value.h,
                   23413:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23414:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23415:          done
                   23416: 
                   23417:        * src/include/pa_wcontext.h: z
                   23418: 
                   23419:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23420:          wrong grammar in complex constructor case
                   23421: 
                   23422:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23423: 
                   23424:        * src/main/execute.C: with result rwpool
                   23425: 
                   23426:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23427:          main/main.dsp: value named
                   23428: 
                   23429:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23430:          strign 2 value in 2 places in execute
                   23431: 
                   23432:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23433:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23434:          wcontext.put_element when wcontext fvalue==0
                   23435: 
                   23436: 2001-02-22  paf
                   23437: 
                   23438:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23439:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23440:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23441: 
                   23442:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23443:          erroreos checkout
                   23444: 
                   23445:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23446: 
                   23447:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23448:          main/compile_tools.h, main/pa_array.C: $self.get
                   23449: 
                   23450:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23451: 
                   23452:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23453:          bit. finished now.
                   23454: 
                   23455:        * src/main/compile.y: $: finished
                   23456: 
                   23457:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23458: 
                   23459:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23460:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23461: 
                   23462:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23463:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23464:          string to vstring it .y all
                   23465: 
                   23466:        * src/: include/pa_request.h, include/pa_stack.h,
                   23467:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23468:          all
                   23469: 
                   23470:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23471:          precise parse error line:col
                   23472: 
                   23473:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23474:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23475: 
                   23476:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23477:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23478:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23479:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23480:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23481:          main/pa_table.C: removed exception from request
                   23482: 
                   23483:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23484:          some forgotten
                   23485: 
                   23486:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23487:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23488:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23489:          get/put simple vars to VClass works0
                   23490: 
                   23491:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23492:          main/pa_string.C: in process, but found that exceptions are too
                   23493:          global
                   23494: 
                   23495:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23496:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23497:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23498:          seems wcontext must write strings regardles of fvalue!=0
                   23499: 
                   23500: 2001-02-21  paf
                   23501: 
                   23502:        * src/main/execute.C: tired :)
                   23503: 
                   23504:        * src/main/: compile.C, compile.y, execute.C: store0
                   23505: 
                   23506:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23507:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23508:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23509:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23510:          main/pa_request.C: get put -1 [just compiled]
                   23511: 
                   23512:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23513:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23514:          main/main.dsp, main/pa_request.C: request core methods0
                   23515: 
                   23516:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23517:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23518:          execute
                   23519: 
                   23520:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23521:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23522:          methods and one_big_piece. now compile returns array<method*>
                   23523: 
                   23524:        * src/main/compile.y: more straightforward yylex[end]
                   23525: 
                   23526:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23527:          string.operator==(char*)
                   23528: 
                   23529:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23530:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23531: 
                   23532:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23533:          pa_string.h, pa_value.h: struck with const array.gets
                   23534: 
                   23535:        * src/main/: execute.C: z
                   23536: 
                   23537:        * src/main/: compile.y, execute.C: z
                   23538: 
                   23539:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23540:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23541: 
                   23542:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23543:          parse error positions. leaving RIGHTMOST position as
                   23544:          @file[line:col]
                   23545: 
                   23546:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23547:          main/compile_tools.h: line numbers needed. would add them to .y
                   23548:          now internally. externally it's not as precise as needed
                   23549: 
                   23550:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23551:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23552:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23553:          compiler works ok
                   23554: 
                   23555: 2001-02-20  paf
                   23556: 
                   23557:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23558:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23559:          not perfect
                   23560: 
                   23561:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23562:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23563:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23564:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23565:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23566:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23567:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23568:          compiled.  execute=dump for now
                   23569: 
                   23570:        * src/main/core.C: core rewrite using yacc investigations now will
                   23571:          be compile[yacc]/execute[opcodes]
                   23572: 
                   23573: 2001-02-15  paf
                   23574: 
                   23575:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23576:          rewrite as turing machine? for it seems it would be it's too many
                   23577:          ifs with this syntax now
                   23578: 
                   23579: 2001-02-14  paf
                   23580: 
                   23581:        * src/main/core.C: get_params 1
                   23582: 
                   23583:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23584:          :( ]
                   23585: 
                   23586:        * src/main/core.C: varios breaks
                   23587: 
                   23588:        * src/main/core.C: get names 3
                   23589: 
                   23590:        * src/main/core.C: get names 2
                   23591: 
                   23592:        * src/main/core.C: get names 1
                   23593: 
                   23594:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23595:          names 0
                   23596: 
                   23597:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23598:          text repassing2 operator static vars
                   23599: 
                   23600:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23601:          main/pa_string.C: process text repassing
                   23602: 
                   23603:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23604:          module:calls changes
                   23605: 
                   23606: 2001-02-13  paf
                   23607: 
                   23608:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23609:          ^class:calls[] started
                   23610: 
                   23611:        * src/: include/pa_value.h, main/core.C: z
                   23612: 
                   23613:        * src/main/core.C: operators : and self. prefixes
                   23614: 
                   23615:        * src/main/core.C: z
                   23616: 
                   23617:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23618:          tested
                   23619: 
                   23620:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23621:          optimized
                   23622: 
                   23623:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23624:          would change privates to better support optimization
                   23625: 
                   23626:        * src/: include/pa_string.h, main/pa_string.C:
                   23627:          String_iterator::skip_to todo:optimize
                   23628: 
                   23629: 2001-02-12  paf
                   23630: 
                   23631:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23632:          String_iterator
                   23633: 
                   23634:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23635:          comments
                   23636: 
                   23637:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23638:          self/methodref joined
                   23639: 
                   23640: 2001-02-11  paf
                   23641: 
                   23642:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23643:          main/main.dsp: core started.  core.C, context&value .h
                   23644: 
                   23645:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23646:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23647:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23648: 
                   23649: 2001-01-30  paf
                   23650: 
                   23651:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23652:          comments
                   23653: 
                   23654:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23655:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23656: 
                   23657:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23658:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23659:          to & changes
                   23660: 
                   23661:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23662:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23663:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23664:          re-associated. that's much better even removed 'die' necessety
                   23665: 
                   23666:        * src/: include/pa_error.h, include/pa_exception.h,
                   23667:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23668:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23669:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23670:          parser_Pool(Pool) failed to add. would think..
                   23671: 
                   23672:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23673:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23674:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23675:          hence lots of 'const'
                   23676: 
                   23677:        * src/: include/pa_error.h, include/pa_request.h,
                   23678:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23679:          main/pa_table.C: Error fixed
                   23680: 
                   23681: 2001-01-29  paf
                   23682: 
                   23683:        * src/: include/pa_array.h, include/pa_common.h,
                   23684:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23685:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23686:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23687:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23688: 
                   23689:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23690:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23691:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23692:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23693: 
                   23694:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23695:          templates"
                   23696: 
                   23697:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23698:          main/main.dsp, main/pa_array.C: templates failed no template
                   23699:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23700:          2.95.2-6 from latest cygwin]
                   23701: 
                   23702:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23703:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23704:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23705:          main/pa_table.C: Table started would test template Array now
                   23706: 
                   23707:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23708:          String originating
                   23709: 
                   23710:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23711:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23712:          SYNCHRONIZED(thread_safe)
                   23713: 
                   23714:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23715:          parts to top
                   23716: 
                   23717:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23718:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23719:          see: needed only in global Hash now, made Hash:: put/get
                   23720:          SYNCHRONIZED
                   23721: 
                   23722:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23723:          main/pa_threads.C: added pa_threads
                   23724: 
                   23725:          Mutex
                   23726: 
                   23727:        * src/include/pa_hash.h: some comments
                   23728: 
                   23729:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23730:          Array& operator += (Array& src)
                   23731: 
                   23732:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23733: 
                   23734:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23735:          (Array& src)
                   23736: 
                   23737:          rethought, would change now
                   23738: 
                   23739: 2001-01-27  paf
                   23740: 
                   23741:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23742:          caching
                   23743: 
                   23744:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23745:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23746:          cache rethought to chunk caching
                   23747: 
                   23748:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23749:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23750:          main/pa_hash.C, main/pa_string.C: Array 0
                   23751: 
                   23752:        * src/main/pa_string.C: String::operator ==
                   23753: 
                   23754:        * src/main/pa_hash.C: String(&String)
                   23755: 
                   23756:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23757: 
                   23758:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23759:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23760:          pa_hash[forgotten]
                   23761: 
                   23762: 2001-01-26  paf
                   23763: 
                   23764:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23765:          removed templates [vc++ suxx]
                   23766: 
                   23767:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23768:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23769: 
                   23770:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23771: 
1.119     moko     23772:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23773: 
1.119     moko     23774:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23775:          check
                   23776: 
                   23777:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23778:          dynamic row_count
                   23779: 
                   23780:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23781:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23782:          targets/Makefile.am: Initial revision
                   23783: 
                   23784:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23785:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23786:          targets/Makefile.am: creating parser3 module
                   23787: 

E-mail: