Annotation of parser3/ChangeLog, revision 1.136

1.136   ! moko        1: 2020-05-23  moko
        !             2: 
        !             3:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
        !             4:          whitespace, unused level removed
        !             5: 
        !             6: 2020-05-19  moko
        !             7: 
        !             8:        * src/types/pa_vmail.C: whitespace
        !             9: 
        !            10:        * src/types/pa_vmail.C: files should be processed last (related to
        !            11:          feature #1176)
        !            12: 
1.135     moko       13: 2020-05-12  moko
                     14: 
                     15:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                     16:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                     17: 
                     18:        * configure.ac: FreeBSD1X.X check added to avoid
                     19:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                     20: 
1.134     moko       21: 2020-02-26  moko
                     22: 
                     23:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                     24:          compilation issue (related to bug #1201)
                     25: 
                     26:        * src/main/pa_common.C: entry_readable -> entry_exists,
                     27:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                     28:          -f and -d now works under Windows in UTF-8 with Russian
                     29:          filenames.
                     30: 
                     31:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                     32:          advice (related to feature #1199)
                     33: 
                     34: 2020-02-25  moko
                     35: 
                     36:        * buildall: --silent removed
                     37: 
                     38:        * configure.ac: gmime-3.0 support
                     39: 
                     40:        * buildall: --with-system-mailreceive option added to build with
                     41:          system libgmime
                     42: 
                     43:        * src/types/pa_vmail.C: avoiding
                     44:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                     45:          to feature #1199)
                     46: 
1.133     moko       47: 2020-02-18  moko
                     48: 
                     49:        * src/classes/op.C: windows x64 debug mode compile fix
                     50: 
                     51:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                     52:          change (releated to feature #1200)
                     53: 
                     54:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                     55:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                     56:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                     57:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                     58:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                     59:          targets/apache/ApacheModuleParser3.vcproj,
                     60:          targets/apache/ApacheModuleParser3Core.vcproj,
                     61:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                     62:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                     63:          dependency (related to feature #1200)
                     64: 
1.132     moko       65: 2020-02-12  moko
                     66: 
                     67:        * src/types/pa_vmail.C: minimize diff
                     68: 
                     69:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                     70:          #1199)
                     71: 
1.131     moko       72: 2020-01-18  moko
                     73: 
                     74:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                     75: 
1.130     moko       76: 2019-12-28  moko
                     77: 
                     78:        * src/targets/cgi/parser3.C: avoid empty ?
                     79: 
                     80: 2019-12-27  moko
                     81: 
                     82:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                     83:          DOCUMENT_ROOT (related to feature #1164)
                     84: 
                     85:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                     86:          fcgiwrap setup (implements feature #1164)
                     87: 
                     88:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                     89:          but no issues found (related to feature #1164)
                     90: 
                     91:        * src/targets/cgi/parser3.C: actualized
                     92: 
                     93: 2019-12-26  moko
                     94: 
                     95:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                     96:          removed
                     97: 
                     98:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                     99:          removed
                    100: 
                    101:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                    102:          allocation errors, we don't want default gc warnings (without
                    103:          timestamp and URI).
                    104: 
                    105:        * src/: classes/memory.C, main/pa_globals.C,
                    106:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    107:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                    108:          pa_globals_init
                    109: 
                    110:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                    111:          initialization used (optimization)
                    112: 
                    113:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                    114:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                    115:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                    116:          (optimization)
                    117: 
1.129     moko      118: 2019-12-09  moko
                    119: 
                    120:        * src/include/pa_config_fixed.h: warning war
                    121: 
1.128     moko      122: 2019-12-08  moko
                    123: 
                    124:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                    125:          process grammar under Unix.
                    126: 
                    127: 2019-12-07  moko
                    128: 
                    129:        * tests/389.html: For Windows XP. :)
                    130: 
                    131:        * tests/388-sql.html: Windows compatibility added
                    132: 
                    133: 2019-12-06  moko
                    134: 
                    135:        * src/targets/cgi/parser3.C: warning war
                    136: 
                    137:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                    138:          == sizeof(CORD)) to avoid aligning bugs in future
                    139: 
                    140:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                    141:          XML_STATIC
                    142: 
                    143:        * src/include/pa_request.h: StackItem() not required
                    144: 
                    145:        * src/include/pa_stack.h: warning war
                    146: 
                    147:        * src/include/pa_config_includes.h: GCC warning silenced
                    148: 
                    149:        * src/include/pa_memory.h: warning war: the program should also
                    150:          define 'void operator delete [](void*, std::size_t)'
                    151:          [-Wsized-deallocation]
                    152: 
                    153:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                    154: 
                    155:        * src/classes/string.C: not reqired cast removed
                    156: 
                    157:        * src/classes/string.C: not reqired cast removed
                    158: 
                    159: 2019-12-05  moko
                    160: 
                    161:        * src/lib/sdbm/pa_file_io.C: warning war
                    162: 
                    163:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                    164:          enum Language : size_t - required for VS2015+ to make
                    165:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                    166:          without it (related to feature #1198)
                    167: 
                    168: 2019-12-04  moko
                    169: 
                    170:        * src/main/pa_base64.C: unsigned char -> uchar
                    171: 
                    172:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                    173:          as other libs
                    174: 
                    175:        * src/include/pa_version.h: +amd64
                    176: 
                    177: 2019-12-03  moko
                    178: 
                    179:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                    180:          release
                    181: 
                    182:        * src/include/pa_config_includes.h: warning war
                    183: 
                    184:        * src/classes/image.C: warning war
                    185: 
                    186:        * src/main/pa_globals.C: x64 libs support
                    187: 
                    188:        * src/include/pa_config_includes.h: warning war
                    189: 
                    190:        * src/types/pa_method.h: warning war
                    191: 
1.127     moko      192: 2019-11-28  moko
                    193: 
                    194:        * src/classes/math.C: vs2003 compatibility + warning war
                    195: 
                    196:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                    197:          libxml2-2.9.9 (related to feature #1136)
                    198: 
                    199:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                    200:          typecast for more compatibility (related to feature #1136)
                    201: 
                    202:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                    203:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                    204:          feature #1136)
                    205: 
                    206: 2019-11-26  moko
                    207: 
                    208:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                    209:          removed (it was failing in $$var case), condition added
                    210: 
1.126     moko      211: 2019-11-25  moko
                    212: 
                    213:        * tests/: 397.html, 399.html, results/141.processed,
                    214:          results/399.processed: base64 options tested
                    215: 
                    216:        * src/: classes/math.C, main/pa_http.C: base64 options used
                    217: 
                    218:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                    219:          implemented (feature #986)
                    220: 
                    221:        * src/main/pa_cache_managers.C: whitespace
                    222: 
                    223:        * tests/: 397.html, 399.html, results/399.processed: tests for
                    224:          ^base64 encode options added (related to feature #986)
                    225: 
                    226:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                    227:          pa_base64_encode(file) removed - more memory, but faster and less
                    228:          code (related fo feature #986)
                    229: 
                    230: 2019-11-24  moko
                    231: 
                    232:        * tests/: 155.html, results/155.processed: limit and offset in
                    233:          ^table::load[] now supported, thus test added
                    234: 
                    235:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                    236:          main/pa_common.C: optimization: offset and limit options parsing
                    237:          moved inside file_load.
                    238: 
                    239: 2019-11-23  moko
                    240: 
                    241:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                    242:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                    243:          optimization: file_read replaced with simplified file_read_binary
                    244: 
                    245:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                    246:          types/pa_vform.C: whitespace
                    247: 
                    248:        * src/: include/pa_common.h, main/pa_common.C: never used params
                    249:          removed
                    250: 
                    251: 2019-11-21  moko
                    252: 
                    253:        * tests/: 193.html, results/193.processed, results/389.processed:
                    254:          test results updated as now base64 does not discard tail without
                    255:          padding (related to feature #986)
                    256: 
                    257: 2019-11-20  moko
                    258: 
                    259:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                    260:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                    261:          pa_base64_decode (related to feature #986)
                    262: 
                    263:        * tests/398.html: tests for base64 decode added (related to feature
                    264:          #986)
                    265: 
                    266:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                    267:          support, padding inside base 64 supported (related to feature
                    268:          #096)
                    269: 
                    270: 2019-11-19  moko
                    271: 
                    272:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                    273:          FreeBSD 12
                    274: 
1.125     moko      275: 2019-11-16  moko
                    276: 
                    277:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                    278:          support added, step support removed (related to #986)
                    279: 
                    280: 2019-11-15  moko
                    281: 
                    282:        * src/classes/math.C: using log since log2 is not present on
                    283:          FreeBSD < 8.4 (related to feature #1177)
                    284: 
                    285:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                    286:          pa_base64_size extracted and used for files as well (related to
                    287:          feature 986)
                    288: 
                    289: 2019-11-14  moko
                    290: 
                    291:        * tests/: 397.html, results/397.processed: + content check
                    292: 
                    293:        * tests/: 141.html, results/141.processed: make test resuls more
                    294:          readable
                    295: 
                    296:        * tests/: 397.html, results/193.processed, results/397.processed:
                    297:          test results updated after \x00 character was disabled in
                    298:          math:convert string mode (related to feature #1177)
                    299: 
                    300:        * src/classes/: math.C, string.C: \\x00 character disabled while
                    301:          converting to string (as in base64, related to feature #1177)
                    302: 
                    303:        * src/classes/file.C: more correct arguments separation
                    304: 
                    305:        * src/: classes/file.C, classes/math.C, classes/string.C,
                    306:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    307:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                    308:          options added, but not yet implemented (related to feature #986)
                    309: 
                    310:        * src/classes/math.C: whitespace
                    311: 
                    312: 2019-11-13  moko
                    313: 
                    314:        * tests/: 397.html, results/397.processed: +tainting test (related
                    315:          to feature #1177)
                    316: 
                    317:        * src/classes/math.C: as we now produce not only digits, result
                    318:          should be tainted (related to feature #1177)
                    319: 
                    320:        * src/main/pa_base64.C: whitespace
                    321: 
                    322:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                    323:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    324:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                    325:          implementation moved from pa_common.h and pa_common.C
                    326: 
                    327: 2019-11-12  moko
                    328: 
                    329:        * tests/: 275.html, results/275.processed: out of range test fixed,
                    330:          as ^math:convert now supports arbitrary precision
                    331: 
                    332: 2019-11-11  moko
                    333: 
                    334:        * tests/results/389.processed: uctualized error message
                    335: 
                    336:        * tests/: 389.html, 397.html, results/397.processed: tests for
                    337:          ^math:convert added (related to feature #1177)
                    338: 
                    339:        * src/classes/math.C: ^math:convert now supports arbitrary
                    340:          precision, alphabet support added (implements feature #1177)
                    341: 
1.124     moko      342: 2019-11-06  moko
                    343: 
                    344:        * tests/: 181.html, results/181.processed: entities usage added,
                    345:          more entites load tests (related to bug #842 discussion)
                    346: 
                    347: 2019-11-05  moko
                    348: 
                    349:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                    350:          call from xmlFileOpen if http://localhost/<file> was not found
                    351:          (related to bug #842)
                    352: 
                    353:        * src/main/pa_xml_io.C: rename
                    354: 
                    355:        * src/main/pa_xml_io.C: +MemoryStream constructor
                    356: 
                    357:        * src/main/pa_xml_io.C: whitespace
                    358: 
1.123     moko      359: 2019-10-31  moko
                    360: 
                    361:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                    362:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                    363:          #1181)
                    364: 
1.122     moko      365: 2019-10-25  moko
                    366: 
                    367:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                    368:          queries tests
                    369: 
                    370: 2019-10-24  moko
                    371: 
                    372:        * tests/: 388-sql.html, results/388-sql.processed: support for
                    373:          pgsql driver test
                    374: 
                    375:        * tests/: 388-sql.html, results/388-sql.processed:
                    376:          multi_statements=1 now tested, mysql test now supported
                    377:          (connection must be specified in [parser3] section in .my.cnf)
                    378:          related to issues #1195 and #1194
                    379: 
1.121     moko      380: 2019-09-11  moko
                    381: 
                    382:        * src/classes/int.C: whitespace
                    383: 
                    384:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                    385:          exception test
                    386: 
                    387:        * tests/results/388-sql.processed: sql queries now shown (related
                    388:          to feature #1196)
                    389: 
                    390:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                    391:          with old parser versions.
                    392: 
                    393:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                    394:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                    395:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                    396:          instead of connect string in query_event_handlers exceptions
                    397:          (implements feature #1196)
                    398: 
1.120     moko      399: 2019-09-06  moko
                    400: 
                    401:        * tests/388-sql.html: mysql compat
                    402: 
                    403:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    404:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                    405:          sql_ variables declaration moved to pa_common.h
                    406: 
1.116     moko      407: 2019-01-15  moko
                    408: 
                    409:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                    410:          logically sorted
                    411: 
                    412: 2018-12-27  moko
                    413: 
                    414:        * src/include/pa_config_includes.h: warning war:
                    415:          -Wdeprecated-register added for C++ 17
                    416: 
                    417: 2018-10-15  moko
                    418: 
                    419:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                    420:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                    421:          --with-xml=/usr/local/
                    422: 
                    423: 2018-09-24  moko
                    424: 
                    425:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                    426:          ^image::measure[] now supports tiff added (related to feature
                    427:          #1188)
                    428: 
                    429:        * src/classes/image.C: ^image::measure[] now supports tiff
                    430:          (implements feature #1188)
                    431: 
                    432: 2018-09-20  moko
                    433: 
                    434:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                    435:          files measure added (related to ticket #1188)
                    436: 
                    437:        * src/classes/image.C: measure of bmp files implemented (related to
                    438:          ticket #1188)
                    439: 
                    440: 2018-09-18  moko
                    441: 
                    442:        * tests/: 394-curl.html, results/394-curl.processed,
                    443:          results/auto.p: test for bug #1187 (max_file_size check for head
                    444:          requests) added
                    445: 
                    446: 2018-08-24  moko
                    447: 
                    448:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    449:          response content-length check is required (fixes bug #1187)
                    450: 
                    451: 2018-05-11  moko
                    452: 
                    453:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    454:          $.append(bool) ] option added (related to feature #919)
                    455: 
                    456:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    457:          from misha@ patch (implements feature #919)
                    458: 
                    459: 2018-03-22  moko
                    460: 
                    461:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    462:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    463:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    464:          Windows-only problem.
                    465: 
                    466:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    467:          build fix)
                    468: 
                    469: 2018-02-03  moko
                    470: 
                    471:        * src/main/execute.C: removes irrelevant lines from exception stack
                    472:          trace when exceptions occurs in assigment (fixes bug #1165)
                    473: 
                    474:        * tests/: 393.html, results/393.processed: test for behavour after
                    475:          "Property can not be created, already exists field with that
                    476:          name" exception removed (related to feature #1183)
                    477: 
                    478:        * src/types/pa_vclass.C: "Property can not be created, already
                    479:          exists field with that name" exception removed (implements
                    480:          feature #1183)
                    481: 
                    482: 2018-01-19  moko
                    483: 
                    484:        * src/classes/string.C: whitespace
                    485: 
                    486:        * src/classes/string.C: whitespace
                    487: 
                    488:        * tests/: 392.html, results/392.processed: test for
                    489:          ^regex::create[$regex] added (related to feature #1135)
                    490: 
                    491:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    492:          ^regex::create[$regex] added (implements feature #1135)
                    493: 
                    494:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    495:          commented define added (related to feature #1157)
                    496: 
                    497: 2018-01-17  moko
                    498: 
                    499:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    500: 
                    501: 2018-01-15  moko
                    502: 
                    503:        * tests/: 390.html, results/390.processed: real path replaced by
                    504:          stub
                    505: 
                    506:        * tests/: 391.html, results/391.processed: test for feature #1181
                    507:          (XML_PARSE_HUGE exception) added
                    508: 
                    509: 2018-01-11  moko
                    510: 
                    511:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    512: 
                    513:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    514:          XML_PARSE_HUGE option passed by default (implements feature
                    515:          #1181)
                    516: 
                    517:        * src/classes/string.C: whitespace
                    518: 
                    519: 2017-12-10  moko
                    520: 
                    521:        * tests/: 389.html, 390.html, results/389.processed,
                    522:          results/390.processed: image code coverage tests added (related
                    523:          to feature #1125)
                    524: 
                    525: 2017-12-08  moko
                    526: 
                    527:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    528:          results/346-curl.processed, results/388-sql.processed,
                    529:          results/389.processed: more code coverage tests
                    530: 
                    531:        * tests/: 264.html, results/264.processed: code coverage for
                    532:          ^file::exec[]
                    533: 
                    534: 2017-12-07  moko
                    535: 
                    536:        * tests/: 174.html, 388-sql.html, 389.html,
                    537:          results/388-sql.processed, results/389.processed,
                    538:          results/174.processed: more coverage tests
                    539: 
                    540:        * src/classes/math.C: exception text actualized
                    541: 
                    542: 2017-12-06  moko
                    543: 
                    544:        * tests/388-sql.html: $SQL can be here
                    545: 
                    546:        * tests/results/auto.p: $SQL not required here
                    547: 
                    548:        * tests/: 388-sql.html, 389.html, Makefile,
                    549:          results/388-sql.processed, results/389.processed, results/auto.p:
                    550:          code coverage tests for sql (using sqlite) and int/double/bool
                    551:          added (related to feature #1125)
                    552: 
                    553:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    554:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    555:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    556:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    557:          targets/apache/ApacheModuleParser3Core.vcproj,
                    558:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    559:          types/types.vcproj: gc\include no longer required
                    560: 
                    561:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    562:          required
                    563: 
                    564:        * src/: classes/Makefile.am, classes/table.C,
                    565:          include/pa_config_includes.h, include/pa_string.h,
                    566:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    567:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    568:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    569:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    570:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    571:          used, we now include it directly
                    572: 
                    573: 2017-12-04  moko
                    574: 
                    575:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    576:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    577:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    578:          where required
                    579: 
                    580:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    581:          now can be used to trace memory allocations
                    582: 
                    583:        * src/: classes/table.C, include/pa_config_includes.h,
                    584:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    585:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    586:          method removes, libcord also can work without libgc
                    587: 
                    588:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    589: 
                    590: 2017-11-29  moko
                    591: 
                    592:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    593:          are not present (related to feature #1173)
                    594: 
                    595:        * tests/346-curl.html: test updated to test curl content-length bug
                    596:          (related to feature #1173)
                    597: 
                    598:        * tests/results/346-curl.processed: more test for content-length
                    599:          curl bug (related to feature #1173)
                    600: 
                    601:        * tests/results/346-curl.processed: test results updated after
                    602:          #1173 implemented
                    603: 
                    604: 2017-11-28  moko
                    605: 
                    606:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    607:          (related to feature #1173)
                    608: 
                    609: 2017-11-27  moko
                    610: 
                    611:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    612:          $.http_version[version string] added (implements feature #1173),
                    613:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    614:          where $post(true) bug existed.
                    615: 
                    616: 2017-11-18  moko
                    617: 
                    618:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    619: 
                    620:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    621:          feature #1170)
                    622: 
                    623: 2017-11-17  moko
                    624: 
                    625:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    626:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    627:          with delete usage check only under Debian 9 (related to feature
                    628:          #1170)
                    629: 
                    630: 2017-11-16  moko
                    631: 
                    632:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    633:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    634:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    635:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    636:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    637:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    638:          stubs defend from accidental use (implements feature #1170)
                    639: 
                    640: 2017-06-24  moko
                    641: 
                    642:        * configure.ac: minor fix: thanks to alx@
                    643: 
1.115     moko      644: 2017-05-29  moko
                    645: 
                    646:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    647:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    648:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    649: 
                    650:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    651:          ignored, =?UTF-8?Q?= should start in case of leading space
                    652:          (related to bug #123)
                    653: 
                    654:        * buildall: echo -n -> printf for OS X. :)
                    655: 
                    656: 2017-05-25  moko
                    657: 
                    658:        * tests/: 288.html, results/288.processed: test updated afted
                    659:          setting $o.prop without setter exception removed (related to
                    660:          feature #1157)
                    661: 
                    662:        * src/types/pa_vclass.C: no more "this property has no setter
                    663:          method" when setting $o.prop without setter (implements feature
                    664:          #1157)
                    665: 
                    666:        * buildall: echo \c -> echo -n for FreeBSD
                    667: 
                    668:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    669:          src/types/pa_vdouble.h: isfinite now checked in configure
                    670: 
                    671:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    672:          upgraded to automake 1.15
                    673: 
                    674: 2017-05-23  moko
                    675: 
                    676:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    677:          defined
                    678: 
                    679: 2017-05-22  moko
                    680: 
                    681:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    682: 
                    683:        * buildall: extern CFLAGS setting support
                    684: 
                    685:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    686: 
                    687:        * buildall: http -> https
                    688: 
                    689:        * buildall: gc-7.2f -> gc-7.6.0
                    690: 
                    691: 2017-05-20  moko
                    692: 
                    693:        * buildall: https, pcre, xml, xslt updated to current versions
                    694:          (related to feature #1136)
                    695: 
                    696: 2017-05-19  moko
                    697: 
                    698:        * tests/097.html: after parser.ru moved to https
                    699: 
                    700: 2017-05-17  moko
                    701: 
                    702:        * tests/results/: 175.processed, 372.processed: tests resuls
                    703:          updated after lintian spelling typos fixed (related to bug #1156)
                    704: 
                    705:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    706:          classes/string.C, classes/table.C, main/pa_charset.C,
                    707:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    708:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    709:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    710: 
                    711:        * tests/results/096.processed: +XMP
                    712: 
                    713:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    714:          $.xmp(true) options tested (test for feature #1154)
                    715: 
                    716:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    717:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    718:          fetched by default! (implements feature #1154)
                    719: 
                    720: 2017-05-16  moko
                    721: 
                    722:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    723:          allowed (related to feature #1154)
                    724: 
                    725:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    726:          initial XMP implementation - without options and transcode
                    727:          (related to feature #1154)
                    728: 
                    729: 2017-05-12  moko
                    730: 
                    731:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    732:          image: exif moved to ffields, skipped in ^image.html[] where
                    733:          iterators now used (preparation for feature #1154)
                    734: 
                    735: 2017-05-05  moko
                    736: 
                    737:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    738:          results/387.processed: test for circular class inheritance check
                    739:          added (related to bug #1150)
                    740: 
                    741:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    742:          added (fixes endless add_derived bug #1150)
                    743: 
                    744: 2017-05-04  moko
                    745: 
                    746:        * tests/: 386.html, results/386.processed: test for
                    747:          $table.value(number) added (related to feature #1152)
                    748: 
                    749:        * src/types/pa_vtable.C: table put_element: column value must be
                    750:          string  - > column value must be string compatible to allow
                    751:          $t.value(1) (implements feature #1152)
                    752: 
                    753: 2017-05-03  moko
                    754: 
                    755:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    756:          (related to feature #1151)
                    757: 
                    758:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    759:          not possible, removing test (related to feature #1151)
                    760: 
                    761:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    762:          get_element_method added and used to allow $use[$method] and
                    763:          $autouse[$method] (implements feature 1151)
                    764: 
                    765:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    766:          variable added (related to feature #1151)
                    767: 
                    768:        * tests/results/226.processed: actualized after ^try-catch used
                    769: 
                    770:        * tests/: 226.html, 385.html, results/385.processed: test for
                    771:          @autouse in variable added
                    772: 
                    773:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    774: 
1.114     moko      775: 2017-02-27  moko
                    776: 
                    777:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    778: 
1.113     moko      779: 2017-02-20  moko
                    780: 
                    781:        * operators.txt: actualization + beauty
                    782: 
                    783: 2017-02-16  moko
                    784: 
                    785:        * tests/: 384.html, results/384.processed: test for
                    786:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    787:          #1089)
                    788: 
                    789:        * tests/: 384.html, results/384.processed: test for
                    790:          ^reflection:mixin[] added (related to feature #1089)
                    791: 
                    792:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    793: 
1.112     moko      794: 2017-02-15  moko
                    795: 
                    796:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    797:          fixed
                    798: 
                    799:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    800:          test added (related to feature #1069)
                    801: 
                    802:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    803:          compilation without HASH_ORDER fixed
                    804: 
                    805:        * src/: classes/reflection.C, include/pa_hash.h:
                    806:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    807:          feature #1069)
                    808: 
                    809: 2017-02-14  moko
                    810: 
                    811:        * tests/: 152.html, results/152.processed: test for $._default hash
                    812:          added (related to bug #1131)
                    813: 
                    814:        * tests/: 277.html, results/277.processed: test for hash with only
                    815:          $._default is now defined (related to bug #1131)
                    816: 
                    817:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    818:          (fixed bug #1131)
                    819: 
                    820: 2017-02-13  moko
                    821: 
                    822:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    823: 
                    824:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    825:          results/320.processed, results/375.processed, results/auto.p:
                    826:          cat-windows.sh support added
                    827: 
                    828:        * tests/375.html: Windows support
                    829: 
                    830:        * tests/270.html: documented
                    831: 
                    832:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    833:          (not backslashes) even under Windows (broke test 270)
                    834: 
                    835: 2017-02-12  moko
                    836: 
                    837:        * tests/: descript.ion, todo.txt: cleanup
                    838: 
                    839: 2017-02-09  moko
                    840: 
                    841:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    842:          run_tests.cmd: Windows compatibility
                    843: 
                    844:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    845:          incorrectly (GMT) if parser is called from cygwin
                    846: 
1.111     moko      847: 2017-02-08  moko
                    848: 
1.112     moko      849:        * operators.txt: actualization 15% completed
                    850: 
                    851:        * operators.txt: cp1251 -> utf-8
                    852: 
                    853:        * NEWS, README: minor update
                    854: 
                    855:        * src/include/pa_config_includes.h: warning war continues
                    856: 
                    857:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    858:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    859:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    860:          gcc 6.x issues fixed
                    861: 
1.111     moko      862:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    863:          classes/classes.h, classes/curl.C, classes/date.C,
                    864:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    865:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    866:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    867:          classes/memcached.C, classes/memory.C, classes/op.C,
                    868:          classes/reflection.C, classes/regex.C, classes/response.C,
                    869:          classes/string.C, classes/table.C, classes/void.C,
                    870:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    871:          include/pa_array.h, include/pa_cache_managers.h,
                    872:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    873:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    874:          include/pa_dictionary.h, include/pa_dir.h,
                    875:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    876:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    877:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    878:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    879:          include/pa_request_charsets.h, include/pa_request_info.h,
                    880:          include/pa_sapi.h, include/pa_socks.h,
                    881:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    882:          include/pa_stack.h, include/pa_string.h,
                    883:          include/pa_stylesheet_connection.h,
                    884:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    885:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    886:          include/pa_uue.h, include/pa_xml_exception.h,
                    887:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    888:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    889:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    890:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    891:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    892:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    893:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    894:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    895:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    896:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    897:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    898:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    899:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    900:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    901:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    902:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    903:          main/untaint.C, sql/pa_sql_driver.h,
                    904:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    905:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    906:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    907:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    908:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    909:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    910:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    911:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    912:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    913:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    914:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    915:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    916:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    917:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    918:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    919:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    920:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    921:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    922:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    923:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    924:          types/pa_vresponse.C, types/pa_vresponse.h,
                    925:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    926:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    927:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    928:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    929:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    930:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    931:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                    932:          2015->2017
                    933: 
1.110     moko      934: 2017-02-07  moko
                    935: 
                    936:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                    937: 
                    938: 2017-02-06  moko
                    939: 
                    940:        * src/main/pa_common.C: minor fixes, whitespace
                    941: 
                    942:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    943:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                    944:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                    945:          now used (implements feature #1081)
                    946: 
                    947:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                    948: 
                    949: 2017-02-01  moko
                    950: 
                    951:        * src/include/pa_request.h: cleanup
                    952: 
                    953: 2017-01-30  moko
                    954: 
                    955:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                    956: 
                    957: 2017-01-29  moko
                    958: 
                    959:        * tests/: 383.html, results/383.processed: test for
                    960:          ^reflection:stack[] added (related to feature #1052)
                    961: 
                    962:        * src/classes/reflection.C: else added
                    963: 
                    964:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                    965:          $.max_file_lock_wait added (implements feature #1128)
                    966: 
                    967: 2017-01-28  moko
                    968: 
                    969:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                    970:          body and other cases tests added (related to featue #1014)
                    971: 
                    972:        * src/classes/curl.C: bug if response is empty fixed (related to
                    973:          feature #1014)
                    974: 
                    975: 2017-01-27  moko
                    976: 
                    977:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                    978:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                    979:          added (implements feature #1052)
                    980: 
                    981: 2017-01-25  moko
                    982: 
                    983:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                    984:          method test added
                    985: 
                    986: 2017-01-23  moko
                    987: 
                    988:        * src/classes/reflection.C: optimization: options->get replaced by
                    989:          hash iterator
                    990: 
                    991:        * tests/: 381.html, results/381.processed: now -> fixed date
                    992: 
                    993:        * src/main/pa_request.C: warning war
                    994: 
                    995:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                    996:          5Mb (fixes bug #1058)
                    997: 
                    998:        * src/classes/curl.C: warning war
                    999: 
                   1000:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1001:          $.one-line(true) option added (related to feature #1124)
                   1002: 
                   1003:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1004:          $.one-line(true|false) options is now supported (implements
                   1005:          feature #1124)
                   1006: 
                   1007:        * tests/: 380.html, results/380.processed: test for modified
                   1008:          $.max_file_size added (related to bug #1014)
                   1009: 
                   1010:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1011:          load added (related to bug #1014)
                   1012: 
                   1013:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1014:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1015:          in curl / file load from disk and http, http file load rewritten
                   1016:          (related to bug #1014)
                   1017: 
                   1018: 2017-01-18  moko
                   1019: 
                   1020:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1021:          added (related to feature #66)
                   1022: 
                   1023:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1024:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1025:          (related to feature #66)
                   1026: 
                   1027: 2017-01-17  moko
                   1028: 
                   1029:        * tests/: 377.html, results/377.processed: test for different
                   1030:          combinations of breaks in body and delimiter (related to bug
                   1031:          #1077)
                   1032: 
                   1033:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1034:          added (related to bug #1077)
                   1035: 
                   1036:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1037:          passed to native method" exception added to avoid bugs due to
                   1038:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1039:          after ^break[] (related to bug #1077)
                   1040: 
                   1041: 2017-01-14  moko
                   1042: 
                   1043:        * tests/: 330.html, results/330.processed: test results updated
                   1044:          after ^break[] bugs where fixed (related to bug #1077)
                   1045: 
                   1046:        * tests/: 329.html, results/329.processed: test results updated
                   1047:          after ^break[] bugs where fixed (related to bug #1077)
                   1048: 
                   1049:        * tests/results/320.processed: ^return[] added
                   1050: 
                   1051: 2017-01-13  moko
                   1052: 
                   1053:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1054:          classes/table.C, include/pa_request.h, main/execute.C,
                   1055:          main/pa_request.C, targets/cgi/parser3.C,
                   1056:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   1057:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   1058:          checked after each possible process/execute call (fixes bug
                   1059:          #1077)
                   1060: 
                   1061: 2016-12-29  moko
                   1062: 
                   1063:        * src/main/pa_common.C: warning war
                   1064: 
                   1065:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1066:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1067:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1068:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1069:          (related to feature #1014)
                   1070: 
                   1071:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1072:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1073:          (related to feature #1014)
                   1074: 
                   1075: 2016-12-28  moko
                   1076: 
                   1077:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1078:          warning war
                   1079: 
                   1080: 2016-12-26  moko
                   1081: 
                   1082:        * tests/: 341.html, results/341.processed: test for
                   1083:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1084: 
                   1085:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1086:          (related to feature #1057)
                   1087: 
                   1088:        * src/types/pa_vdate.C: warning war continues...
                   1089: 
                   1090:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   1091:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   1092: 
                   1093:        * src/lib/gd/gifio.C: warning war / cleanup
                   1094: 
                   1095:        * src/lib/json/pa_json.C: warning war
                   1096: 
                   1097:        * src/classes/hash.C: warning war
                   1098: 
                   1099:        * src/types/pa_vfile.C: warning war
                   1100: 
                   1101:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   1102:          -Wall warning war continues
                   1103: 
                   1104:        * configure.ac: --with-build-warnings actualized
                   1105: 
                   1106: 2016-12-25  moko
                   1107: 
                   1108:        * src/main/pa_exec.C: -wAll warning war
                   1109: 
                   1110:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   1111:          -wAll warning war
                   1112: 
                   1113:        * src/: include/pa_common.h, include/pa_sapi.h,
                   1114:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   1115:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   1116:          -wAll warning war
                   1117: 
                   1118: 2016-12-23  moko
                   1119: 
                   1120:        * src/lib/ltdl/Makefile.am: extra dist added
                   1121: 
                   1122:        * tests/results/344.processed: test result updated after $file.text
                   1123:          prefetched in ^hash::create[$file] (related to feature #1075)
                   1124: 
                   1125:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   1126:          ^hash::create[$file] (related to feature #1075)
                   1127: 
                   1128: 2016-12-22  moko
                   1129: 
                   1130:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   1131:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   1132:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   1133:          #1014 under 32-bit unix versions)
                   1134: 
                   1135: 2016-12-21  moko
                   1136: 
                   1137:        * tests/: 375.html, results/375.processed: test for exec returning
                   1138:          stated file added (related to feature #1119)
                   1139: 
                   1140:        * src/classes/file.C: load should not return file with null body
                   1141:          (fixes bug #1119)
                   1142: 
                   1143: 2016-12-14  moko
                   1144: 
                   1145:        * tests/: 374.html, results/374.processed: test for $method.name
                   1146:          added (related to feature #1117) plus method returning junction
                   1147:          test
                   1148: 
                   1149: 2016-12-13  moko
                   1150: 
                   1151:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   1152:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   1153:          (implements feature #1117)
                   1154: 
                   1155:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   1156:          HEAD and TRACE can't have body (implements feature #1116)
                   1157: 
                   1158: 2016-12-09  moko
                   1159: 
                   1160:        * tests/: 373.html, results/373.processed: tests for
                   1161:          ^reflection:tainting added (related to feature #1098)
                   1162: 
                   1163:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   1164:          change (related to feature #1098)
                   1165: 
                   1166: 2016-12-06  moko
                   1167: 
                   1168:        * src/: classes/reflection.C, include/pa_string.h,
                   1169:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   1170:          feature #1098)
                   1171: 
                   1172: 2016-12-05  moko
                   1173: 
                   1174:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   1175:          (fixes bug #1114)
                   1176: 
                   1177: 2016-12-04  moko
                   1178: 
                   1179:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   1180:          check added
                   1181: 
                   1182: 2016-12-03  moko
                   1183: 
                   1184:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   1185:          to test value.as_hash() usage
                   1186: 
                   1187:        * src/classes/curl.C: value.as_hash() used for correct hash
                   1188:          processing
                   1189: 
                   1190:        * src/classes/reflection.C: exceptions texts fixes
                   1191: 
                   1192: 2016-12-02  moko
                   1193: 
                   1194:        * tests/: 372.html, results/372.processed: tests for
                   1195:          ^reflection:create[ $.class[name] $.constructor[name]
                   1196:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   1197:          feature #1094)
                   1198: 
                   1199:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   1200:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   1201:          will be called in ~VNativeMethodFrame
                   1202: 
                   1203:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   1204:          ] minor fix
                   1205: 
                   1206:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   1207:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   1208:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   1209:          now supported (implements feature #1094) value::as_hash added
                   1210:          (and should be used everywhere)
                   1211: 
                   1212:        * src/classes/reflection.C: cleanup
                   1213: 
                   1214: 2016-12-01  moko
                   1215: 
                   1216:        * tests/: 356.html, results/356.processed: test for method
                   1217:          junctions class name added to the resulting hash added (related
                   1218:          to feature #1068)
                   1219: 
                   1220:        * src/classes/reflection.C: for method junctions class name added
                   1221:          to the resulting hash (related to feature #1068)
                   1222: 
                   1223: 2016-11-30  moko
                   1224: 
                   1225:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   1226:          exception (related to bug #1113)
                   1227: 
                   1228:        * src/types/pa_vhashfile.C: whitespace
                   1229: 
                   1230:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   1231:          #1113)
                   1232: 
                   1233:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1234:          229.processed, 239.processed, 244.processed, 246.processed,
                   1235:          314.processed, 352.processed: tests results updated after method
                   1236:          call exceptions improved as method now keeps its name
                   1237: 
                   1238:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   1239:          types/pa_vmethod_frame.h: method call exceptions improved as
                   1240:          method now keeps its name
                   1241: 
                   1242:        * tests/: 224.html, 239.html, results/224.processed,
                   1243:          results/239.processed: tests and tests results updated after
                   1244:          Request::construct exception changed
                   1245: 
                   1246:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   1247:          exception optimized
                   1248: 
                   1249:        * tests/: 371.html, results/371.processed: test for
                   1250:          WWrapper.get_element call in $.name.key[value] code added
                   1251:          (related to feature #1091)
                   1252: 
                   1253:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   1254:          in $.name.key[value] code (related to feature #1091)
                   1255: 
                   1256: 2016-11-29  moko
                   1257: 
                   1258:        * src/classes/op.C: VS warning war
                   1259: 
                   1260:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   1261:          C4239: nonstandard extension used : 'return' : conversion from
                   1262:          'Value' to 'Value &' (related to feature #1020)
                   1263: 
                   1264:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   1265:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   1266:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   1267:          to feature #1020)
                   1268: 
                   1269:        * src/main/execute.C: VS warning war
                   1270: 
                   1271:        * src/targets/cgi/parser3.C: VS compatibility fix
                   1272: 
                   1273:        * src/include/pa_request.h: VS warning war
                   1274: 
                   1275:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   1276:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   1277: 
                   1278:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   1279:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   1280:          $.stdin[$binary_file] (fixes bug #1044)
                   1281: 
                   1282: 2016-11-28  moko
                   1283: 
                   1284:        * src/main/pa_exec.C: whitespace
                   1285: 
                   1286:        * src/main/pa_request.C: whitespace
                   1287: 
                   1288:        * tests/: 369.html, results/369.processed: test for
                   1289:          $response:status usage added (related to feature #1099)
                   1290: 
                   1291:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   1292:          if < 100 (implements feature #1099)
                   1293: 
                   1294:        * src/targets/cgi/parser3.C: whitespace
                   1295: 
                   1296:        * src/targets/cgi/parser3.C: whitespace
                   1297: 
                   1298:        * tests/: 368.html, results/368.processed: test updated after
                   1299:          ^reflection:filename[$method] added (related to feature #1053)
                   1300: 
                   1301:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1302:          main/compile.y, main/execute.C, main/pa_request.C,
                   1303:          types/pa_vclass.h: filename -> filespec,
                   1304:          ^reflection:filename[$method] added (related to feature #1053)
                   1305: 
                   1306: 2016-11-27  moko
                   1307: 
                   1308:        * tests/: 368.html, results/368.processed: test for
                   1309:          reflection:filename[$class or object] added (related to feature
                   1310:          #1053)
                   1311: 
                   1312:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   1313:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   1314:          object] added (implements feature #1053)
                   1315: 
                   1316: 2016-11-26  moko
                   1317: 
                   1318:        * src/: include/pa_request_info.h,
                   1319:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1320:          remove_absolute_uri -> strip_absolute_uri
                   1321: 
                   1322: 2016-11-25  moko
                   1323: 
                   1324:        * src/: include/pa_request_info.h,
                   1325:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1326:          request_info.remove_absolute_uri added to remove possible
                   1327:          http://site.name/ from $request:uri (implements feature #1112)
                   1328: 
                   1329: 2016-11-24  moko
                   1330: 
                   1331:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   1332:          previous request headers clearing after redirect added (related
                   1333:          to bug #1109)
                   1334: 
                   1335:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   1336:          response headers from previous requests are now cleared, only
                   1337:          last request headers are collected (fixes bug #1109)
                   1338: 
                   1339:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   1340:          tests results updated as method name now added to the resulting
                   1341:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1342:          feature #1068)
                   1343: 
                   1344:        * src/classes/reflection.C: method name now added to the resulting
                   1345:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1346:          feature #1068)
                   1347: 
                   1348:        * tests/results/366.processed: test for native and parser
                   1349:          implementation of ^use[] logic (related to feature #1074)
                   1350: 
                   1351:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1352:          for native and parser implementation of ^use[] logic (related to
                   1353:          feature #1074)
                   1354: 
                   1355: 2016-11-23  moko
                   1356: 
                   1357:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1358:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1359:          $.origin[origin_file] ] (implements feature #1074)
                   1360: 
1.109     moko     1361: 2016-11-21  moko
                   1362: 
1.110     moko     1363:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1364:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1365: 
                   1366:        * tests/: 364.html, results/364.processed: $caller usage in
                   1367:          different contexts now tested (related to feature #1110)
                   1368: 
                   1369:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1370: 
                   1371:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1372: 
1.109     moko     1373:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1374:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1375:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1376:          used (implements feature #1110)
                   1377: 
                   1378: 2016-11-20  moko
                   1379: 
                   1380:        * src/types/pa_vdouble.h: whitespace
                   1381: 
                   1382: 2016-11-11  moko
                   1383: 
                   1384:        * tests/: 363.html, results/363.processed: more tests for feature
                   1385:          #1091 (how parser methods work in expression context)
                   1386: 
                   1387:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1388:          expressions strings are now written as strings, not values by
                   1389:          write_as_string (related to feature #1091)
                   1390: 
                   1391:        * src/classes/op.C: to make more correct behavour in expression
                   1392:          context
                   1393: 
                   1394: 2016-11-07  moko
                   1395: 
                   1396:        * tests/: 362.html, results/362.processed: test for
                   1397:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1398:          (related to bug #1108)
                   1399: 
                   1400:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1401:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1402: 
                   1403: 2016-11-06  moko
                   1404: 
                   1405:        * src/types/pa_vxdoc.h: whitespace
                   1406: 
                   1407: 2016-11-05  moko
                   1408: 
                   1409:        * src/types/pa_vmethod_frame.h: cleanup
                   1410: 
                   1411: 2016-11-03  moko
                   1412: 
                   1413:        * tests/results/244.processed: more correct exception after method
                   1414:          frames separation
                   1415: 
                   1416:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1417: 
                   1418:        * src/types/pa_method.h: optimization: params_count added
                   1419: 
                   1420:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1421:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1422:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1423:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1424:          VMethodFrame now divided into VNativeMethodFrame,
                   1425:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1426:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1427:          and used (related to feature #1104)
                   1428: 
                   1429: 2016-11-02  moko
                   1430: 
                   1431:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1432:          classes/double.C, classes/file.C, classes/hash.C,
                   1433:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1434:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1435:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1436:          classes/regex.C, classes/string.C, classes/table.C,
                   1437:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1438:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1439:          r.write (implements feature #1091)
                   1440: 
                   1441:        * src/main/execute.C: cleanup (related to feature #1104)
                   1442: 
                   1443:        * src/: include/pa_request.h, main/execute.C,
                   1444:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1445:          added, in_expression removed (implements feature #1104)
                   1446: 
                   1447: 2016-10-31  moko
                   1448: 
                   1449:        * src/types/pa_value.C: whitespace
                   1450: 
                   1451: 2016-10-28  moko
                   1452: 
                   1453:        * tests/results/244.processed: updated after error reporting fixed
                   1454:          in pa_wcontext.C
                   1455: 
                   1456:        * src/types/pa_wcontext.C: error reporting fixed
                   1457: 
                   1458:        * src/types/pa_wcontext.h: whitespace
                   1459: 
                   1460:        * src/classes/image.C: not fully readed entries are no longer
                   1461:          processed (fixes bug #1106)
                   1462: 
                   1463: 2016-10-26  moko
                   1464: 
                   1465:        * src/classes/image.C: whitespace
                   1466: 
                   1467:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1468:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1469:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1470:          longer required (related to feature #1091)
                   1471: 
                   1472:        * tests/results/: 264.processed, 350.processed: test results update
                   1473:          reverted (whitespace optimization) after write_no_lang removed :)
                   1474:          (related to feature #1091)
                   1475: 
                   1476:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1477:          classes/string.C, classes/table.C, classes/void.C,
                   1478:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1479:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1480:          equal write_pass_lang (related to feature #1091)
                   1481: 
                   1482:        * tests/results/: 264.processed, 350.processed: test results
                   1483:          updated (whitespace optimization) after write_assign_lang removed
                   1484:          (related to feature #1091)
                   1485: 
                   1486:        * tests/: 361.html, results/361.processed: test for non-string
                   1487:          ^untaint added (related to feature #1091)
                   1488: 
                   1489:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1490:          classes/hash.C, classes/op.C, classes/string.C,
                   1491:          include/pa_request.h, main/execute.C: optimization:
                   1492:          write_assign_lang removed as not required (first part of feature
                   1493:          #1091 implementation)
                   1494: 
1.108     moko     1495: 2016-10-12  moko
                   1496: 
                   1497:        * tests/: 360.html, results/360.processed: more test code (related
                   1498:          to feature #1104)
                   1499: 
                   1500:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1501:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1502:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1503:          WContext is next task (implements feature #1104)
                   1504: 
                   1505:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1506:          / CO_WITHOUT_WCONTEXT
                   1507: 
                   1508:        * tests/: 360.html, results/360.processed: test for in expression
                   1509:          state (related to feature #1104)
                   1510: 
                   1511: 2016-10-11  moko
                   1512: 
                   1513:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1514: 
                   1515:        * src/classes/op.C: default value removed from initializer
                   1516: 
                   1517:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1518: 
                   1519:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1520: 
                   1521: 2016-10-10  moko
                   1522: 
                   1523:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1524:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1525:          to feature #42)
                   1526: 
                   1527:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1528:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1529: 
                   1530: 2016-10-08  moko
                   1531: 
                   1532:        * src/classes/double.C: whitespace
                   1533: 
                   1534: 2016-10-07  moko
                   1535: 
                   1536:        * src/types/pa_vmethod_frame.h: reorder
                   1537: 
                   1538: 2016-10-06  moko
                   1539: 
                   1540:        * src/classes/date.C: typo
                   1541: 
                   1542:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1543: 
                   1544:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1545:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1546:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1547:          Value*
                   1548: 
                   1549:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1550: 
                   1551:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1552:          removed; first as_* code rewrite
                   1553: 
                   1554: 2016-10-05  moko
                   1555: 
                   1556:        * src/include/pa_request.h: whitespace
                   1557: 
                   1558:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1559:          intercept_string added (related to feature #1097)
                   1560: 
                   1561:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1562:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1563:          optimization: intercept_string removed (implements feature #1097)
                   1564: 
                   1565:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1566: 
                   1567:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1568:          from VCodeFrame and WWrapper as not required
                   1569: 
                   1570: 2016-10-04  moko
                   1571: 
                   1572:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1573:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1574:          classes/int.C, classes/json.C, classes/op.C,
                   1575:          classes/reflection.C, classes/string.C, classes/table.C,
                   1576:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1577:          proces_to_value -> process after StringOrValue removed (related
                   1578:          to feature #1020)
                   1579: 
                   1580:        * src/classes/form.C: whitespace
                   1581: 
                   1582:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1583: 
                   1584:        * tests/: 357.html, 358.html, results/357.processed,
                   1585:          results/358.processed, results/auto.p: test for @conf
                   1586:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1587: 
                   1588: 2016-10-03  moko
                   1589: 
                   1590:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1591:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1592:          supported (implements feature #42)
                   1593: 
                   1594:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1595:          is_evaluated_expr
                   1596: 
                   1597:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1598:          (implements feature #1095)
                   1599: 
                   1600: 2016-10-01  moko
                   1601: 
                   1602:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1603:          false by default (related to feature #1089)
                   1604: 
                   1605: 2016-09-30  moko
                   1606: 
                   1607:        * src/types/pa_wcontext.h: cleanup
                   1608: 
                   1609: 2016-09-29  moko
                   1610: 
                   1611:        * src/main/execute.C: whitespace
                   1612: 
                   1613:        * src/include/pa_request.h: whitespace
                   1614: 
                   1615:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1616:          classes/op.C, classes/table.C, include/pa_request.h,
                   1617:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1618:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1619:          StringOrValue removed as it just slows down and adds complexity
                   1620:          (implements feature #1020)
                   1621: 
                   1622: 2016-09-28  moko
                   1623: 
                   1624:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1625:          results/356.processed: tests updated after name was added to
                   1626:          method_info hash, test for ^reflection:method_info[junction]
                   1627:          added (related to feature #1068)
                   1628: 
                   1629:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1630:          supported, method name added to the resulting hash (implements
                   1631:          feature #1068)
                   1632: 
                   1633:        * tests/: 276.html, results/276.processed: more tests for
                   1634:          ^reflection:delete[]
                   1635: 
                   1636:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1637:          didn't work on class and could damage native objects (like file)
                   1638: 
                   1639: 2016-09-26  moko
                   1640: 
                   1641:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1642:          results/345.processed, results/346-curl.processed,
                   1643:          results/347-curl.processed, results/348.processed: numbers added
                   1644:          to simplify diff analysis
                   1645: 
                   1646:        * tests/: 352.html, results/352.processed: test result updated as
                   1647:          method name used
                   1648: 
                   1649:        * src/classes/reflection.C: method name used
                   1650: 
                   1651:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1652:          its name
                   1653: 
                   1654:        * src/types/pa_method.h: whitespace
                   1655: 
                   1656:        * src/classes/reflection.C: both method and field with one name can
                   1657:          exist.
                   1658: 
                   1659:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1660:          feature #1089)
                   1661: 
                   1662:        * tests/: 355.html, results/355.processed: property appears in
                   1663:          derived class if added in base test added
                   1664: 
                   1665:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1666:          whitespace
                   1667: 
                   1668:        * tests/: 354.html, results/354.processed: nice test from method
                   1669:          and property with one name in class added
                   1670: 
                   1671: 2016-09-23  moko
                   1672: 
                   1673:        * src/classes/reflection.C: ^reflection:method usage documented
                   1674: 
                   1675: 2016-09-22  moko
                   1676: 
                   1677:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1678:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1679:          compile warning and GPF occures on VS2003 (related to feature
                   1680:          #1087)
                   1681: 
                   1682:        * tests/: 350.html, results/350.processed: test added for
                   1683:          $.encloser[] support in ^table::create (related to feature #11)
                   1684: 
                   1685:        * src/classes/table.C: another minor fix (related to feature #11)
                   1686: 
1.107     moko     1687: 2016-09-21  moko
                   1688: 
                   1689:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1690: 
                   1691:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1692:          classes/json.C, classes/string.C, classes/table.C,
                   1693:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1694:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1695:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1696:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1697:          pa_charsets, vs2015 warning war
                   1698: 
                   1699:        * src/classes/table.C: vs2015 warning war
                   1700: 
                   1701:        * src/types/pa_vdate.C: vs2015 warning war
                   1702: 
                   1703:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1704: 
                   1705:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1706:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1707: 
                   1708:        * src/main/pa_common.C: vs2015 compilation fixes
                   1709: 
                   1710:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1711:          vs2015 compilation fixes
                   1712: 
                   1713:        * src/main/pa_charset.C: vs2015 warning war
                   1714: 
                   1715:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1716: 
                   1717:        * src/main/pa_charset.C: vs2015 warning war
                   1718: 
                   1719:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1720: 
                   1721:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1722: 
                   1723:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1724: 
                   1725:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1726:          VS2015 compilation fixes
                   1727: 
                   1728:        * src/classes/table.C: minor fix (related to feature #11)
                   1729: 
                   1730:        * tests/results/282.processed: no longer skipping extra enclosers
                   1731:          (related to feature #11)
                   1732: 
                   1733:        * src/classes/table.C: minor fix + no longer skipping extra
                   1734:          enclosers (related to feature #11)
                   1735: 
                   1736:        * src/classes/table.C: minor optimization (related to feature #11)
                   1737: 
                   1738:        * src/classes/table.C: minor fix and optimization (related to
                   1739:          feature #11)
                   1740: 
                   1741: 2016-09-20  moko
                   1742: 
                   1743:        * tests/: 353.html, results/353.processed: test for
                   1744:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1745:          added (related to bug #1090)
                   1746: 
                   1747:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1748:          one_big_piece (fixes bug #1090)
                   1749: 
                   1750:        * tests/: 229.html, results/229.processed: code coverage tests
                   1751: 
                   1752:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1753:          body) was called
                   1754: 
                   1755:        * src/classes/op.C: whitespace
                   1756: 
                   1757:        * tests/: 323.html, results/323.processed: test for code junction
                   1758:          should not be returned by ^reflection:class, ^reflection:base
                   1759: 
                   1760:        * src/classes/reflection.C: bugfix: code junction should not be
                   1761:          returned by ^reflection:class, ^reflection:base
                   1762: 
                   1763:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1764:          exception for ^reflection:method[class;no-such-method] (related
                   1765:          to feature #1087)
                   1766: 
                   1767:        * src/classes/reflection.C:
                   1768:          ^reflection:method[class;no-such-method] : exception -> void
                   1769:          (related to feature #1087)
                   1770: 
                   1771:        * src/include/pa_request.h: request::write_value added to allow
                   1772:          write value without convertion (related to issue #1091)
                   1773: 
                   1774: 2016-09-19  moko
                   1775: 
                   1776:        * src/main/pa_random.C: windows build fix
                   1777: 
                   1778:        * src/types/pa_vhash.h: warning war
                   1779: 
                   1780: 2016-09-14  moko
                   1781: 
                   1782:        * tests/: 352.html, 552.html, results/352.processed,
                   1783:          results/552.processed: test for ^reflection:method[] extension
                   1784:          added (related to feature #1087)
                   1785: 
                   1786:        * tests/: 552.html, results/552.processed: test for
                   1787:          ^reflection:method[] extension added (related to feature #1087)
                   1788: 
                   1789:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1790:          dynamic_cast check added (related to feature #1087)
                   1791: 
                   1792:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1793:          inheritance bug diring ^process[] added (related to bug #1088)
                   1794: 
                   1795:        * src/: classes/op.C, main/pa_request.C,
                   1796:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1797:          disable it inheritance during ^process (fixes bug #1088)
                   1798: 
                   1799:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1800:          added (implements feature #1087)
                   1801: 
                   1802: 2016-09-13  moko
                   1803: 
                   1804:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1805:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1806:          to feature #1086)
                   1807: 
                   1808:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1809:          types/pa_vobject.C: objects now are not class instances, but have
                   1810:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1811:          in @conf (implements feature #1086)
                   1812: 
                   1813: 2016-09-08  moko
                   1814: 
                   1815:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1816:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1817:          include/pa_string.h: cleanup: string::split limit argument
                   1818:          removed as no longer required, pos_after no longer reference
                   1819:          (related to feature #11)
                   1820: 
                   1821:        * src/classes/table.C, tests/results/348.processed: now exception
                   1822:          is rised when invalid option is passed to ^table::create[]
                   1823: 
                   1824:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1825:          coverage tests
                   1826: 
                   1827:        * tests/: 348.html, results/348.processed: code coverage tests
                   1828:          added
                   1829: 
                   1830:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1831:          tests
                   1832: 
                   1833:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1834:          tests updated after $.encloser[] support for ^table::create
                   1835:          implementation (related to feature #11)
                   1836: 
                   1837:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1838:          finally added (implements feature #11)
                   1839: 
                   1840: 2016-09-07  moko
                   1841: 
                   1842:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1843:          (related to feature #11)
                   1844: 
                   1845:        * src/include/pa_string.h: body and langs now protected, not
                   1846:          private to allow inheritance (related to feature #11)
                   1847: 
                   1848:        * src/classes/table.C: lsplit optimized before cloning for
                   1849:          ^table::create with $.encloser[] (related to feature #11)
                   1850: 
                   1851:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1852:          added and used (related to feature #11)
                   1853: 
                   1854:        * src/classes/table.C: spelling:
                   1855: 
                   1856:          TableSeparators -> TableControlChars column -> separator
                   1857:          separators -> control_chars
                   1858: 
                   1859: 2016-09-06  moko
                   1860: 
                   1861:        * src/main/pa_string.C: whitespace
                   1862: 
                   1863:        * src/main/pa_string.C: whitespace
                   1864: 
                   1865: 2016-09-01  moko
                   1866: 
                   1867:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1868:          results OS-independent
                   1869: 
                   1870:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1871:          compiler (related to feature #1042)
                   1872: 
                   1873: 2016-08-15  moko
                   1874: 
                   1875:        * src/include/pa_string.h: whitespace
                   1876: 
                   1877:        * src/classes/table.C: whitespace
                   1878: 
1.106     moko     1879: 2016-08-05  moko
                   1880: 
                   1881:        * tests/: 344.html, results/344.processed: test for
                   1882:          ^hash::create[$file] added (related to feature #1075)
                   1883: 
                   1884:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1885:          supported (implements feature #1075)
                   1886: 
                   1887: 2016-08-04  moko
                   1888: 
                   1889:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1890: 
                   1891:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1892:          coverage tests for curl
                   1893: 
                   1894:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1895:          coverage tests for curl
                   1896: 
                   1897:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1898:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1899:          test added
                   1900: 
                   1901:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1902:          coverage tests for curl
                   1903: 
                   1904: 2016-08-03  moko
                   1905: 
                   1906:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1907:          until it will be loaded, allowing to find existing library.
                   1908: 
                   1909:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1910:          results/347-curl.processed: more code coverage tests for curl
                   1911: 
                   1912:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1913:          results/339-curl.processed, results/346-curl.processed: curl
                   1914:          functionality tests
                   1915: 
                   1916: 2016-08-02  moko
                   1917: 
                   1918:        * tests/: 339.html, results/339.processed: test for tables in
                   1919:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1920:          feature #1042)
                   1921: 
                   1922:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1923:          file class
                   1924: 
                   1925:        * tests/: 344.html, results/344.processed: code coverage tests
                   1926: 
                   1927:        * tests/: 344.html, results/344.processed: mdate removed from
                   1928:          output
                   1929: 
                   1930:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   1931:          fcontent.is_text_mode() if not set (related to feature #1061)
                   1932: 
                   1933:        * tests/: 344.html, results/344.processed: more tests
                   1934: 
                   1935:        * tests/: 343.html, 344.html, results/343.processed,
                   1936:          results/344.processed: tests for ^file::create[ $.from-charset
                   1937:          and $.to-charset ] (related to feature #1061)
                   1938: 
                   1939:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1940:          aset_text_mode argument optimized
                   1941: 
                   1942:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1943:          checkBOM now used in detect_binary_content (related to feature
                   1944:          #1061)
                   1945: 
                   1946:        * src/main/pa_request.C: load_charset no longer required to_upper
                   1947: 
                   1948:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   1949:          preserves original file mode (if no $.mode specified)
                   1950: 
                   1951:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1952:          ^file::create now supports $.from-charset[] and $.to-charset
                   1953:          options (implements feature #1061), automatic transcode is done
                   1954:          if text file is created from binary file and charset is detected.
                   1955: 
                   1956: 2016-07-30  moko
                   1957: 
                   1958:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   1959:          feature #1057)
                   1960: 
                   1961:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   1962:          added (related to feature #1057)
                   1963: 
                   1964:        * tests/: 286.html, results/286.processed: code tests coverage
                   1965: 
                   1966: 2016-07-29  moko
                   1967: 
                   1968:        * src/classes/table.C: table size should be checked inside menu and
                   1969:          foreach (related to feature #858)
                   1970: 
                   1971:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   1972:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1973:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   1974:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   1975:          charsets.get now does str_upper inside (related to feature #1061)
                   1976: 
                   1977:        * tests/: 342.html, results/342.processed: more code coverage tests
                   1978: 
                   1979:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   1980:          + foreach test added (related to feature #858)
                   1981: 
                   1982:        * tests/: 341.html, results/341.processed: tests for
                   1983:          ^table.hash[]{code} added + code coverage tests (related to
                   1984:          feature #1057)
                   1985: 
                   1986:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   1987:          value} support (implements feature #1057)
                   1988: 
                   1989:        * src/classes/table.C: whitespace
                   1990: 
                   1991: 2016-07-28  moko
                   1992: 
                   1993:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   1994:          from URL, if not specified query string removed from url-based
                   1995:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   1996:          #1042)
                   1997: 
                   1998: 2016-07-27  moko
                   1999: 
                   2000:        * tests/: 340.html, results/340.processed: test for
                   2001:          transcode_text_result=false added (related to issue #1042)
                   2002: 
                   2003: 2016-07-26  moko
                   2004: 
                   2005:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2006:          is folder and ends with /) (related to feature #1042)
                   2007: 
                   2008:        * src/main/pa_http.C: whitespace optimizaion
                   2009: 
                   2010:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2011:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2012:          multiple headers, ^file::load supports headers transcoding
                   2013:          (implements feature #1042)
                   2014: 
                   2015: 2016-07-25  moko
                   2016: 
                   2017:        * src/include/pa_common.h: PA_DEFAULT added
                   2018: 
                   2019: 2016-07-22  moko
                   2020: 
                   2021:        * tests/: 338.html, results/338.processed: test for
                   2022:          $date.field(value) added (related to feature #1066)
                   2023: 
                   2024:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2025:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2026:          feature #1066)
                   2027: 
1.105     moko     2028: 2016-07-21  moko
                   2029: 
                   2030:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2031:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2032:          arguments removed; image.C - absolute path shown in exception
                   2033:          (implements feature #1071)
                   2034: 
                   2035:        * tests/: 235.html, results/235.processed: test and test result
                   2036:          updated after static boundary in mail and Errors-To: mail header
                   2037:          removed (related to feature #1047)
                   2038: 
                   2039:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2040:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2041:          used, static boundary in mail removed, Errors-To: mail header
                   2042:          removed (implements feature #1047)
                   2043: 
                   2044: 2016-07-20  moko
                   2045: 
                   2046:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2047:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2048:          issue #1051)
                   2049: 
                   2050:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   2051:          request.classes(): Value -> VStateless_class, part 2 (related to
                   2052:          issue #1051)
                   2053: 
                   2054:        * tests/results/: 224.processed, 323.processed: classes without
                   2055:          methods should not be methoded (related to issue #1051)
                   2056: 
                   2057:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   2058:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   2059:          -> VStateless_class, part 1 (related to issue #1051)
                   2060: 
                   2061:        * tests/: 337.html, results/337.processed: test for
                   2062:          ^reflection:fields_reference[] and VHashReference class added
                   2063:          (related to feature #1072)
                   2064: 
                   2065:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2066:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2067:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2068:          implementation (closes feature #1072)
                   2069: 
                   2070: 2016-07-19  moko
                   2071: 
                   2072:        * tests/: 323.html, results/323.processed: we want to see
                   2073:          "methoded"
                   2074: 
                   2075:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2076:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2077:          #1059)
                   2078: 
                   2079:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2080:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2081:          somebody_entered_some_class, $BASE:property works again,
                   2082:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2083: 
                   2084: 2016-07-14  moko
                   2085: 
                   2086:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2087:          added
                   2088: 
                   2089:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   2090:          feature: ^hash.contains[_default] added (implements feature
                   2091:          #1055)
                   2092: 
                   2093: 2016-07-13  moko
                   2094: 
                   2095:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   2096:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   2097: 
                   2098: 2016-07-05  moko
                   2099: 
                   2100:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   2101:          in ^hash.foreach (related to feature #1073)
                   2102: 
                   2103: 2016-07-04  moko
                   2104: 
                   2105:        * tests/: 134.html, 281.html, results/134.processed,
                   2106:          results/281.processed: tests updated after hash blocking removed
                   2107:          (related to feature #1073)
                   2108: 
                   2109:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   2110:          no longer blocks on change during foreach (implements feature
                   2111:          #1073)
                   2112: 
                   2113: 2016-06-17  moko
                   2114: 
                   2115:        * tests/: 330.html, results/330.processed: try exception source
                   2116:          test added (related to bug in #1062)
                   2117: 
                   2118:        * tests/: 334.html, results/334.processed: Exception stack trace
                   2119:          test added (related to bug in $1062)
                   2120: 
                   2121:        * src/classes/op.C: Exception trace now correctly restored and
                   2122:          errors reported (related to bug #1062)
                   2123: 
1.104     moko     2124: 2016-05-25  moko
                   2125: 
                   2126:        * src/main/compile.y: minor cleanup + beauty
                   2127: 
                   2128: 2016-05-24  moko
                   2129: 
                   2130:        * tests/: 333.html, results/333.processed: more exceptions testing
                   2131: 
                   2132:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   2133:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   2134:          features #1056, #1026)
                   2135: 
                   2136:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   2137:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   2138:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   2139:          (implements feature #1056)
                   2140: 
                   2141:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2142:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   2143:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   2144:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   2145:          feature #1026)
                   2146: 
                   2147:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   2148:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   2149:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   2150:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   2151:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   2152:          feature #1026)
                   2153: 
                   2154:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2155:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   2156:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   2157:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   2158: 
                   2159:        * src/main/main.vcproj: + ps_symbols
                   2160: 
                   2161:        * src/: include/Makefile.am, include/pa_string.h,
                   2162:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   2163:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   2164:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2165:          types/pa_vstateless_class.C: initial implementation for symbols
                   2166:          cache (related to feature #1026)
                   2167: 
                   2168:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   2169: 
                   2170:        * src/main/pa_globals.C: minor cleanup
                   2171: 
                   2172: 2016-05-19  moko
                   2173: 
                   2174:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   2175:          (related to feature #1046)
                   2176: 
                   2177:        * tests/: 331.html, results/331.processed: test for
                   2178:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   2179:          (related to feature #1051)
                   2180: 
                   2181:        * src/main/compile.y:
                   2182:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   2183:          (implements feature #1054)
                   2184: 
                   2185: 2016-05-18  moko
                   2186: 
                   2187:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   2188:          "column not found" exception for ^table.no-such-method[] (related
                   2189:          to feature #1046)
                   2190: 
                   2191:        * tests/: 261.html, results/261.processed: test added and updated
                   2192:          after feature #1046 implementation
                   2193: 
                   2194:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   2195:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   2196:          ^string.contains added for hash compatibility, $string.method no
                   2197:          longer returns stting method (implements feature #1046)
                   2198: 
                   2199: 2016-05-12  moko
                   2200: 
                   2201:        * src/classes/curl.C: content-type response header no longer
                   2202:          ignored (fixes issue #1045)
                   2203: 
                   2204:        * tests/: 330.html, results/330.processed: test for incomplete
                   2205:          finally execution when break occures added (related to issue
                   2206:          #1077)
                   2207: 
                   2208:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   2209:          executing catch and finally code (fixes issue #1062)
                   2210: 
                   2211: 2016-05-11  moko
                   2212: 
                   2213:        * tests/: 329.html, results/329.processed: test for invalid
                   2214:          ^break[] behavour added (bug #1077)
                   2215: 
                   2216:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   2217: 
                   2218: 2016-04-24  moko
                   2219: 
                   2220:        * src/types/pa_vstateless_class.h: warning war
                   2221: 
                   2222: 2016-04-17  moko
                   2223: 
                   2224:        * tests/: 328.html, results/328.processed: test for
                   2225:          ^break(condition) and ^continue(condition) (related to feature
                   2226:          #1063)
                   2227: 
                   2228:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   2229:          implemented (feature #1063)
                   2230: 
                   2231: 2016-04-12  moko
                   2232: 
                   2233:        * tests/results/280.processed: ordered hash now used for class
                   2234:          methods and properties (test results updated for feature #1069)
                   2235: 
                   2236:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   2237:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   2238:          failed (related to issue #1051)
                   2239: 
                   2240:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   2241:          are printed to check inheritance (related to feature #1051)
                   2242: 
1.103     moko     2243: 2016-04-09  moko
                   2244: 
                   2245:        * tests/results/320.processed: ordered hash now used for class
                   2246:          methods and properties (test results updated for feature #1069)
                   2247: 
                   2248:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   2249:          methods and properties (implements feature #1069)
                   2250: 
                   2251:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   2252:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   2253:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   2254:          feature #1051)
                   2255: 
                   2256: 2016-04-07  moko
                   2257: 
                   2258:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   2259:          (related to feature #1051)
                   2260: 
                   2261:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   2262:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   2263:          string constants deduplication (related to feature #1051)
                   2264: 
                   2265:        * tests/results/224.processed: test result updated (related to
                   2266:          feature #1051)
                   2267: 
                   2268:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   2269:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   2270:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   2271:          types/pa_vstatus.h: classes hash now contains only
                   2272:          VStateless_class derived objects, .CLASS is also allways
                   2273:          VStateless_class derived object (related to feature #1051).
                   2274: 
                   2275: 2016-04-06  moko
                   2276: 
                   2277:        * tests/results/323.processed: test result updated after feature
                   2278:          #1051 implementation
                   2279: 
                   2280:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   2281:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2282:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   2283:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   2284:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2285:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   2286:          classes, type() moved from VStateless_class to VClass and
                   2287:          Methoded (implements feature #1051)
                   2288: 
                   2289: 2016-04-04  moko
                   2290: 
                   2291:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   2292:          beauty: put_class added (related to feature #1051)
                   2293: 
                   2294: 2016-04-01  moko
                   2295: 
                   2296:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2297:          229.processed, 244.processed, 246.processed, 316.processed: test
                   2298:          results updated as class.type() removed from error messages, only
                   2299:          type() left (related to feature #1051)
                   2300: 
                   2301:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   2302:          classes/op.C, classes/reflection.C, main/compile.y,
                   2303:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   2304:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   2305:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   2306:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   2307:          from VStateless_class, type() is used instead (related to feature
                   2308:          #1051)
                   2309: 
                   2310:        * src/classes/mail.C: old logic restored.
                   2311: 
                   2312:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2313:          classes/classes.h, classes/curl.C, classes/date.C,
                   2314:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2315:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2316:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2317:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   2318:          classes/regex.C, classes/response.C, classes/string.C,
                   2319:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2320:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   2321:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   2322:          feature #1051)
                   2323: 
                   2324: 2016-03-30  moko
                   2325: 
                   2326:        * tests/: 327.html, results/224.processed, results/327.processed:
                   2327:          test for TZ specification in ^date::create[], TZ is kept during
                   2328:          ^date::create[$dt] (related to feature #1048)
                   2329: 
                   2330:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   2331:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   2332:          feature #1048)
                   2333: 
                   2334: 2016-03-29  moko
                   2335: 
                   2336:        * tests/: 315.html, results/315.processed: test for timezone format
                   2337:          +HHmm added (related to feature #1065)
                   2338: 
                   2339:        * src/classes/date.C: timezone format +HHmm now supported
                   2340:          (implements feature #1065)
                   2341: 
                   2342: 2016-03-28  moko
                   2343: 
                   2344:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2345:          results/224.processed, results/256.processed,
                   2346:          results/315.processed: test results updated after %.2d now
                   2347:          default for hours offset in iso-string (was %2d), test for
                   2348:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2349:          added (related to feature #1065)
                   2350: 
                   2351: 2016-03-27  moko
                   2352: 
                   2353:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2354:          feature #1065)
                   2355: 
                   2356:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2357:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2358:          added (implements feature #1065)
                   2359: 
                   2360: 2016-03-24  moko
                   2361: 
                   2362:        * tests/: 202.html, results/202.processed: test $date.week added
                   2363:          (related to bug #1067)
                   2364: 
                   2365:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2366:          date (fix for bug #1067)
                   2367: 
                   2368: 2016-03-10  moko
                   2369: 
                   2370:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2371: 
1.102     moko     2372: 2015-12-07  moko
                   2373: 
                   2374:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2375:          .CLASS_NAME optimization added (related to feature #844)
                   2376: 
                   2377: 2015-11-17  moko
                   2378: 
                   2379:        * tests/: 323.html, results/323.processed: order added
                   2380: 
                   2381:        * tests/: 325.html, results/325.processed: double range test added
                   2382:          (related to bug #1049)
                   2383: 
                   2384: 2015-11-16  moko
                   2385: 
                   2386:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2387:          added to disallow NaN and Infinity (fixes bug #1049)
                   2388: 
                   2389: 2015-11-11  moko
                   2390: 
                   2391:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2392:          feature #1017)
                   2393: 
                   2394:        * tests/: 324.html, results/324.processed: test for
                   2395:          GET_ELEMENT4CALL feature added (feature #1017)
                   2396: 
1.101     moko     2397: 2015-10-29  moko
                   2398: 
                   2399:        * operators.txt: updated for 3.4.4
                   2400: 
                   2401:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2402: 
                   2403:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2404:          (related to bug #1043)
                   2405: 
                   2406: 2015-10-28  moko
                   2407: 
                   2408:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2409:          hangup during ^file::exec (fixes bug #1043)
                   2410: 
1.100     moko     2411: 2015-10-27  moko
                   2412: 
                   2413:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2414: 
1.99      moko     2415: 2015-10-26  moko
                   2416: 
1.100     moko     2417:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2418:          (related to issue #1041)
                   2419: 
                   2420:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2421:          Copyright year updated
                   2422: 
1.99      moko     2423:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2424:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2425:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2426:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2427:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2428:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2429:          classes/regex.C, classes/response.C, classes/string.C,
                   2430:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2431:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2432:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2433:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2434:          include/pa_dictionary.h, include/pa_dir.h,
                   2435:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2436:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2437:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2438:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2439:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2440:          include/pa_sapi.h, include/pa_socks.h,
                   2441:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2442:          include/pa_stack.h, include/pa_string.h,
                   2443:          include/pa_stylesheet_connection.h,
                   2444:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2445:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2446:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2447:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2448:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2449:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2450:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2451:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2452:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2453:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2454:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2455:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2456:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2457:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2458:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2459:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2460:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2461:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2462:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2463:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2464:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2465:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2466:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2467:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2468:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2469:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2470:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2471:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2472:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2473:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2474:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2475:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2476:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2477:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2478:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2479:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2480:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2481:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2482:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2483:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2484:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2485:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2486:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2487:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2488:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2489:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2490: 
                   2491:        * src/targets/cgi/parser3.C: year updated
                   2492: 
                   2493:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2494:          issue #1041)
                   2495: 
                   2496:        * tests/: 323.html, results/323.processed: test for base classes
                   2497:          added
                   2498: 
                   2499:        * tests/: 261.html, results/261.processed: updated after better
                   2500:          error reporting done for $string.key exception
                   2501: 
                   2502:        * src/types/pa_vstring.h: better error report for $string.key
                   2503:          exception
                   2504: 
                   2505:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2506:          copied as VObject::get_element4call to remove extra virtual call
                   2507: 
                   2508:        * tests/: 322.html, results/322.processed: test for
                   2509:          ^reflection:is[] added (related to feature #1041)
                   2510: 
                   2511:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2512:          (related to feature #1041)
                   2513: 
                   2514:        * src/classes/reflection.C:
                   2515:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2516:          added (implements feature #1041)
                   2517: 
                   2518: 2015-10-24  moko
                   2519: 
                   2520:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2521: 
1.98      moko     2522: 2015-10-22  moko
                   2523: 
                   2524:        * tests/: 321.html, results/321.processed: test for
                   2525:          ^reflection:method_info[] file detection added
                   2526: 
                   2527:        * tests/: 320.html, results/320.processed: test for
                   2528:          ^reflection:class_by_name[class_name] added (related to feature
                   2529:          #993)
                   2530: 
                   2531:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2532:          added (implements feature #993)
                   2533: 
                   2534:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2535:          (related to feature #1017)
                   2536: 
                   2537:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2538:          added (related to issue #1039)
                   2539: 
                   2540:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2541:          #1039)
                   2542: 
                   2543:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2544:          for VDate
                   2545: 
                   2546:        * tests/results/182.processed: updated after feature #1038
                   2547:          implemented
                   2548: 
                   2549:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2550:          compile-time exception origin added (test for feature #1039)
                   2551: 
                   2552:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2553:          main/pa_request.C: exception unification: compile-time exceptions
                   2554:          now have origin, @USE origins also tracked (implements feature
                   2555:          #1039)
                   2556: 
                   2557: 2015-10-20  moko
                   2558: 
                   2559:        * src/main/pa_request.C: cleanup
                   2560: 
                   2561: 2015-10-15  moko
                   2562: 
                   2563:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2564: 
                   2565:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2566:          types/pa_vtable.C: new feature: no more $table.method and
                   2567:          $hash.method, aliases for _at, _count, _key (related to feature
                   2568:          #1017)
                   2569: 
1.97      moko     2570: 2015-10-14  moko
                   2571: 
1.98      moko     2572:        * tests/: 317.html, results/317.processed: test for
                   2573:          ^string.unescape[] added (related to feature #120)
                   2574: 
1.97      moko     2575:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2576:          defined" bug (described in issue #1036)
                   2577: 
                   2578:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2579:          (test for bug #1037)
                   2580: 
                   2581:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2582:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2583:          it's not enforced, skips BOM signature if it complies charset
                   2584:          (fixes bug #1037)
                   2585: 
                   2586: 2015-10-13  moko
                   2587: 
                   2588:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2589:          linking
                   2590: 
                   2591:        * src/classes/inet.C: vs2003 compilation fix
                   2592: 
                   2593:        * src/classes/math.C: warning war
                   2594: 
                   2595:        * src/lib/punycode/pa_punycode.c: warning war
                   2596: 
                   2597: 2015-10-12  moko
                   2598: 
                   2599:        * src/lib/punycode/pa_punycode.c: warning war
                   2600: 
                   2601:        * parser3.sln: moved parser3 first, to make it default startup
                   2602:          project
                   2603: 
                   2604:        * buildall: parser "mirror" now used for external libs sources
                   2605:          (implements feature #1036)
                   2606: 
                   2607:        * buildall: most external libs are updated to their current
                   2608:          versions (related to feature #1036)
                   2609: 
                   2610:        * src/classes/image.C: more tags added
                   2611: 
                   2612:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2613: 
                   2614: 2015-10-11  moko
                   2615: 
                   2616:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2617: 
                   2618: 2015-10-09  moko
                   2619: 
                   2620:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2621:          (related to feature #1035)
                   2622: 
                   2623:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2624:          ULLONG_MAX definition
                   2625: 
                   2626:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2627:          (implements feature #1035)
                   2628: 
                   2629:        * src/main/pa_charset.C: String::Body(String::C) used
                   2630: 
                   2631:        * src/main/pa_charset.C: exceptions unified
                   2632: 
                   2633:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2634:          unified
                   2635: 
                   2636:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2637:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2638:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2639:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2640:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2641:          String::Body(String::C) constructor added (related to bug #957)
                   2642: 
                   2643:        * src/classes/file.C: minor optimization
                   2644: 
                   2645:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2646:          Cord(char*) autocreation (related to bug #957)
                   2647: 
                   2648:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2649: 
                   2650:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2651:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2652:          instead (related to bug #957)
                   2653: 
                   2654: 2015-10-08  moko
                   2655: 
                   2656:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2657:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2658:          main/untaint.C: Now char * is converted to CORD only using
                   2659:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2660: 
                   2661:        * src/include/pa_hash.h: fixed compilation without
                   2662:          HASH_CODE_CACHING
                   2663: 
                   2664:        * src/classes/string.C:
                   2665:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2666:          feature #120)
                   2667: 
                   2668:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2669:          feature #120)
                   2670: 
1.96      moko     2671: 2015-10-07  moko
                   2672: 
                   2673:        * tests/: 275.html, results/275.processed: test modified after
                   2674:          unsigned long long int support implemented (feature #1034)
                   2675: 
                   2676:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2677:          pa_atoul added for unsigned long long int support
                   2678: 
                   2679: 2015-10-06  moko
                   2680: 
                   2681:        * src/types/pa_vdate.C: INT_MAX used
                   2682: 
                   2683: 2015-10-03  moko
                   2684: 
                   2685:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2686:          (\u2028, \u2029 escaping) added
                   2687: 
                   2688:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2689:          json:string[] (fixes bug #1023)
                   2690: 
                   2691: 2015-09-29  moko
                   2692: 
                   2693:        * tests/305.html: try-catch added for OS without ipv6 support
                   2694: 
                   2695:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2696:          compilation
                   2697: 
                   2698:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2699:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2700:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2701:          implemented to distinguish ^hash.method from $hash.field
                   2702:          (implements feature #1017)
                   2703: 
                   2704:        * src/lib/punycode/pa_punycode.c: warning war
                   2705: 
                   2706:        * src/include/pa_config_includes.h: warning war
                   2707: 
                   2708:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2709: 
                   2710:        * src/include/pa_config_includes.h: warning war
                   2711: 
                   2712:        * src/include/pa_hash.h: clang compilation fix
                   2713: 
                   2714: 2015-09-27  moko
                   2715: 
                   2716:        * src/main/compile.tab.C: Bison 3 is now default
                   2717: 
                   2718:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2719: 
                   2720: 2015-09-25  moko
                   2721: 
                   2722:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2723:          works with undefined HASH_ORDER (related to feature #196)
                   2724: 
                   2725: 2015-09-24  moko
                   2726: 
                   2727:        * tests/: 027.html, results/027.processed: test modified to test
                   2728:          ^hash.sort (feature #196)
                   2729: 
                   2730:        * src/: classes/hash.C, include/pa_hash.h:
                   2731:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2732:          added (implements feature #196)
                   2733: 
                   2734:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2735:          (exception handling in non-cached ^cache), plus for "it does not
                   2736:          have logical value" and "$exception.handled value must be either
                   2737:          boolean or string 'cache'" exceptions.
                   2738: 
                   2739:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2740:          code (fixes bug #1025)
                   2741: 
1.95      moko     2742: 2015-09-23  moko
                   2743: 
                   2744:        * src/classes/table.C: warning war
                   2745: 
                   2746:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2747: 
                   2748:        * src/classes/file.C: warning war
                   2749: 
                   2750:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2751: 
                   2752:        * src/: main/pa_request.C, classes/date.C: warning war
                   2753: 
                   2754:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2755: 
                   2756:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2757:          differences with OS that doesn't keep timezone change history
                   2758: 
                   2759:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2760:          TZ change (related to feature #36)
                   2761: 
                   2762:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2763:          differences with OS that doesn't keep timezone change history
                   2764: 
                   2765:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2766:          differences with OS that doesn't keep timezone change history
                   2767: 
                   2768:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2769:          differences with OS that doesn't keep timezone change history
                   2770: 
                   2771:        * tests/: 124.html, results/124.processed: win results sync: to
                   2772:          avoid hitting time change hole.
                   2773: 
                   2774:        * src/types/pa_vdate.C: static returned. :)
                   2775: 
                   2776: 2015-09-22  moko
                   2777: 
                   2778:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2779: 
                   2780:        * tests/results/131.processed: more tests for feature #1032
                   2781: 
                   2782:        * src/classes/date.C: minor fix related to feature #1032
                   2783: 
                   2784:        * operators.txt: ISO date creation documented (related to feature
                   2785:          #1032)
                   2786: 
                   2787:        * operators.txt: iso-string documented (related to feature #1032)
                   2788: 
                   2789:        * tests/: 315.html, results/315.processed: more tests added
                   2790:          (related to feature #1032)
                   2791: 
                   2792:        * tests/: 131.html, results/131.processed: date range checks
                   2793:          updated (related to feature #36)
                   2794: 
                   2795:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2796:          test added for ISO date support (related to issue #315)
                   2797: 
                   2798:        * src/classes/date.C: more readable exceptions in date creation
                   2799:          (related to ticket #1032)
                   2800: 
                   2801: 2015-09-18  moko
                   2802: 
                   2803:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2804:          added (related to issue #1032)
                   2805: 
                   2806:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2807:          documented (related to issue #1032)
                   2808: 
                   2809:        * tests/: 256.html, results/256.processed: ISO date check added
                   2810:          (related to issue #1032)
                   2811: 
                   2812:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2813:          tests results updated after ISO date support implemented (related
                   2814:          to feature #1032)
                   2815: 
                   2816:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2817:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2818:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2819:          added (implements feature #1032)
                   2820: 
                   2821: 2015-09-05  moko
                   2822: 
                   2823:        * operators.txt: actualized
                   2824: 
                   2825:        * operators.txt: date changes documented (related to ticket #36)
                   2826: 
                   2827: 2015-09-04  moko
                   2828: 
                   2829:        * src/types/pa_vdate.C: warning war
                   2830: 
                   2831:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2832: 
                   2833: 2015-09-03  moko
                   2834: 
                   2835:        * tests/results/096.processed: test result updated for 0..9999 year
                   2836:          date range support (related to feature #36)
                   2837: 
                   2838:        * tests/: 314.html, results/314.processed: test for
                   2839:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2840:          bug #1031)
                   2841: 
                   2842:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2843:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2844: 
1.116     moko     2845:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2846:          configure.in -> configure.ac
1.95      moko     2847: 
1.116     moko     2848:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2849:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2850:          configure.ac
1.95      moko     2851: 
                   2852:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2853:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2854:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2855:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2856:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2857:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2858:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2859:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2860:          check added
                   2861: 
                   2862:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2863: 
                   2864:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2865:          for new date implementation (related to feature #36)
                   2866: 
                   2867:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2868:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2869:          types/pa_vdate.h: new double date implementation with internal
                   2870:          support for extended 0..9999 year range, default timezone support
                   2871:          (related to feature #36)
                   2872: 
                   2873: 2015-08-28  moko
                   2874: 
                   2875:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2876:          (fixes bug #1030)
                   2877: 
                   2878: 2015-08-21  moko
                   2879: 
                   2880:        * src/classes/inet.C: snprintf size "bug" commented
                   2881: 
                   2882:        * src/main/pa_common.C: snprintf comments updated
                   2883: 
                   2884: 2015-08-16  moko
                   2885: 
                   2886:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2887: 
                   2888: 2015-08-11  moko
                   2889: 
                   2890:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2891:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2892:          can be null (fixes bug #1029)
                   2893: 
                   2894: 2015-08-06  moko
                   2895: 
1.116     moko     2896:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2897:          pa_vdate.C added
1.95      moko     2898: 
                   2899: 2015-08-05  moko
                   2900: 
                   2901:        * tests/: 313.html, results/313.processed: test for
                   2902:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2903:          (feature #1003)
                   2904: 
                   2905:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2906:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2907:          correctly for nameless tables (implements feature #1003)
                   2908: 
                   2909: 2015-08-03  moko
                   2910: 
                   2911:        * tests/312.html: test for ^table.append[$hash] and
                   2912:          ^table.insert[$hash] added (related to feature #1028)
                   2913: 
                   2914:        * src/classes/table.C: ^table.append[$hash] and
                   2915:          ^table.insert[$hash] now supported (implements feature #1028)
                   2916: 
                   2917:        * tests/: 312.html, results/312.processed: test row copy in
                   2918:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2919: 
                   2920:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2921:          $.type[table] ] (related to feature #1016)
                   2922: 
                   2923: 2015-07-29  moko
                   2924: 
                   2925:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2926:          added (related to feature #1016)
                   2927: 
                   2928:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2929:          ^table.delete[] added to delete current row (related to feature
                   2930:          1016)
                   2931: 
                   2932: 2015-07-28  moko
                   2933: 
                   2934:        * tests/: 312.html, results/312.processed: test for
                   2935:          $table.column[value] and ^table.insert{row} (related to feature
                   2936:          #1016)
                   2937: 
                   2938:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   2939:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   2940:          ^table.insert{row} are now implemented (feature #1016)
                   2941: 
                   2942:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   2943:          append(), insert() added, memmove arguments order in remove()
                   2944:          fixed (related to feature #1016)
                   2945: 
                   2946: 2015-07-23  moko
                   2947: 
                   2948:        * src/classes/json.C: tainted json and empty json exception added
                   2949:          (implements feature #1015)
                   2950: 
                   2951:        * tests/: 311.html, results/311.processed: empty json and tainted
                   2952:          json exception test added (related to issue #1015)
                   2953: 
                   2954: 2015-07-22  moko
                   2955: 
                   2956:        * tests/: 311.html, results/311.processed: test for UTF-8
                   2957:          processing added
                   2958: 
                   2959:        * tests/: 311.html, results/311.processed: test for
                   2960:          json_exception_with_source added (related to issue #394)
                   2961: 
                   2962:        * src/classes/json.C: json_exception_with_source added (implements
                   2963:          feature #394)
                   2964: 
                   2965: 2015-06-29  moko
                   2966: 
                   2967:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   2968:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   2969:          (closes bug #1027)
                   2970: 
                   2971: 2015-06-10  moko
                   2972: 
                   2973:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   2974:          error if libxml has LIBXML_ICU_ENABLED.
                   2975: 
                   2976: 2015-06-04  moko
                   2977: 
                   2978:        * tests/099.html: ups, reverting
                   2979: 
                   2980:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   2981:          results/310.processed: tests for $response:body[ $.file[] ] and
                   2982:          $response:last-modified added
                   2983: 
                   2984:        * src/main/pa_request.C: last-modified check fixed
                   2985: 
                   2986: 2015-06-03  moko
                   2987: 
                   2988:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   2989:          results/205.processed, results/293.processed: $response:headers
                   2990:          logging added (tests for feature #1007)
                   2991: 
                   2992:        * src/: include/pa_common.h, include/pa_request.h,
                   2993:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   2994:          $response:headers are now in uppercase (closes feature #1007)
                   2995: 
                   2996: 2015-06-02  moko
                   2997: 
                   2998:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   2999:          build errors reverted for clang compatibility
                   3000: 
                   3001: 2015-06-01  moko
                   3002: 
                   3003:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3004: 
                   3005:        * src/classes/math.C: -pedantic build error fixed
                   3006: 
                   3007:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3008: 
                   3009: 2015-05-31  moko
                   3010: 
                   3011:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3012: 
                   3013:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3014:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3015:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3016:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3017:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3018: 
                   3019: 2015-05-28  moko
                   3020: 
                   3021:        * tests/: 308.html, results/308.processed: test for
                   3022:          ^table::create[$t;], etc work added (related to bug #975)
                   3023: 
                   3024:        * src/classes/table.C: check_option_param removed,
                   3025:          ^table::create[$t;], etc now works (fixes bug #975)
                   3026: 
                   3027: 2015-05-27  moko
                   3028: 
                   3029:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3030:          (Debian jessie) fixed (closes issue #1024)
                   3031: 
                   3032:        * tests/Makefile: sort added as in Debian jessie list become
                   3033:          unsorted
                   3034: 
                   3035: 2015-05-18  moko
                   3036: 
                   3037:        * tests/: 201.html, results/201.processed: test for
                   3038:          ^string.trim[what] feature #1022
                   3039: 
                   3040:        * src/classes/string.C: ^string.trim[what] now supported,
                   3041:          implements feature #1022
                   3042: 
                   3043: 2015-05-17  moko
                   3044: 
                   3045:        * tests/results/185.processed: test result updated as feature #1021
                   3046:          implemented (left/right accept negative parameter)
                   3047: 
                   3048:        * src/classes/string.C: left/right now accept negative parameter
                   3049:          (implements feature #1021)
                   3050: 
                   3051: 2015-05-08  moko
                   3052: 
                   3053:        * src/classes/math.C: isalnum -> pa_isalnum
                   3054: 
                   3055:        * src/main/execute.C: optimization in getter-junction processing
                   3056:          (related to issue #997)
                   3057: 
                   3058: 2015-05-07  moko
                   3059: 
                   3060:        * tests/: 307.html, results/307.processed: test for issue #997
                   3061:          added
                   3062: 
                   3063:        * src/main/execute.C: process_getter result now checked if junction
                   3064:          returned (closes issue #997)
                   3065: 
                   3066:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3067:          different order
                   3068: 
                   3069:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3070:          assignment (closes issue #994)
                   3071: 
                   3072:        * tests/: 306.html, results/306.processed: test for issue #994
                   3073:          added
                   3074: 
                   3075:        * tests/: 303.html, results/303.processed: two more errors tested
                   3076: 
                   3077: 2015-05-06  moko
                   3078: 
                   3079:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3080:          ip2name added (related to feature #992)
                   3081: 
                   3082:        * tests/: 303.html, 304.html, results/303.processed,
                   3083:          results/304.processed: tests for idna conversion added (related
                   3084:          to issue #849)
                   3085: 
                   3086: 2015-05-02  moko
                   3087: 
                   3088:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   3089:          implemented
                   3090: 
                   3091: 2015-04-30  moko
                   3092: 
                   3093:        * src/main/pa_http.C: idna_host added, related to issue #849
                   3094: 
                   3095:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   3096:          (related to issue #849)
                   3097: 
                   3098: 2015-04-24  moko
                   3099: 
                   3100:        * src/types/pa_vjunction.C: warning war
                   3101: 
                   3102:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   3103:          unification
                   3104: 
                   3105:        * src/lib/punycode/pa_idna.c: warning war
                   3106: 
                   3107: 2015-04-22  moko
                   3108: 
                   3109:        * src/main/main.vcproj: punycode include path added
                   3110: 
                   3111:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   3112: 
                   3113:        * src/lib/punycode/pa_idna.c: warning war
                   3114: 
                   3115:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   3116:          project file added
                   3117: 
                   3118:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   3119: 
                   3120:        * src/include/pa_memory.h: warning war
                   3121: 
                   3122:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   3123:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   3124:          implemented (related to feature #849)
                   3125: 
                   3126:        * configure.in, src/main/Makefile.am,
                   3127:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   3128:          libpunycode added in Unix
                   3129: 
                   3130: 2015-04-21  moko
                   3131: 
                   3132:        * configure.in: large files support
                   3133: 
                   3134: 2015-04-15  moko
                   3135: 
                   3136:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   3137:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   3138:          pa_punycode.h: initial version for punycode/idna support library
                   3139:          (ticket #849)
                   3140: 
                   3141: 2015-04-08  moko
                   3142: 
                   3143:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3144:          classes/image.C, classes/mail.C, classes/reflection.C,
                   3145:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   3146:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   3147:          main/compile.y, main/compile_tools.h, main/execute.C,
                   3148:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3149:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   3150:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   3151:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   3152:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   3153:          clang compiler warnings (closes issue #1018)
                   3154: 
                   3155:        * src/include/pa_string.h: String::Body comparation operators with
                   3156:          char * added (related to issue #958)
                   3157: 
                   3158: 2015-04-07  moko
                   3159: 
                   3160:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   3161:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   3162:          issue #1018)
                   3163: 
                   3164:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   3165:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   3166:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   3167:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   3168:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   3169:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   3170:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   3171:          malloc/strdup/free replaced with pa_ version and checks for
                   3172:          accidental use of non-pa_ version added (related to issue #1018)
                   3173: 
                   3174: 2015-04-03  moko
                   3175: 
                   3176:        * buildall: pcre-8.33 -> pcre-8.36
                   3177: 
                   3178:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   3179:          classes/op.C, classes/string.C, main/compile.tab.C,
                   3180:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   3181:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   3182:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   3183:          ticket #958)
                   3184: 
                   3185:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   3186:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3187:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3188:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   3189:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   3190:          $request:headers, $request:method added (implements feature
                   3191:          #1007)
                   3192: 
                   3193: 2015-03-17  misha
                   3194: 
                   3195:        * tests/302.html: - test for
                   3196:          ^json:string[...;$._default[method-name]]
                   3197: 
                   3198:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3199:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   3200:          option $._default[method-name] is specified in ^json:string[], a
                   3201:          method with specified name will be called for classes/objects
                   3202:          serialization ( new feature: #982 )
                   3203: 
                   3204: 2015-03-16  misha
                   3205: 
                   3206:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3207:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   3208:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   3209:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   3210:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   3211:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   3212:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   3213:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   3214:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   3215:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3216:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   3217:          $var.CLASS_NAME now have special opcodes. This can be switched
                   3218:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   3219:          on pa_opcode.h ( new feature: #844 )
                   3220: 
                   3221: 2015-03-15  misha
                   3222: 
                   3223:        * tests/075.html: - test for $response:header[]
                   3224: 
                   3225:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   3226:          that was set earlie ( new feature: #1001 )
                   3227: 
                   3228: 2015-03-12  misha
                   3229: 
                   3230:        * tests/246.html: - more tests for ^hash._at[]
                   3231: 
                   3232:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   3233:          accepts second param [key|value|hash] ( new feature: #1012 )
                   3234: 
                   3235: 2015-03-09  moko
                   3236: 
                   3237:        * src/types/pa_vmail.C: exception for everything but
                   3238:          $mail:received, closes issue #1011
                   3239: 
                   3240: 2015-02-20  moko
                   3241: 
                   3242:        * tests/: 275.html, results/275.processed: hex detection in
                   3243:          pa_atoui fix test (closes issue #1010)
                   3244: 
                   3245:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   3246:          issue #1010)
                   3247: 
                   3248: 2015-02-17  moko
                   3249: 
                   3250:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   3251:          tainted.
                   3252: 
                   3253: 2015-02-03  misha
                   3254: 
                   3255:        * tests/301.html: - test for ^json:string($double) causes
                   3256:          exception. bugfix: #1008
                   3257: 
                   3258:        * src/classes/json.C: - ^json:string($double) causes exception.
                   3259:          bugfix: #1008
                   3260: 
                   3261:        * tests/014.html: - updated for work with ^hash.delete[]
                   3262: 
                   3263: 2015-01-12  misha
                   3264: 
                   3265:        * src/: classes/form.C, include/pa_common.h,
                   3266:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   3267:          types/pa_vform.h: - supports body with PUT method as well ( new
                   3268:          feature: #1006 )
                   3269: 
                   3270:        * src/classes/file.C: - warnings war
                   3271: 
                   3272: 2015-01-11  misha
                   3273: 
                   3274:        * tests/300.html: - test for ^hash.delete[] is added
                   3275: 
                   3276:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   3277:          feature: #989 ) - tiny optimization in intersects
                   3278: 
                   3279: 2015-01-06  moko
                   3280: 
                   3281:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   3282:          with transcode, attachments detection fixed
                   3283: 
                   3284:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   3285:          load to allow charset switch (related to issue #996)
                   3286: 
                   3287: 2014-12-31  moko
                   3288: 
                   3289:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   3290:          UTF-8 source charset (fixes issue 996)
                   3291: 
                   3292:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   3293:          issue #1000)
                   3294: 
                   3295: 2014-12-11  misha
                   3296: 
                   3297:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   3298:          access ( bug fix: #1005 )
                   3299: 
                   3300: 2014-11-13  misha
                   3301: 
                   3302:        * src/main/compile.y: - PC.append does not reset to false while
                   3303:          creating a new class. bugfix: #990
                   3304: 
                   3305:        * tests/299.html: - test for creation class after working with
                   3306:          partial class (create+append)
                   3307: 
                   3308:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   3309:          #995
                   3310: 
                   3311:        * tests/232.html: - test for @get[def] added
                   3312: 
                   3313: 2014-10-12  moko
                   3314: 
                   3315:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   3316: 
                   3317:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3318:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   3319:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   3320:          targets/apache/ApacheModuleParser3.vcproj,
                   3321:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3322:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3323:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   3324:          conversion in newer VS versions
                   3325: 
                   3326:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   3327:          pcre_internal.vcproj added
                   3328: 
                   3329: 2014-08-28  moko
                   3330: 
                   3331:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   3332:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   3333:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   3334: 
                   3335: 2014-06-30  misha
                   3336: 
                   3337:        * tests/298.html: - tests for ^reflection:def[class;className]
                   3338:          added
                   3339: 
                   3340:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3341:          added ( new feature: #918 )
                   3342: 
                   3343: 2014-06-29  misha
                   3344: 
                   3345:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3346:          exception comment changed to "body must be table or code" ( bug
                   3347:          fix: #951 )
                   3348: 
                   3349:        * tests/: 261.html, results/261.processed: - tests for
                   3350:          ^json:string[...;$.void[null|string]] added
                   3351: 
                   3352:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3353:          option $.void[string|null] added to ^json:string[...] ( new
                   3354:          feature: #952 )
                   3355: 
                   3356: 2014-06-28  moko
                   3357: 
                   3358:        * src/classes/curl.C: $.charset now processed before other curl
                   3359:          options (closes issue #980)
                   3360: 
                   3361: 2014-05-23  misha
                   3362: 
                   3363:        * src/classes/json.C: - bug fix: #987
                   3364: 
                   3365: 2014-05-04  misha
                   3366: 
                   3367:        * tests/: 253.html, 253_json.txt: - test for
                   3368:          ^json:parse[$.int(false)] is added
                   3369: 
                   3370:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3371:          default true). The option is similar to $.double(bool) but for
                   3372:          integers.
                   3373: 
                   3374: 2014-05-01  moko
                   3375: 
                   3376:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3377:          #12 )
                   3378: 
                   3379: 2014-04-16  moko
                   3380: 
                   3381:        * src/main/pa_http.C: response-charset option should finally work
                   3382:          now (fix for issue #867)
                   3383: 
                   3384:        * src/main/pa_http.C: response-charset option should work now (fix
                   3385:          for issue #867)
                   3386: 
                   3387: 2014-03-07  moko
                   3388: 
                   3389:        * buildall: libgc moved
                   3390: 
                   3391:        * buildall: libgc moved
                   3392: 
                   3393: 2013-12-29  moko
                   3394: 
                   3395:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3396:          closes issue #966
                   3397: 
                   3398:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3399:          result now tainted, issue #966
                   3400: 
                   3401: 2013-12-03  moko
                   3402: 
                   3403:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3404:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3405:          option was added for http://www.parser.ru/forum/?id=79343
                   3406: 
                   3407:        * src/classes/file.C: bugfix for
                   3408:          http://www.parser.ru/forum/?id=79337
                   3409: 
                   3410: 2013-11-05  moko
                   3411: 
                   3412:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3413: 
                   3414:        * src/main/pa_globals.C: spelling fixed
                   3415: 
                   3416: 2013-10-29  moko
                   3417: 
                   3418:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3419: 
                   3420:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3421:          #892
                   3422: 
                   3423:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3424:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3425:          exceptions to be thrown thougth json library), related to issue
                   3426:          #892
                   3427: 
                   3428:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3429:          related to issue #896
                   3430: 
                   3431: 2013-10-24  moko
                   3432: 
                   3433:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3434: 
                   3435: 2013-10-23  moko
                   3436: 
                   3437:        * README: actualization
                   3438: 
                   3439: 2013-10-22  moko
                   3440: 
                   3441:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3442:          compatibility patch from Sergey Kirpichev
                   3443: 
                   3444:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3445:          test for issue #948
                   3446: 
                   3447:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3448:          called when saving value of $match variable in ^string.match[] to
                   3449:          increase compatibility (related to issue #948).
                   3450: 
                   3451:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3452:          usage optimization
                   3453: 
                   3454: 2013-10-21  moko
                   3455: 
                   3456:        * tests/: 182.html, results/182.processed: local path removed for
                   3457:          compatibility
                   3458: 
                   3459:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3460:          results/244.processed, results/253.processed,
                   3461:          results/254.processed, results/275.processed,
                   3462:          results/281.processed: try_catch -> try-catch
                   3463: 
                   3464:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3465:          results/294.processed, results/296.processed: try_catch ->
                   3466:          try-catch
                   3467: 
                   3468: 2013-10-20  moko
                   3469: 
                   3470:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3471:          for issue #938 added.
                   3472: 
                   3473:        * src/: include/pa_xml_exception.h,
                   3474:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3475:          XmlException is now replaced (once again closes issue #938)
                   3476: 
                   3477: 2013-10-19  misha
                   3478: 
                   3479:        * bin/auto.p.dist.in: - more mime-types are added
                   3480: 
                   3481: 2013-10-18  moko
                   3482: 
                   3483:        * buildall: disable clock_gettime detection to avoid librt linking
                   3484:          (which in turn depends on libpthread), related to issue #943
                   3485: 
                   3486: 2013-10-18  misha
                   3487: 
                   3488:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3489:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3490:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3491:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3492:          types/types.vcproj: - new locations for libxml2 includes where
                   3493:          added to vcproj files
                   3494: 
                   3495: 2013-10-18  moko
                   3496: 
                   3497:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3498:          fix
                   3499: 
                   3500:        * tests/: 295.html, results/295.processed: test for issue #948
                   3501:          updated
                   3502: 
                   3503:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3504:          :)
                   3505: 
                   3506:        * tests/: 295.html, results/295.processed: test for issue #948
                   3507:          added
                   3508: 
                   3509:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3510:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3511:          to be executed request.put_element should be called, not
                   3512:          context.put_element (fixes issue #948)
                   3513: 
                   3514: 2013-10-17  moko
                   3515: 
                   3516:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3517:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3518: 
                   3519:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3520: 
                   3521: 2013-10-16  moko
                   3522: 
                   3523:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3524: 
                   3525:        * tests/: 294.html, results/294.processed: test for issue #938
                   3526: 
                   3527:        * src/: classes/xdoc.C, classes/xnode.C,
                   3528:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3529:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3530: 
                   3531:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3532:          libxslt-1.1.26 -> libxslt-1.1.28
                   3533: 
                   3534:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3535:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3536:          to '?', related to issue #938
                   3537: 
                   3538: 2013-10-15  moko
                   3539: 
                   3540:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3541:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3542:          minor optimizations (closes issue #896)
                   3543: 
                   3544:        * tests/results/: 292.processed, 293.processed: results updated to
                   3545:          comply with issue #896
                   3546: 
                   3547:        * tests/: 292.html, 293.html, results/292.processed,
                   3548:          results/293.processed: tests for json escaping
                   3549: 
                   3550: 2013-10-14  moko
                   3551: 
                   3552:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3553:          and cleanup, code moved from .h to .C, no changes in code
                   3554: 
                   3555: 2013-10-12  moko
                   3556: 
                   3557:        * tests/results/119.processed: updated test result commited
                   3558: 
                   3559:        * tests/: 291.html, results/291.processed: test for issue #894
                   3560:          added
                   3561: 
                   3562:        * src/types/pa_wcontext.h: base methods call support function
                   3563:          get_somebody_entered_some_class should not be true forever, as
                   3564:          wcontext can have many get_elements calls (fixes issue #894)
                   3565: 
                   3566: 2013-10-11  moko
                   3567: 
                   3568:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3569:          issue #942 added
                   3570: 
                   3571:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3572:          to native method fixed (closes issue #942)
                   3573: 
                   3574:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3575:          added
                   3576: 
                   3577:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3578:          feature #907)
                   3579: 
                   3580:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3581:          feature #907)
                   3582: 
                   3583: 2013-10-09  moko
                   3584: 
                   3585:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3586:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3587:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3588:          properly not only in objects, but in classes as well (closes
                   3589:          issue #903)
                   3590: 
                   3591:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3592:          works in classes, not only objects, test case added, related to
                   3593:          issue #903
                   3594: 
                   3595:        * tests/: 288.html, results/288.processed: test for endless
                   3596:          recursion bug added (related to issue #903)
                   3597: 
                   3598: 2013-10-05  moko
                   3599: 
                   3600:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3601:          classes/table.C, main/execute.C, types/pa_method.h,
                   3602:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3603:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3604:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3605:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3606:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3607:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3608:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3609:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3610:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3611:          optimization: put_element no longer has "bool areplace" argument,
                   3612:          related to issue #903
                   3613: 
                   3614: 2013-10-03  moko
                   3615: 
                   3616:        * tests/results/182.processed: result for $.replace(false) test
                   3617:          commited
                   3618: 
                   3619:        * src/classes/date.C: ^date::create(number) processed correctly
                   3620:          (fixes issue #901)
                   3621: 
                   3622:        * src/classes/image.C: as_no_junction removed, as param can be
                   3623:          expression (closes issue #931)
                   3624: 
                   3625:        * tests/233.html: test for issue #931 added
                   3626: 
                   3627: 2013-10-02  moko
                   3628: 
                   3629:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3630:          modified, test for $.replace(false) added
                   3631: 
                   3632:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3633: 
                   3634: 2013-09-30  moko
                   3635: 
                   3636:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3637: 
                   3638:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3639:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3640:          implemented; $.replace option added to ^process and ^use
                   3641: 
                   3642: 2013-08-27  moko
                   3643: 
                   3644:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3645:          cstr_to_string_body_untaint should be called with charsets for
                   3646:          possible uri language and connection for possible sql language.
                   3647:          related to issue #857
                   3648: 
                   3649:        * buildall: and -> or fixed
                   3650: 
                   3651: 2013-08-26  moko
                   3652: 
                   3653:        * buildall: prepare_ functions logic changed to support
                   3654:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3655: 
                   3656: 2013-08-23  moko
                   3657: 
                   3658:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3659:          statically
                   3660: 
                   3661: 2013-08-22  moko
                   3662: 
                   3663:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3664:          append_know_length removed (related to old GPF bug)
                   3665: 
                   3666: 2013-08-21  moko
                   3667: 
                   3668:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3669: 
                   3670:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3671:          (related to ticket #857
                   3672: 
                   3673:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3674:          implemented
                   3675: 
                   3676:        * src/types/pa_vhashfile.h: warning war
                   3677: 
                   3678:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3679:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3680:          anti_endless_json_string_recoursion removed from request;
                   3681:          json_string_recoursion added to json_options; $.indent[indent
                   3682:          value] now supported and passed within recoursion closes feature
                   3683:          #937
                   3684: 
                   3685:        * tests/: 287.html, results/287.processed: test for feature #937
                   3686: 
                   3687: 2013-07-31  moko
                   3688: 
                   3689:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3690:          compilation having #define _S
                   3691: 
                   3692:        * src/main/pa_globals.C: cleanup
                   3693: 
                   3694: 2013-07-30  moko
                   3695: 
                   3696:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3697:          main/pa_common.C: vs2003 warning war
                   3698: 
                   3699:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3700: 
                   3701:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3702: 
                   3703:        * src/lib/md5/pa_sha2.c: warning war
                   3704: 
                   3705: 2013-07-29  moko
                   3706: 
                   3707:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3708:          patches from github
                   3709: 
                   3710:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3711:          classes/memcached.C, include/pa_config_includes.h,
                   3712:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3713: 
                   3714:        * src/lib/json/json.vcproj: C++ -> C
                   3715: 
                   3716:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3717: 
                   3718:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3719: 
                   3720:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3721: 
                   3722:        * src/lib/json/: json.c, pa_json.C: warning war
                   3723: 
                   3724:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3725: 
                   3726:        * src/include/pa_config_fixed.h: uint16_t added
                   3727: 
                   3728:        * configure.in: uint16_t check added
                   3729: 
                   3730:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3731:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3732:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3733:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3734:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3735: 
                   3736: 2013-07-25  moko
                   3737: 
                   3738:        * parser3.sln: dependencies added
                   3739: 
                   3740:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3741:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3742:          module support
                   3743: 
                   3744:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3745: 
                   3746:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3747: 
                   3748: 2013-07-23  moko
                   3749: 
                   3750:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3751:          PA_DEBUG_GC_MEMORY removed
                   3752: 
                   3753:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3754:          PA_DEBUG_DISABLE_GC compilation fix
                   3755: 
                   3756:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3757:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3758: 
                   3759:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3760:          garbage cleanup
                   3761: 
                   3762:        * src/main/pa_common.C: warning war
                   3763: 
                   3764:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3765: 
                   3766:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3767:          minor cleanup
                   3768: 
                   3769:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3770:          uses cygwin, not WIN32 implementation
                   3771: 
                   3772:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3773:          able to exec shell scripts
                   3774: 
                   3775:        * src/classes/math.C: ifdef WIN32 cleanup
                   3776: 
                   3777:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3778: 
                   3779:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3780: 
                   3781:        * src/classes/curl.C: LT_MODULE_EXT used
                   3782: 
                   3783:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3784: 
                   3785: 2013-07-22  moko
                   3786: 
                   3787:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3788:          includes fix
                   3789: 
                   3790:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3791: 
                   3792:        * configure.in, src/include/pa_config_includes.h,
                   3793:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3794:          src/main/pa_exec.C: includes cleanup
                   3795: 
                   3796:        * src/targets/cgi/parser3.C: 2012->2013
                   3797: 
                   3798:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3799: 
                   3800:        * configure.in, src/include/pa_config_includes.h,
                   3801:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3802:          src/main/pa_random.C, src/main/pa_socks.C,
                   3803:          src/types/pa_vstatus.C: cygwin support cleanup
                   3804: 
                   3805:        * configure.in: dirent.h check added
                   3806: 
                   3807:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3808:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3809:          not copied
                   3810: 
                   3811: 2013-07-21  moko
                   3812: 
                   3813:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3814: 
                   3815:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3816:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3817: 
                   3818:        * operators.txt, src/classes/file.C, tests/022.html,
                   3819:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3820:          $.stat(true)] usage commented
                   3821: 
                   3822:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3823:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3824:          $.stat(true) it has size/*date columns modified patch from misha@
                   3825:          that closes issue #914.
                   3826: 
                   3827:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3828:          PA_RELEASE_ASSERTS removed
                   3829: 
                   3830:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3831: 
                   3832:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3833:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3834: 
                   3835:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3836:          cordprnt.c removed
                   3837: 
                   3838:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3839:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3840:          pa-include/pa_strings.h: includes cleanup
                   3841: 
                   3842:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3843: 
                   3844: 2013-07-20  moko
                   3845: 
                   3846:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3847:          cleanup
                   3848: 
                   3849: 2013-07-19  moko
                   3850: 
                   3851:        * src/classes/math.C: extern "C" added for crypt
                   3852: 
                   3853: 2013-07-18  moko
                   3854: 
                   3855:        * src/classes/math.C: fix redhat7.2 build
                   3856: 
                   3857: 2013-07-17  moko
                   3858: 
                   3859:        * configure.in, src/include/pa_config_includes.h,
                   3860:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3861:          added for uint8/32/64_t)
                   3862: 
                   3863:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3864:          pa_config_includes.h used for uint32/64_t
                   3865: 
                   3866: 2013-07-16  moko
                   3867: 
                   3868:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3869:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3870:          war
                   3871: 
                   3872:        * src/main/compile.tab.C: compile.y was updated
                   3873: 
                   3874:        * src/main/compile.y: warning war
                   3875: 
                   3876:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3877:          main/pa_xml_exception.C: warning war
                   3878: 
                   3879:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3880: 
                   3881:        * configure.in: beauty :)
                   3882: 
                   3883:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3884: 
                   3885: 2013-07-13  moko
                   3886: 
                   3887:        * src/lib/md5/md5.vcproj: sha2 added
                   3888: 
                   3889:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3890:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3891: 
                   3892: 2013-07-08  moko
                   3893: 
                   3894:        * src/classes/image.C: directory read or other read problem message
                   3895:          fixed (related to issue #933)
                   3896: 
                   3897: 2013-07-07  moko
                   3898: 
                   3899:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3900:          dependense from $charsetsdir directory existance and content (and
                   3901:          UTF-8 is default allready)
                   3902: 
                   3903:        * AUTHORS: + misha + moko. :)
                   3904: 
                   3905: 2013-07-06  moko
                   3906: 
                   3907:        * src/: classes/curl.C, include/pa_globals.h,
                   3908:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3909:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3910:          for lt_dlinit to be called once and lt_dlexit called at right
                   3911:          place (related to issue #925)
                   3912: 
                   3913: 2013-07-04  moko
                   3914: 
                   3915:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3916:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3917:          content-type to be set, as it brokes badly designed logic in
                   3918:          response output. This hopefully finishes issue #928.
                   3919: 
                   3920:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3921:          as name, size, mode, content-type
                   3922: 
                   3923:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3924:          issue #933
                   3925: 
                   3926: 2013-06-28  moko
                   3927: 
                   3928:        * tests/: 286.html, results/286.processed: test extended
                   3929: 
                   3930:        * tests/: 286.html, results/286.processed: Test for issue #928
                   3931:          added.  it tests default content-type change.
                   3932: 
                   3933:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   3934:          now updated
                   3935: 
                   3936: 2013-06-25  moko
                   3937: 
                   3938:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   3939:          content-type for text/binary files without name added;
                   3940:          ^file::create[$f;...] options now works properly and $f
                   3941:          properties are default (fixes issue #928)
                   3942: 
                   3943: 2013-05-16  misha
                   3944: 
                   3945:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   3946:          added
                   3947: 
                   3948:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   3949:          table if specified limit is bigger than source rows count
                   3950: 
                   3951:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   3952:          added ( new feature: #858 )
                   3953: 
                   3954: 2013-04-29  moko
                   3955: 
                   3956:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   3957:          $.ipresolve(0|1|2) added (closes issue #891)
                   3958: 
                   3959:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   3960: 
                   3961: 2013-04-24  moko
                   3962: 
                   3963:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3964:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   3965:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   3966:          memcached_quit (refs #893)
                   3967: 
                   3968: 2013-04-22  moko
                   3969: 
                   3970:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   3971:          slashes in file path (fixes bug #872)
                   3972: 
                   3973:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   3974:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   3975:          #739)
                   3976: 
                   3977:        * tests/results/266.processed: $.max_params added (feature #915)
                   3978: 
                   3979:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   3980:          option added to file::load (closes issue #867)
                   3981: 
                   3982: 2013-04-20  misha
                   3983: 
                   3984:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   3985:          commited
                   3986: 
                   3987: 2013-03-15  misha
                   3988: 
                   3989:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   3990:          multiple empty strings while ::sql. uae String::Empty instead
                   3991: 
                   3992: 2013-03-14  misha
                   3993: 
                   3994:        * src/classes/reflection.C: - for user classes
                   3995:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   3996:          with $.call_type if they available ( new feature: #915 )
                   3997: 
                   3998:        * src/classes/file.C: - ^file:delete[] now supports an option
                   3999:          $.exception(false) that suppress any exception while deleting
                   4000:          file ( new feature: #916 )
                   4001: 
                   4002:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4003:          work :)
                   4004: 
                   4005: 2013-03-12  misha
                   4006: 
                   4007:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4008:          set default name for the file
                   4009: 
                   4010: 2013-03-11  misha
                   4011: 
                   4012:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4013:          also available in $f.cookies
                   4014: 
                   4015:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4016:          moved to a separate method
                   4017: 
                   4018: 2013-03-10  moko
                   4019: 
                   4020:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4021:          added
                   4022: 
                   4023:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4024:          removed (declared by autoconf)
                   4025: 
                   4026:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4027:          uint32_t define
                   4028: 
                   4029: 2013-03-10  misha
                   4030: 
                   4031:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4032:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4033: 
                   4034:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4035:          empty dirs is added
                   4036: 
                   4037: 2013-03-10  moko
                   4038: 
                   4039:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4040:          but default check removed from ^int/double/bool.int/double/bool
                   4041:          for string.int/double/bool compatibility (related to issue #913)
                   4042: 
                   4043:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4044:          internally throws exception if default is present (closes issue
                   4045:          #913)
                   4046: 
                   4047: 2013-03-09  misha
                   4048: 
                   4049:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4050:          optimisations ( #845 )
                   4051: 
                   4052:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4053: 
                   4054: 2013-03-08  moko
                   4055: 
                   4056:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4057:          creates correct table (fixes issue #910)
                   4058: 
                   4059:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4060:          use outside of 'connect' operator (fixes issue #911)
                   4061: 
                   4062:        * tests/results/: 096.processed, 122.processed: test results
                   4063:          updated as doubles now printed with 15 significant digits, not 5
                   4064:          (fixes issue #882)
                   4065: 
                   4066:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4067:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4068: 
                   4069: 2013-02-21  moko
                   4070: 
                   4071:        * src/classes/table.C: _locate_name_value does not check arguments
                   4072:          count, so we check it in advance (fixes issue #905)
                   4073: 
                   4074: 2012-10-23  moko
                   4075: 
                   4076:        * buildall: old shell for and echo compatibility (for six)
                   4077: 
                   4078: 2012-10-19  moko
                   4079: 
                   4080:        * buildall: --strip added --disable-safe-mode listed in usage
                   4081: 
                   4082: 2012-10-17  misha
                   4083: 
                   4084:        * src/classes/op.C: - apply-taint should not throw "outside
                   4085:          connect" exception with sql lang now
                   4086: 
                   4087: 2012-10-17  moko
                   4088: 
                   4089:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4090:          each request (for apache module)
                   4091: 
                   4092: 2012-09-26  moko
                   4093: 
                   4094:        * src/doc/doxygen.cfg: png -> svg
                   4095: 
                   4096: 2012-09-25  moko
                   4097: 
                   4098:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   4099:          test added
                   4100: 
                   4101:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   4102:          double use when key is long
                   4103: 
                   4104: 2012-09-16  moko
                   4105: 
                   4106:        * src/classes/math.C: Format -> Method Encode -> Format
                   4107: 
                   4108:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   4109:          added
                   4110: 
                   4111: 2012-09-14  moko
                   4112: 
                   4113:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   4114:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   4115:          implementation added
                   4116: 
                   4117: 2012-09-12  moko
                   4118: 
                   4119:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   4120:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   4121:          targets.dox and string.dox slightly actualized
                   4122: 
                   4123: 2012-08-31  moko
                   4124: 
                   4125:        * ChangeLog: now generated with patched cvs2cl.pl
                   4126: 
                   4127: 2012-07-29  moko
                   4128: 
                   4129:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   4130:          result should be pushed after VMethodFrame destructor is called,
                   4131:          as it deletes junctions from stack params (fixes issue #868)
                   4132: 
                   4133: 2012-07-23  moko
                   4134: 
                   4135:        * INSTALL, README: buildall script usage documented, other outdated
                   4136:          info updated.
                   4137: 
                   4138:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   4139: 
                   4140: 2012-07-21  moko
                   4141: 
                   4142:        * buildall: glib does not compile when threads are disabled...
                   4143: 
                   4144:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   4145: 
                   4146:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   4147:          unref, can't unref nested objects)
                   4148: 
                   4149:        * src/types/pa_vmail.C: another check added
                   4150: 
                   4151: 2012-07-19  moko
                   4152: 
                   4153:        * buildall: usage added
                   4154: 
                   4155:        * buildall: new buildall script that unites buildall-with-xml,
                   4156:          buildall-without-xml, --with-apache and --with-mailreceive
                   4157: 
                   4158:        * configure.in: support for static gmime and dynamic glib linking.
                   4159:          fixes for FreeBSD
                   4160: 
                   4161: 2012-07-17  moko
                   4162: 
                   4163:        * configure.in: --with-mailreceive replaced
                   4164:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   4165:          removed
                   4166: 
                   4167: 2012-07-16  moko
                   4168: 
                   4169:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   4170:          capitalized, content now decoded and text content converted to
                   4171:          $request:charset.  all properties are accessed by functions, this
                   4172:          ready for dynamic load.
                   4173: 
                   4174: 2012-06-28  moko
                   4175: 
1.116     moko     4176:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   4177:          32 bit
1.95      moko     4178: 
                   4179: 2012-06-27  moko
                   4180: 
                   4181:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   4182:          passive ftp
                   4183: 
                   4184:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   4185: 
                   4186:        * configure.in: 3.4.2 RC -> 3.4.2
                   4187: 
                   4188: 2012-06-22  moko
                   4189: 
                   4190:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   4191:          #815)
                   4192: 
                   4193:        * tests/: 284.html, results/284.processed: output options test
                   4194:          (feature #265)
                   4195: 
                   4196: 2012-06-22  misha
                   4197: 
                   4198:        * tests/215.html: - little changes
                   4199: 
                   4200: 2012-06-21  moko
                   4201: 
                   4202:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   4203:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   4204:          feature #265)
                   4205: 
                   4206:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   4207:          breaks long .*, default 10M restored. (issue #216)
                   4208: 
                   4209:        * tests/: 283.html, results/283.processed: test for issue #815
                   4210:          added
                   4211: 
                   4212:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   4213:          again, cstrm not required.
                   4214: 
                   4215:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   4216:          Win32 and broken FreeBSD (issue #45)
                   4217: 
                   4218:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   4219: 
                   4220:        * src/main/pa_string.C: warnings war
                   4221: 
                   4222:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   4223:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   4224:          main/pa_socks.C, targets/apache/pa_threads.C,
                   4225:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4226:          types/pa_vstatus.C: compilation under cygwin fixed
                   4227: 
                   4228: 2012-06-19  moko
                   4229: 
                   4230:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   4231:          Windows fixed
                   4232: 
                   4233:        * parser3.sln: removed antique pcre_ctype
                   4234: 
                   4235:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   4236: 
                   4237:        * src/include/pa_config_fixed.h: undefined reference to
                   4238:          __imp__pcre_* fix for Windows
                   4239: 
                   4240:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     4241:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   4242:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   4243:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   4244:          define fixed
1.95      moko     4245: 
                   4246: 2012-06-18  moko
                   4247: 
                   4248:        * src/classes/memcached.C: flush -> clear
                   4249: 
                   4250:        * src/classes/memcached.C: memcached does not support quotes even
                   4251:          in server name
                   4252: 
                   4253:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4254:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   4255:          called on open to check servers existance.  $.key(true) syntax
                   4256:          now supported
                   4257: 
                   4258: 2012-06-17  moko
                   4259: 
                   4260:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   4261:          cleanup
                   4262: 
                   4263:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   4264:          tests/results/282.processed: encloser at the EOF bug fixed,
                   4265:          incorrectly enclosed data now processed more logicaly (fixes
                   4266:          #339)
                   4267: 
                   4268: 2012-06-15  moko
                   4269: 
                   4270:        * buildall-without-xml: sync with buildall-with-xml
                   4271: 
                   4272:        * buildall-with-xml: download auto-detected between fetch and curl
                   4273: 
                   4274:        * configure.in: --with-gc and --with-pcre now also processed
                   4275:          correctly
                   4276: 
1.116     moko     4277:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   4278:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   4279:          should be run on rol1 using automake / aclocal (GNU automake)
                   4280:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     4281: 
                   4282:        * configure.in: new PARSER_VERSION logic
                   4283: 
                   4284:        * src/include/pa_version.h: new pa_version.h logic
                   4285: 
                   4286:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4287:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4288:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   4289:          feols_normalized -> fis_text_content set_binary added
                   4290: 
                   4291:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   4292: 
                   4293: 2012-06-15  misha
                   4294: 
                   4295:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4296:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4297:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   4298:          ^file::create[text;content] EOLs in content now is normalized. (
                   4299:          new feature: #815 )
                   4300: 
                   4301: 2012-06-15  moko
                   4302: 
                   4303:        * configure.in: --disable-version-update added to disable version
                   4304:          update with host information (for debian package) whitespace
                   4305:          optimized
                   4306: 
                   4307:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   4308:          libtool
                   4309: 
                   4310:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   4311:          it.
                   4312: 
                   4313: 2012-06-14  moko
                   4314: 
                   4315:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   4316:          tests/results/281.processed: "hash flocked" error removed for
                   4317:          safe operations like ^h._count[] ( new feature: #335 )
                   4318: 
1.116     moko     4319:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     4320: 
                   4321:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   4322: 
                   4323:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   4324:          xml compilation check added
                   4325: 
                   4326:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   4327:          replaced with --with-gc and --with-pcre test for pcre linking
                   4328:          added
                   4329: 
                   4330: 2012-06-13  moko
                   4331: 
                   4332:        * configure.in: apxs2 check optimized
                   4333: 
                   4334:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   4335:          .la, includes optimized
                   4336: 
                   4337:        * buildall-with-xml: --with-pic looks better for -fPIC
                   4338: 
                   4339:        * configure.in: switched to convenience library in static linking
                   4340: 
                   4341:        * src/targets/apache/Makefile.am: switched to convenience library
                   4342:          usage to avoid libtool warnings
                   4343: 
                   4344:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4345:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4346:          smtp/Makefile.am: switched to convenience library usage
                   4347: 
                   4348:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4349: 
                   4350:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4351: 
                   4352:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4353: 
                   4354:        * buildall-without-xml: --with-included-ltdl added
                   4355: 
                   4356:        * buildall-without-xml: sync with buildall-with-xml
                   4357: 
                   4358:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4359:          -fPIC for x64 $download added for wget success check added
                   4360: 
                   4361:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4362: 
                   4363:        * configure.in: disable-static returned
                   4364: 
                   4365:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4366:          LIBTOOLFLAGS
                   4367: 
                   4368: 2012-06-12  moko
                   4369: 
                   4370:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4371:          compatible with LIBTOOLFLAGS for unknown reasons
                   4372: 
                   4373:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4374: 
                   4375:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4376:          apxs2 check added
                   4377: 
                   4378:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4379:          option removed
                   4380: 
                   4381: 2012-06-10  moko
                   4382: 
                   4383:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4384:          added
                   4385: 
                   4386:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4387: 
1.116     moko     4388:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4389:          beauty
1.95      moko     4390: 
                   4391:        * depcomp: from libtool 2.4.2
                   4392: 
                   4393:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4394: 
                   4395: 2012-06-09  moko
                   4396: 
1.116     moko     4397:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4398:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4399:          autogenerated files updated after libtool update
                   4400: 
1.116     moko     4401:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4402:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4403:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4404:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4405:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4406:          config/compile, config/config.guess, config/config.sub,
                   4407:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4408:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4409:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4410:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4411:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4412:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4413:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4414:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4415:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4416: 
                   4417:        * configure.in: preparation for new libtool
                   4418: 
                   4419:        * configure.in: Some beauty added :)
                   4420: 
                   4421:        * src/targets/apache/Makefile.am: := -> =
                   4422: 
                   4423:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4424:          again. :)
                   4425: 
                   4426:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4427:          previously was taken from pcre_internal.h. :)
                   4428: 
                   4429:        * src/lib/pcre/Makefile.am: config.h returned
                   4430: 
                   4431:        * src/lib/pcre/config.h: still need this. :)
                   4432: 
                   4433:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4434: 
                   4435:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4436:          removed
                   4437: 
                   4438:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4439:          now in parser tree, no need to copy
                   4440: 
                   4441:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4442:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4443:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4444:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4445:          extracts now used old trash removed
                   4446: 
                   4447:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4448:          rare charsets/drivers are commented, sql driver quessing removed
                   4449:          (debian/patches/103_auto_p.patch)
                   4450: 
                   4451:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4452:          (debian/patches/104_automake.patch) + all charsets are copied
                   4453: 
                   4454:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4455:          extra arguments now supported
                   4456: 
                   4457: 2012-06-08  misha
                   4458: 
                   4459:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4460:          the 2nd option in ^table.hash[] could be hash or table so
                   4461:          .as_hash will throw an exception when table option is specified
                   4462: 
                   4463:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4464:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4465:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4466:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4467:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4468:          and improved (whitespaces are allowed as empty options) -
                   4469:          MethodParams::as_table is added - above methods are used for
                   4470:          parsing methods' options ( new feature: #9 )
                   4471: 
                   4472:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4473:          to vclass. now class fields can be accessible as a hash:
                   4474:          $h[^hash::create[$asd:CLASS]]
                   4475: 
                   4476:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4477:          have get_fields method so their fields can be accessed with
                   4478:          ^reflection:fields[...] & ^reflection:field[...]
                   4479: 
                   4480: 2012-06-06  misha
                   4481: 
                   4482:        * tests/280.html: - tests for
                   4483:          ^reflection:method[obj-or-class;method],
                   4484:          ^reflection:field[obj-or-class;field] and
                   4485:          ^reflection:fields[obj-or-class] are added
                   4486: 
                   4487: 2012-06-05  misha
                   4488: 
                   4489:        * src/classes/reflection.C: - ^reflection:method[class or
                   4490:          object;method name] and ^reflection:field[class or object;field
                   4491:          name] are added
                   4492: 
                   4493:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4494:          is used
                   4495: 
                   4496:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4497: 
                   4498: 2012-06-05  moko
                   4499: 
1.116     moko     4500:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4501: 
                   4502:        * src/classes/memcached.C: flish ttl fixed
                   4503: 
                   4504: 2012-06-04  moko
                   4505: 
                   4506:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4507:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4508:          option (new feature #833)
                   4509: 
                   4510: 2012-06-04  misha
                   4511: 
                   4512:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4513:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4514: 
                   4515: 2012-06-03  misha
                   4516: 
                   4517:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4518:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4519: 
                   4520: 2012-05-30  misha
                   4521: 
                   4522:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4523:          incomplete class into a scope while @USE is found
                   4524: 
                   4525:        * src/main/compile.y: - add incomplete class into a scope while
                   4526:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4527: 
                   4528: 2012-05-30  moko
                   4529: 
                   4530:        * src/types/pa_vclass.C, tests/278.html,
                   4531:          tests/results/278.processed: removed "property has no getter
                   4532:          method" exception when GET_DEFAULT present (fixes #269)
                   4533: 
                   4534:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4535:          $._default
                   4536: 
                   4537: 2012-05-29  moko
                   4538: 
                   4539:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4540:          uninitialized values usage (new feature: #154)
                   4541: 
                   4542: 2012-05-28  moko
                   4543: 
                   4544:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4545:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4546:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4547:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4548:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4549:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4550:          tests/results/277.processed, src/types/pa_vtable.h,
                   4551:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4552:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4553:          feature #803)
                   4554: 
                   4555:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4556:          tests/results/277.processed: json numbers are now treated as
                   4557:          double ( new feature: #834 )
                   4558: 
                   4559:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4560:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4561:          added for out of range checks, zero division in vint/vdouble
                   4562:          check added ( fixes #832 )
                   4563: 
                   4564:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4565:          ( fixes #832 )
                   4566: 
                   4567: 2012-05-28  misha
                   4568: 
                   4569:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4570:          configure
                   4571: 
                   4572:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4573:          added - tests for unsupported values for options $.file, $.table
                   4574:          and $.date are added
                   4575: 
                   4576:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4577:          accepts "stat" $.file[] option's value in addition to existed
                   4578:          "text" and "base64" ( new feature: #835 )
                   4579: 
                   4580:        * tests/276.html: - test for
                   4581:          ^reflection:delete[$object-or-class;field-name]
                   4582: 
                   4583:        * src/classes/reflection.C: -
                   4584:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4585:          feature: #268 )
                   4586: 
                   4587: 2012-05-27  misha
                   4588: 
                   4589:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4590: 
                   4591: 2012-05-24  misha
                   4592: 
                   4593:        * src/include/pa_common.h: - method lastposafter was removed
                   4594: 
                   4595:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4596:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4597:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4598:          work as *nix commands
                   4599: 
                   4600:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4601: 
                   4602:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4603:          rskipchars were added
                   4604: 
                   4605:        * tests/270.html: - more tests for ^file:find[]
                   4606: 
                   4607:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4608: 
                   4609:        * src/include/pa_version.h: - must be "win32" here. it is
                   4610:          auto-generated on *nix
                   4611: 
                   4612: 2012-05-24  moko
                   4613: 
                   4614:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4615:          throws overflow exception ( new feature: #830 )
                   4616: 
                   4617:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4618:          uint32 support and overflow added ( new feature: #830 )
                   4619: 
                   4620: 2012-05-23  moko
                   4621: 
                   4622:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4623:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4624:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4625:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4626:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4627:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4628:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4629:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4630:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4631:          "return string as-is" removed from as_expr_result. ( new feature:
                   4632:          #831 )
                   4633: 
                   4634:        * tests/results/244.processed: test changed after bug #782 fix
                   4635:          commited
                   4636: 
                   4637:        * tests/results/229.processed: test results for bug #782 commited
                   4638: 
                   4639:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4640:          not printed. :)
                   4641: 
                   4642: 2012-05-20  moko
                   4643: 
                   4644:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4645:          feature: #341 )
                   4646: 
                   4647:        * tests/: 254.html, results/254.processed: test for
                   4648:          ^reflection:uid[] added
                   4649: 
                   4650:        * tests/: 254.html, results/254.processed: test for
                   4651:          ^reflection:uid[$obj] added
                   4652: 
                   4653: 2012-05-17  misha
                   4654: 
                   4655:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4656:          exploding filespec-tainting ( new feature: #829 )
                   4657: 
                   4658: 2012-05-12  moko
                   4659: 
                   4660:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4661:          not.
                   4662: 
                   4663: 2012-05-08  moko
                   4664: 
                   4665:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4666: 
                   4667:        * tests/229.html: test for bug #782
                   4668: 
                   4669:        * tests/results/259.processed, src/main/pa_request.C,
                   4670:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4671:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4672:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4673:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4674:          added
                   4675: 
                   4676: 2012-04-27  moko
                   4677: 
1.116     moko     4678:        * src/targets/apache/Makefile.am:
1.95      moko     4679:          ../../lib/memcached/libmemcached.a added
                   4680: 
                   4681: 2012-04-27  misha
                   4682: 
                   4683:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4684:          ( #827 )
                   4685: 
                   4686: 2012-04-25  moko
                   4687: 
                   4688:        * src/: classes/json.C, classes/memcached.C,
                   4689:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4690:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4691:          implemented.
                   4692: 
                   4693:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4694: 
                   4695: 2012-04-23  moko
                   4696: 
                   4697:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4698:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4699:          types/pa_vmemcached.h: open allows options hash for new
                   4700:          memcached(options) function
                   4701: 
                   4702:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4703:          not appended
                   4704: 
                   4705: 2012-04-21  moko
                   4706: 
                   4707:        * src/classes/curl.C: '' added. :)
                   4708: 
                   4709:        * src/classes/classes.vcproj: new curl.h location
                   4710: 
                   4711:        * src/classes/curl.C: verbose output redirection from stderr to
                   4712:          file curl option added
                   4713: 
                   4714: 2012-04-20  moko
                   4715: 
                   4716:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4717:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4718: 
1.116     moko     4719:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4720:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4721:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4722:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4723:          configure option
                   4724: 
                   4725: 2012-04-19  moko
                   4726: 
                   4727:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4728:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4729:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4730:          options from sql_result_string removed. (closes issue #468)
                   4731: 
                   4732:        * src/types/pa_vmemcached.C: empty string fix
                   4733: 
                   4734:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4735:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4736:          pa_vmemcached.C
                   4737: 
                   4738: 2012-04-18  moko
                   4739: 
                   4740:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4741:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4742: 
                   4743:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4744:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4745:          installed (issue #354)
                   4746: 
                   4747: 2012-04-16  moko
                   4748: 
                   4749:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4750:          memcached_result_free removed
                   4751: 
                   4752: 2012-04-14  moko
                   4753: 
                   4754:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4755: 
                   4756:        * src/types/pa_vmemcached.C: check_key added and used
                   4757: 
                   4758: 2012-04-13  moko
                   4759: 
                   4760:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4761:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4762:          Serialization_data now added and used, VString now serialized
                   4763:          with languages into memcached.
                   4764: 
                   4765: 2012-03-28  moko
                   4766: 
                   4767:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4768:          lib/memcached/pa_memcached.h: result lengths added
                   4769: 
                   4770: 2012-03-27  moko
                   4771: 
                   4772:        * src/types/pa_vmemcached.C: strdup added
                   4773: 
                   4774: 2012-03-24  moko
                   4775: 
                   4776:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4777:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4778:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4779: 
                   4780: 2012-03-20  moko
                   4781: 
1.116     moko     4782:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4783: 
                   4784:        * src/targets/cgi/Makefile.am: cleanup
                   4785: 
                   4786:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4787:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4788: 
                   4789:        * src/: classes/Makefile.am, classes/memcached.C,
                   4790:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4791:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4792:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4793: 
                   4794: 2012-03-16  moko
                   4795: 
                   4796:        * src/main/execute.C: ident now works under Linux + ident displays
                   4797:          filenames (closes issue #818)
                   4798: 
1.116     moko     4799:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4800:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4801:          pa_vmethod_frame_local.h removed
                   4802: 
                   4803:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4804:          classes/classes.h, classes/curl.C, classes/date.C,
                   4805:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4806:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4807:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4808:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4809:          classes/regex.C, classes/response.C, classes/string.C,
                   4810:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4811:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4812:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4813:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4814:          include/pa_dictionary.h, include/pa_dir.h,
                   4815:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4816:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4817:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4818:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4819:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4820:          include/pa_sapi.h, include/pa_socks.h,
                   4821:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4822:          include/pa_stack.h, include/pa_string.h,
                   4823:          include/pa_stylesheet_connection.h,
                   4824:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4825:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4826:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4827:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4828:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4829:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4830:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4831:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4832:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4833:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4834:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4835:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4836:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4837:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4838:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4839:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4840:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4841:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4842:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4843:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4844:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4845:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4846:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4847:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4848:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4849:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4850:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4851:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4852:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4853:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4854:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4855:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4856:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4857:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4858:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4859:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4860:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4861:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4862:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4863:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4864:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4865:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4866:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4867:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4868:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4869:          ident now works under Linux + ident displays filenames (closes
                   4870:          issue #818) Copyright updated
                   4871: 
                   4872: 2012-03-13  moko
                   4873: 
                   4874:        * src/main/pa_string.C: compilation fix for feature #741
                   4875: 
                   4876: 2012-03-09  misha
                   4877: 
                   4878:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4879: 
                   4880:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4881:          now detects invalid base64 chars in the middle of encoded stricg
                   4882:          ( new feature: #55 )
                   4883: 
                   4884:        * src/include/pa_exception.h: - new exception type for base64
                   4885:          decoding is added
                   4886: 
                   4887: 2012-03-06  misha
                   4888: 
                   4889:        * tests/274.html: - tests for ^date::today[] and
                   4890:          ^date.sql-string[datetime|date|time] are added
                   4891: 
                   4892:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4893:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4894:          strings "datetime", "date" or "time" - comments tidying up
                   4895: 
                   4896:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4897:          date and time
                   4898: 
                   4899: 2012-03-03  misha
                   4900: 
                   4901:        * tests/193.html: - tests for
                   4902:          ^string:base64[encoded;$.strict(true)] are added
                   4903: 
                   4904:        * tests/results/auto.p: - try-catch operator is added
                   4905: 
                   4906:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4907:          main/pa_common.C: - $.strict(true|false) option is added to
                   4908:          base64 decode methods ( new feature: #55 )
                   4909: 
                   4910:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4911:          ( new feature: #819 )
                   4912: 
                   4913: 2012-02-28  moko
                   4914: 
                   4915:        * src/classes/hash.C: ident test
                   4916: 
                   4917: 2012-02-27  misha
                   4918: 
                   4919:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4920: 
                   4921: 2012-01-08  misha
                   4922: 
                   4923:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4924: 
                   4925:        * src/: classes/string.C, include/pa_dictionary.h,
                   4926:          main/pa_dictionary.C, main/pa_string.C: -
                   4927:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   4928:          ^string.replace[one subst here] is slightly optimized
                   4929: 
                   4930: 2011-12-07  misha
                   4931: 
                   4932:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   4933:          named table with one empty column ( bugfix: #63 )
                   4934: 
                   4935: 2011-11-30  misha
                   4936: 
                   4937:        * src/classes/json.C: - it's possible to set user's method for
                   4938:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   4939:          #763 )
                   4940: 
                   4941:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   4942: 
                   4943: 2011-11-23  misha
                   4944: 
                   4945:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4946:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   4947:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   4948:          ^file::create[mode;filename;content[;options]] now accepts binary
                   4949:          mode and file-content - new constructor's format:
                   4950:          ^file::create[string-or-file-content[;$.name[filename]
                   4951:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   4952:          feature: #65 )
                   4953: 
                   4954:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   4955:          mime_type_of(const String*) is added
                   4956: 
                   4957:        * src/include/pa_exception.h: - new exception constant
                   4958:          FILE_NAME_MUST_BE_SPECIFIED is added
                   4959: 
                   4960:        * src/classes/table.C: - bug with negative offset transformed into
                   4961:          a feature. it means pointing to a row from the end of the table (
                   4962:          new feature: #810 )
                   4963: 
                   4964: 2011-11-19  misha
                   4965: 
                   4966:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   4967:          â ìåòîäå _select ( new feature: #810 )
                   4968: 
                   4969:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   4970:          options were specified together is simplified
                   4971: 
                   4972: 2011-11-12  misha
                   4973: 
                   4974:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   4975:          HTTP content-disposition header (a part of bug #361 )
                   4976: 
                   4977:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   4978:          checks for ancestors' classes as well ( new feature: #456 )
                   4979: 
                   4980:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   4981:          "without cycle" now have types "parser.break" and
                   4982:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   4983:          )
                   4984: 
                   4985: 2011-11-11  misha
                   4986: 
                   4987:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   4988:          237.processed: - since bug #361 was fixed the content of filename
                   4989:          in HTTP headers is quoted
                   4990: 
                   4991:        * tests/results/270.processed: - result for test 270
                   4992: 
                   4993:        * tests/: 065.html, results/065.processed: - more tests for
                   4994:          ^file:basename[] & Co were added
                   4995: 
                   4996:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   4997: 
                   4998:        * tests/270.html: - tests for ^file:find[] are added
                   4999: 
                   5000:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5001:          using option $.charset. option $.engoding is still supported but
                   5002:          these options can not be specified together
                   5003: 
                   5004:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5005:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5006: 
                   5007: 2011-10-11  misha
                   5008: 
                   5009:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5010:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5011:          #622)
                   5012: 
                   5013: 2011-09-30  misha
                   5014: 
                   5015:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5016:          exception "saving stat-ed file" ( bugfix: #395 )
                   5017: 
                   5018: 2011-05-30  misha
                   5019: 
                   5020:        * src/classes/string.C: - fixed bug which was added with
                   5021:          params.as_hash into string:sql
                   5022: 
                   5023: 2011-05-29  misha
                   5024: 
                   5025:        * src/types/pa_value.C: - filename in content-disposition header
                   5026:          must be quoted ( bugfix: #361 )
                   5027: 
                   5028: 2011-05-27  misha
                   5029: 
                   5030:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5031:          created file
                   5032: 
                   5033:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5034:          usage
                   5035: 
                   5036:        * src/include/pa_exception.h: - one more string for exception was
                   5037:          added
                   5038: 
                   5039: 2011-05-25  misha
                   5040: 
                   5041:        * tests/269.html: - tests for checking input params in some dom
                   5042:          methods
                   5043: 
                   5044:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5045:          was added. it isn't possible not wo create xdoc with invalid
                   5046:          tagName. ( bugfix: #160 )
                   5047: 
                   5048:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5049:          string "data must be string" was mover from pa_exception.h to
                   5050:          pa_xml_exception.h
                   5051: 
                   5052:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5053:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5054: 
                   5055:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5056: 
                   5057:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5058:          options - XML-related exception's strings were added
                   5059: 
                   5060:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5061:          output_options were removed)
                   5062: 
                   5063: 2011-05-19  misha
                   5064: 
                   5065:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5066:          params.as_hash is used more while parsing methods hash-options
                   5067: 
                   5068: 2011-05-18  misha
                   5069: 
                   5070:        * operators.txt: - info about json-serialization of xdoc was added
                   5071: 
                   5072:        * tests/256.html: - tests for json-serialization xdoc were added
                   5073: 
                   5074:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5075: 
                   5076:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5077:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5078:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5079:          specified in $.xdoc[] ( new feature: #265 )
                   5080: 
                   5081: 2011-05-15  misha
                   5082: 
                   5083:        * tests/268.html: - tests for ^table.count[with options] were added
                   5084: 
                   5085:        * src/classes/table.C: - method ^table.count[] now can accept
                   5086:          options ( new feature: #93 ): ^table.count[column] returns number
                   5087:          of columns for named table; ^table.count[cells] returns number of
                   5088:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5089:          return number of rows in a table.
                   5090: 
                   5091:        * tests/267.html: - test for checking switch/case in boolean mode
                   5092:          was added
                   5093: 
                   5094:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5095:          compared as bool values, not as double values: new feature: #351
                   5096: 
                   5097: 2011-05-06  misha
                   5098: 
                   5099:        * tests/242.html: - EOL before EOF was added
                   5100: 
                   5101:        * tests/169.html: - tests for splitting empty string and void were
                   5102:          added
                   5103: 
                   5104:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   5105:          returned table with one empty cell)
                   5106: 
                   5107: 2011-04-03  misha
                   5108: 
                   5109:        * src/include/pa_version.h, configure.in: - version in head was
                   5110:          changed to 3.4.2b
                   5111: 
                   5112: 2011-03-30  misha
                   5113: 
                   5114:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   5115:          as well ( new feature #294 )
                   5116: 
                   5117: 2011-03-29  misha
                   5118: 
                   5119:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   5120:          limited to approx. 6 MB. previous limits were too big for real
                   5121:          life. bugfix: #216
                   5122: 
                   5123: 2011-03-04  moko
                   5124: 
                   5125:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   5126:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   5127: 
                   5128:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   5129:          vlalek@
                   5130: 
                   5131: 2011-02-22  misha
                   5132: 
                   5133:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   5134:          be under #ifdef XML or parser can't be compiled without xml
                   5135:          support
                   5136: 
                   5137: 2011-02-21  misha
                   5138: 
1.116     moko     5139:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     5140:          ApacheModuleParser3.vcproj was removed
                   5141: 
                   5142:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   5143:          removed)
                   5144: 
                   5145: 2011-02-20  misha
                   5146: 
                   5147:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   5148:          $.overridden in ^reflection:method_info[...] were added
                   5149: 
                   5150:        * src/classes/reflection.C: - beautifying result of
                   5151:          ^reflection:method_info[] ($.overridden/inherited)
                   5152: 
                   5153: 2011-02-18  misha
                   5154: 
                   5155:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   5156:          and pa_isalnum instead of isalpha and isalnum - bug with
                   5157:          redundand quoting lowercased latin chars while building email
                   5158:          body was fixed
                   5159: 
                   5160:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   5161:          added (they check for latin chars only)
                   5162: 
                   5163: 2011-02-16  misha
                   5164: 
                   5165:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   5166:          string size for transcoding gave too small value (should ever
                   5167:          look for availability char in dest charset inspite of the char
                   5168:          size)
                   5169: 
                   5170: 2011-02-04  moko
                   5171: 
                   5172:        * tests/223.html: header values now not url-encoded (issue #195)
                   5173: 
                   5174: 2011-02-01  misha
                   5175: 
                   5176:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   5177: 
                   5178: 2011-01-31  misha
                   5179: 
                   5180:        * src/main/pa_request.C: - throw exception if param file_name in
                   5181:          use_file is empty
                   5182: 
                   5183: 2011-01-08  moko
                   5184: 
                   5185:        * src/classes/curl.C: compilations errors fixed
                   5186: 
                   5187: 2010-12-29  moko
                   5188: 
                   5189:        * tests/: 265.html, results/265.processed: test for issue #200
                   5190:          added
                   5191: 
                   5192:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   5193:          #200)
                   5194: 
                   5195:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   5196: 
                   5197:        * tests/results/223.processed: header values now not url-encoded
                   5198:          (issue #195)
                   5199: 
                   5200:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   5201:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   5202:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   5203: 
                   5204: 2010-12-18  misha
                   5205: 
                   5206:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   5207:          => pa-include
                   5208: 
                   5209: 2010-11-28  moko
                   5210: 
                   5211:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   5212: 
                   5213:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   5214:          -> pa
                   5215: 
                   5216:        * configure.in: apr -> pa
                   5217: 
                   5218:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   5219: 
                   5220:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   5221:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   5222: 
                   5223:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   5224:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   5225:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   5226:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   5227:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   5228:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   5229:          module apr name conflict resolved)
                   5230: 
                   5231: 2010-11-27  misha
                   5232: 
                   5233:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   5234:          libbz2
                   5235: 
                   5236: 2010-11-26  misha
                   5237: 
                   5238:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   5239:          warnings removed
                   5240: 
                   5241: 2010-11-25  moko
                   5242: 
                   5243:        * operators.txt: $.indent(true)
                   5244: 
                   5245:        * operators.txt: another bugfix. :)
                   5246: 
                   5247:        * operators.txt: bugfix. :)
                   5248: 
                   5249:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   5250: 
                   5251: 2010-11-24  moko
                   5252: 
1.116     moko     5253:        * configure: apxs support
1.95      moko     5254: 
                   5255:        * configure.in: apxs support -Bstatic gc removed for OS X
                   5256: 
                   5257:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   5258: 
                   5259:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   5260:          THREAD_LOCAL usage
                   5261: 
                   5262:        * src/: classes/curl.C, include/pa_config_includes.h,
                   5263:          main/pa_globals.C: THREAD_LOCAL defined and used
                   5264: 
                   5265: 2010-11-23  moko
                   5266: 
                   5267:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   5268:          should be passed to pa_sleep, and only fractional part (bugfix:
                   5269:          #188)
                   5270: 
                   5271:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   5272: 
                   5273:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5274:          GC_dont_gc=1, as in cgi version
                   5275: 
                   5276:        * src/targets/apache/mod_parser3.c: warning war
                   5277: 
                   5278:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5279:          pa_httpd.h: version removed, some trash removed
                   5280: 
                   5281:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   5282:          to show it), warning war
                   5283: 
                   5284:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5285:          pa_httpd.h: parser_status_allowed removed + merge config
                   5286:          functions removed (override is the default) + beauty
                   5287: 
                   5288:        * src/: include/pa_request.h, main/pa_request.C,
                   5289:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   5290:          hide $status used in apache module removed
                   5291: 
                   5292: 2010-11-18  moko
                   5293: 
                   5294:        * operators.txt: $.table[compact] added for ^json:string[]
                   5295: 
                   5296: 2010-11-16  moko
                   5297: 
                   5298:        * src/targets/apache/mod_parser3.c: some cleanup done
                   5299: 
                   5300:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   5301:          is hashcode; second, info.fragment_begin is original, not
                   5302:          resulting length
                   5303: 
                   5304:        * src/classes/file.C: new feature: $.stdin now untainted
                   5305: 
                   5306:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   5307: 
                   5308:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   5309: 
                   5310:        * src/classes/op.C: ^apply-taint[] method added
                   5311: 
                   5312:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   5313:          added; $.stdin untaint test added
                   5314: 
                   5315: 2010-11-15  moko
                   5316: 
                   5317:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   5318:          removed
                   5319: 
                   5320:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5321:          pa_httpd.h: 2x2 calculated under apache2. :)
                   5322: 
                   5323: 2010-11-13  moko
                   5324: 
                   5325:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   5326:          with apache 2.x includes
                   5327: 
                   5328:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   5329:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   5330:          united apache 1.3 / apache 2.x DSO module
                   5331: 
                   5332: 2010-11-09  moko
                   5333: 
                   5334:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   5335:          syntax
                   5336: 
                   5337:        * tests/: 263.html, results/263.processed: test from method[*args]
                   5338:          added
                   5339: 
                   5340:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5341:          number of params can now be passed to a method declared with *arg
                   5342: 
                   5343: 2010-11-06  moko
                   5344: 
                   5345:        * src/classes/table.C: formating fixed. :)
                   5346: 
                   5347:        * src/classes/table.C: closes #4: ^table.select now supports
                   5348:          $.limit(), $.offset, $.reverse() options
                   5349: 
                   5350:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5351:          with options added (feature #4)
                   5352: 
                   5353:        * src/include/pa_array.h: remove function added
                   5354: 
                   5355:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5356:          object in get_element/put_element, using static one.
                   5357: 
                   5358: 2010-11-04  moko
                   5359: 
                   5360:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5361:          options is passed
                   5362: 
                   5363:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5364:          now tested; k and p in handler now tested.
                   5365: 
                   5366:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5367:          $.table[compact] feature added
                   5368: 
                   5369:        * src/classes/json.C: key is now passed to handler in
                   5370:          value_json_string; ^json:string result now process tainting
                   5371:          inside and returns clean string, related to issue #153
                   5372: 
                   5373:        * src/main/untaint.C: bugfix: charset can be null (in
                   5374:          ^string:save[] as example), thus check is added
                   5375: 
                   5376: 2010-10-31  moko
                   5377: 
                   5378:        * src/classes/string.C: error message changed (fixes issue #149)
                   5379: 
                   5380: 2010-10-29  moko
                   5381: 
                   5382:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5383:          port is not default (fixes issue #155); exception on invalid port
                   5384:          added.
                   5385: 
                   5386:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5387:          "Accept: */*" to be passed
                   5388: 
                   5389: 2010-10-28  moko
                   5390: 
                   5391:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5392:          exception on unknown charset even if response_charset was
                   5393:          specified
                   5394: 
                   5395: 2010-10-27  moko
                   5396: 
                   5397:        * src/classes/string.C: ^string.append removed for void
                   5398:          compatibility
                   5399: 
                   5400: 2010-10-26  moko
                   5401: 
                   5402:        * src/classes/json.C: libjson supports array at top level, we too
                   5403:          (GPF fixed)
                   5404: 
                   5405: 2010-10-25  moko
                   5406: 
                   5407:        * tests/: 253.html, results/253.processed: libjson supports array
                   5408:          at top level, parser now supports it as well.
                   5409: 
                   5410:        * tests/261.html, tests/results/261.processed,
                   5411:          src/types/pa_vstring.h: empty string is now void compatible
                   5412:          (allows $empty.key)
                   5413: 
                   5414: 2010-10-22  misha
                   5415: 
                   5416:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5417:          while adding additional expires checkout)
                   5418: 
                   5419:        * tests/030.html: - test for session cookie was added
                   5420: 
                   5421: 2010-10-21  moko
                   5422: 
                   5423:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5424:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5425:          string (feature #111)
                   5426: 
                   5427:        * tests/: 261.html, results/261.processed: checks void from string
                   5428:          inheritance (feature #111)
                   5429: 
                   5430:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5431:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5432:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5433:          now true by default
                   5434: 
                   5435: 2010-10-17  moko
                   5436: 
                   5437:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5438:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5439:          (bugfix: #128)
                   5440: 
                   5441:        * tests/: 223.html, results/223.processed: binary file upload test
                   5442:          added, GPF (issue #128) also checked in this test
                   5443: 
                   5444: 2010-10-13  misha
                   5445: 
                   5446:        * tests/260.html: - test for math:convert
                   5447: 
                   5448:        * src/classes/math.C: - error in math:convert was fixed
                   5449: 
                   5450:        * operators.txt: - info about
                   5451:          ^math:convert[number](from-base;to-base) was added
                   5452: 
                   5453:        * src/classes/math.C: - method
                   5454:          ^math:convert[number](from-base;to-base) for converting number
                   5455:          represention from one base to another was added ( new feature:
                   5456:          #23 )
                   5457: 
                   5458: 2010-10-13  moko
                   5459: 
                   5460:        * src/main/compile.tab.C: [] now is empty string, not void
                   5461: 
                   5462:        * src/main/compile.y: [] now is empty string, not void
                   5463: 
                   5464:        * src/types/pa_vvoid.h: void now passed as parameter
                   5465: 
                   5466:        * tests/: 259.html, results/259.processed: to test difference
                   5467:          between void and empty string (see ticket #111)
                   5468: 
                   5469:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5470:          void
                   5471: 
                   5472:        * tests/256.html: $s[$void] is no longer empty string
                   5473: 
                   5474:        * tests/254.html: empty string is no longer void
                   5475: 
                   5476: 2010-10-12  misha
                   5477: 
                   5478:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5479:          converted to date during cookies set up ( bugfix: #104 )
                   5480: 
                   5481:        * tests/041.html: - more tests for ^table.locate were added
                   5482: 
                   5483:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5484:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5485:          ^table.locate[field;value;options] was fixed
                   5486: 
                   5487: 2010-10-10  moko
                   5488: 
                   5489:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5490:          another object feature returned
                   5491: 
                   5492:        * tests/results/258.processed: test result updated as constructor
                   5493:          returning another object feature returned
                   5494: 
                   5495:        * tests/: 258.html, results/258.processed: test for constructor
                   5496:          returning another object
                   5497: 
                   5498: 2010-10-08  misha
                   5499: 
                   5500:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5501:          options shouldn't cause exceptions any longer
                   5502: 
                   5503: 2010-10-06  moko
                   5504: 
                   5505:        * src/classes/: hash.C, table.C: length from sql server is now
                   5506:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5507: 
                   5508: 2010-10-02  misha
                   5509: 
                   5510:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5511:          usable to delete cache file.
                   5512: 
                   5513: 2010-10-02  moko
                   5514: 
                   5515:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5516:          checking
                   5517: 
                   5518:        * src/classes/json.C: null key bug fixed
                   5519: 
                   5520: 2010-09-29  misha
                   5521: 
                   5522:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5523: 
                   5524: 2010-09-25  moko
                   5525: 
                   5526:        * src/classes/json.C: small fixed
                   5527: 
                   5528:        * tests/results/: 253.processed, 255.processed: just updated
                   5529: 
                   5530:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5531:          results/255.processed: charset transcode test added for
                   5532:          json:parse
                   5533: 
                   5534: 2010-09-24  moko
                   5535: 
                   5536:        * src/types/pa_value.h: warning war :)
                   5537: 
                   5538:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5539:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5540:          ^json:string
                   5541: 
                   5542: 2010-09-22  moko
                   5543: 
                   5544:        * src/main/pa_charset.C: parser charset tables declare only
                   5545:          white-space before 0x20, thus adding the missing chars
                   5546: 
                   5547:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5548:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5549: 
                   5550: 2010-09-21  misha
                   5551: 
                   5552:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5553:          want to compile grammar if they are absent)
                   5554: 
                   5555:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5556: 
                   5557:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5558: 
                   5559:        * src/main/main.vcproj: - path to bison is changed
                   5560: 
                   5561: 2010-09-21  moko
                   5562: 
1.116     moko     5563:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5564:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5565:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5566: 
                   5567: 2010-09-20  misha
                   5568: 
                   5569:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5570: 
                   5571:        * src/classes/json.C: - add EOL while json-serializing hash
                   5572: 
                   5573:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5574:          compilers don't like 'ES'.
                   5575: 
                   5576: 2010-09-17  misha
                   5577: 
                   5578:        * operators.txt: - info about json class was added
                   5579: 
                   5580:        * src/classes/json.C: - ^json:string[object]
                   5581: 
                   5582:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5583:          preventing infinite recursion while executing json:string was
                   5584:          added
                   5585: 
                   5586:        * src/include/pa_string.h: - method append_quoted was added
                   5587: 
                   5588:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5589:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5590:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5591:          was added to Value & Co
                   5592: 
                   5593:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5594:          were used
                   5595: 
                   5596:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5597:          were added
                   5598: 
                   5599: 2010-09-10  moko
                   5600: 
                   5601:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5602:          die_or_abort (backport from 3.4.1)
                   5603: 
                   5604:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5605:          die_or_abort (bugfix: #106)
                   5606: 
                   5607: 2010-09-09  moko
                   5608: 
                   5609:        * src/classes/json.C: warning war. :)
                   5610: 
                   5611: 2010-09-08  misha
                   5612: 
                   5613:        * src/lib/json/Makefile.am: - additional include directories were
                   5614:          added (for pa_memory.h and gc.h)
                   5615: 
                   5616:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5617:          compile as C++ instead default - additional include directory was
                   5618:          added (for gc.h)
                   5619: 
                   5620:        * src/types/pa_vform.C: - little code reformating
                   5621: 
                   5622:        * src/classes/file.C: - $.content-type option now can be specified
                   5623:          in ^file::create ( new feature: #102 )
                   5624: 
                   5625: 2010-09-08  moko
                   5626: 
                   5627:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5628:          pa_malloc/pa_free
                   5629: 
                   5630: 2010-09-07  moko
                   5631: 
                   5632:        * tests/results/254.processed: VStateless_class:put_element
                   5633:          exception was fixed
                   5634: 
                   5635:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5636:          VStateless_class:put_element barks self.type, not this.type
                   5637:          (bugfix: #105)
                   5638: 
                   5639: 2010-09-06  moko
                   5640: 
                   5641:        * src/classes/reflection.C: bugfix: new String() is required for
                   5642:          exception handling
                   5643: 
                   5644:        * tests/: 254.html, results/254.processed: test modified
                   5645: 
                   5646: 2010-09-05  moko
                   5647: 
                   5648:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5649:          added
                   5650: 
                   5651:        * src/: classes/reflection.C, include/pa_request.h:
                   5652:          ^reflection:copy implemented (new feature: #100)
                   5653: 
                   5654: 2010-09-03  moko
                   5655: 
                   5656:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5657: 
                   5658:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5659:          option testing added
                   5660: 
                   5661: 2010-09-02  moko
                   5662: 
                   5663:        * src/classes/json.C: $.distinct[first|last|all] added
                   5664: 
                   5665: 2010-09-01  moko
                   5666: 
                   5667:        * tests/results/253.processed: json test result
                   5668: 
                   5669:        * tests/: 253.html, 253_json.txt: json test added
                   5670: 
                   5671:        * src/classes/json.C: json.C update to actual version + hash key
                   5672:          creation bugfix
                   5673: 
                   5674: 2010-08-31  misha
                   5675: 
                   5676:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5677:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5678:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5679:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5680:          json library was added
                   5681: 
                   5682: 2010-08-30  moko
                   5683: 
                   5684:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5685:          types/pa_vobject.C: cosmetic optimization in
                   5686:          request:execute_method usage
                   5687: 
                   5688:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5689:          optimization, just to decrease number of lines. :)
                   5690: 
                   5691: 2010-08-27  misha
                   5692: 
                   5693:        * src/classes/op.C: - taint[json] was added
                   5694: 
                   5695:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5696:          were added
                   5697: 
                   5698:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5699: 
                   5700:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5701:          include/pa_string.h: - taint[json] was added - escaping was
                   5702:          slightly modified
                   5703: 
                   5704: 2010-08-25  misha
                   5705: 
                   5706:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5707: 
                   5708:        * src/main/pa_exec.C: - warning about declared and not used
                   5709:          variable forced_allow was removed
                   5710: 
                   5711: 2010-08-14  misha
                   5712: 
                   5713:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5714:          were removed
                   5715: 
                   5716: 2010-08-11  moko
                   5717: 
                   5718:        * tests/: 249.html, results/249.processed: default setter and
                   5719:          anti-recursive default getter test added
                   5720: 
                   5721:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5722:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5723:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5724:          types/pa_vstateless_class.h: default setter support +
                   5725:          anti-recursive default getter support ( new feature: #13 )
                   5726: 
                   5727:        * src/include/pa_hash.h: optimization: threshold member removed
                   5728:          from hash, reducing sizeof(hash)
                   5729: 
                   5730: 2010-08-10  misha
                   5731: 
                   5732:        * tests/196.html: - junction-method was added to the test
                   5733: 
                   5734:        * tests/248.html: - ups. typo :)
                   5735: 
                   5736:        * tests/248.html: - test for checking .match with 4 params
                   5737: 
                   5738:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5739:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5740:          $request:charset during loading if the BOM code is detected"
                   5741: 
                   5742:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5743:          $request:charset during loading if the BOM code is detected ( new
                   5744:          feature: #98 )
                   5745: 
                   5746: 2010-08-05  misha
                   5747: 
                   5748:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5749:          params. in this case the whole image is affected ( new feature:
                   5750:          #95 )
                   5751: 
                   5752: 2010-08-04  misha
                   5753: 
                   5754:        * tests/246.html: - test tor ^hash._at[] was added
                   5755: 
                   5756:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5757:          #53 )
                   5758: 
                   5759:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5760:          last values of ordered hash were added (first_value and
                   5761:          last_value)
                   5762: 
                   5763:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5764:          (similar to others file's methods):
                   5765:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5766:          #68 )
                   5767: 
                   5768:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5769: 
                   5770: 2010-08-01  moko
                   5771: 
                   5772:        * src/classes/op.C: to correctly process $result[] in code, called
                   5773:          from ^process
                   5774: 
                   5775:        * tests/245.html: $result in ^process[] test added
                   5776: 
                   5777:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5778:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5779:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5780:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5781:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5782:          removed, construct(class,method) added
                   5783: 
                   5784:        * tests/results/: 192.processed, 244.processed: request::construct
                   5785:          added
                   5786: 
                   5787:        * tests/: 244.html, 245.html, results/244.processed,
                   5788:          results/245.processed: object creation exceptions and ^process
                   5789:          tests added
                   5790: 
                   5791: 2010-07-28  misha
                   5792: 
                   5793:        * tests/make_tests.cmd: - win32 EOLs
                   5794: 
                   5795:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5796:          tests on Win32 were added (The system timezone should be GMT+3)
                   5797: 
                   5798: 2010-07-26  misha
                   5799: 
                   5800:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5801:          mecause they could be different on different OSs
                   5802: 
                   5803:        * tests/065.html: - make it "win32 friendly"
                   5804: 
                   5805: 2010-07-25  misha
                   5806: 
                   5807:        * src/main/compile.y: - all EOLs between methods are removed during
                   5808:          compilation ( new feature: #47 )
                   5809: 
                   5810:        * tests/results/149.processed: - prepare tests to trim trailing
                   5811:          methods' EOLs
                   5812: 
                   5813:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5814: 
                   5815:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5816:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5817:          EOLs
                   5818: 
                   5819:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5820:          results/071.processed, results/022.processed: - prepare tests to
                   5821:          trim trailing methods' EOLs
                   5822: 
                   5823:        * tests/: results/073.processed, results/109.processed,
                   5824:          results/142.processed, results/144.processed,
                   5825:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5826:          144.html: - prepare tests to trim trailing methods' EOLs
                   5827: 
                   5828:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5829:          149.html, 152.html, results/096.processed, results/107.processed,
                   5830:          results/109.processed, results/142.processed,
                   5831:          results/144.processed: - prepare tests to trim trailing methods'
                   5832:          EOLs
                   5833: 
                   5834: 2010-07-24  moko
                   5835: 
                   5836:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5837:          the hash order in this test
                   5838: 
                   5839:        * tests/014.html: to check hash order, hash no is longer sorted
                   5840:          before print
                   5841: 
                   5842:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5843:          (bugfix: #54)
                   5844: 
                   5845: 2010-07-23  moko
                   5846: 
                   5847:        * tests/results/224.processed: @auto[] is no longer inherited
                   5848: 
                   5849:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5850:          tests/results/227.processed: @auto[] is no longer inherited
                   5851:          (bugfix: #57)
                   5852: 
                   5853: 2010-07-22  misha
                   5854: 
                   5855:        * src/classes/table.C: - don't skip comment lines during
                   5856:          table::load if encloser or separator is set as '#' ( new feature:
                   5857:          #30 )
                   5858: 
                   5859:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5860:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5861:          #12 )
                   5862: 
                   5863:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5864:          script executing
                   5865: 
                   5866: 2010-07-13  misha
                   5867: 
                   5868:        * tests/058.html: - test for suppressing @border was added - test
                   5869:          for user attribute was added
                   5870: 
                   5871:        * tests/results/186.processed: unescaping from \uXXXX
                   5872: 
                   5873:        * tests/186.html: unescaping from \uXXXX
                   5874: 
                   5875:        * tests/: 239.html, results/239.processed: method call type
                   5876: 
                   5877:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5878:          $junction_method.CLASS_NAME (+CLASS)
                   5879: 
                   5880: 2010-07-07  misha
                   5881: 
                   5882:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5883:          *nix
                   5884: 
                   5885: 2010-07-05  misha
                   5886: 
                   5887:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5888:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5889:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5890:          comment strings "options must be hash", "options must be hash,
                   5891:          not code" and "called with invalid option" were replaced by
                   5892:          constatns - exception comment string "invalid option passed" was
                   5893:          replaced by "called with invalid option" (now in different
                   5894:          methods are the same exception comment string)
                   5895: 
                   5896:        * src/include/pa_exception.h: - more exception strings were defined
                   5897: 
                   5898:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5899:          types/pa_vstateless_class.h: - now we can define possible
                   5900:          method's call type ( new feature: #5 )   1.
                   5901:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5902:          methods   2. @static:method[params] (only static keyword could be
                   5903:          used here) -- for specified methods
                   5904: 
                   5905:        * src/main/pa_common.C: - junction points should not be deleted on
                   5906:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5907:          cleanup
                   5908: 
                   5909: 2010-07-03  misha
                   5910: 
                   5911:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5912:          results/158.processed, results/160.processed,
                   5913:          results/161.processed, results/162.processed,
                   5914:          results/163.processed: - prepare tests to trim trailing methods'
                   5915:          EOLs
                   5916: 
                   5917:        * tests/results/169.processed: - prepare tests to trim trailing
                   5918:          methods' EOLs
                   5919: 
                   5920:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5921:          trim trailing methods' EOLs
                   5922: 
                   5923:        * tests/: results/170.processed, results/167.processed,
                   5924:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5925:          169.html: - prepare tests to trim trailing methods' EOLs
                   5926: 
                   5927:        * tests/: results/170.processed, results/171.processed,
                   5928:          results/172.processed, results/173.processed,
                   5929:          results/174.processed, results/175.processed, 170.html, 171.html,
                   5930:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   5931:          trailing methods' EOLs
                   5932: 
                   5933:        * tests/: results/176.processed, results/180.processed,
                   5934:          results/184.processed, results/185.processed,
                   5935:          results/191.processed, results/192.processed,
                   5936:          results/196.processed, results/197.processed,
                   5937:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   5938:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   5939:          to trim trailing methods' EOLs
                   5940: 
                   5941:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   5942:          results/199.processed, results/208.processed,
                   5943:          results/209.processed, results/213.processed,
                   5944:          results/214.processed: - prepare tests to trim trailing methods'
                   5945:          EOLs
                   5946: 
                   5947: 2010-06-29  misha
                   5948: 
                   5949:        * tests/: 220.html, 218.html, results/218.processed,
                   5950:          results/215.processed, results/217.processed, 215.html, 217.html:
                   5951:          - prepare tests to trim trailing methods' EOLs
                   5952: 
                   5953:        * tests/: results/224.processed, 224.html, 223.html,
                   5954:          results/223.processed, results/220.processed: - prepare tests to
                   5955:          trim trailing methods' EOLs
                   5956: 
                   5957:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   5958:          trim trailing methods' EOLs
                   5959: 
                   5960:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   5961:          trailing methods' EOLs
                   5962: 
                   5963:        * tests/: 232.html, 235.html, results/232.processed,
                   5964:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   5965:          results/226.processed, results/227.processed,
                   5966:          results/228.processed, results/230.processed: - prepare tests to
                   5967:          trim trailing methods' EOLs
                   5968: 
                   5969: 2010-06-16  moko
                   5970: 
                   5971:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   5972:          ^if
                   5973: 
                   5974:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   5975: 
                   5976: 2010-06-03  misha
                   5977: 
                   5978:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   5979:          instead of memcopy for overlaped regions
                   5980: 
                   5981: 2010-05-25  misha
                   5982: 
                   5983:        * src/main/pa_common.C: - wanring about unused vars was removed
                   5984: 
                   5985:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   5986:          get_method_filename was moved to execute.C
                   5987: 
                   5988: 2010-05-23  misha
                   5989: 
                   5990:        * src/main/pa_request.C: - more accurate detection of method's file
                   5991: 
                   5992: 2010-05-22  misha
                   5993: 
                   5994:        * src/classes/reflection.C: - bugfix: core during detection of
                   5995:          .file if filespec isn't detected successfully
                   5996: 
                   5997: 2010-05-20  misha
                   5998: 
                   5999:        * src/main/pa_request.C: - fix in get_method_filename
                   6000: 
                   6001:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6002:          included file in @USE/^use is changed. if its filespec doesn't
                   6003:          start from '/' it will be searched in caller file directory
                   6004: 
                   6005:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6006:          where the method is defined
                   6007: 
                   6008:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6009:          classes/op.C: - new feature: #24 -- searching included file in
                   6010:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6011:          will be searched in caller file directory
                   6012: 
                   6013:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6014:          is moved to pa_common.h
                   6015: 
                   6016: 2010-05-18  misha
                   6017: 
                   6018:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6019:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6020:          cookie parser decode \uXXXX as well as %uXXXX
                   6021: 
                   6022: 2010-05-17  misha
                   6023: 
                   6024:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6025:          _curl_version_action - some spaces were removed or replaced by
                   6026:          tabs
                   6027: 
                   6028:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6029:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6030: 
                   6031: 2010-05-16  misha
                   6032: 
                   6033:        * src/classes/curl.C: new: #61 more curl options were added
                   6034:          (contributed by Sumo)
                   6035: 
                   6036: 2010-04-29  pretender
                   6037: 
                   6038:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6039:          now empty string.
                   6040: 
                   6041:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6042:          string type.
                   6043: 
                   6044: 2010-04-28  pretender
                   6045: 
                   6046:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6047:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6048:          macrodefinition removed
                   6049: 
                   6050: 2010-04-19  pretender
                   6051: 
                   6052:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6053:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6054: 
                   6055:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6056:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6057: 
                   6058:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6059:          variable" exception in grpunlim version.
                   6060: 
                   6061: 2010-04-05  misha
                   6062: 
                   6063:        * src/classes/string.C: - new feature: 4th param was added to
                   6064:          match. if specified its value is returned in case of nothing was
                   6065:          found
                   6066: 
                   6067: 2010-04-01  misha
                   6068: 
                   6069:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6070:          multiple execution of /a/b/auto.p
                   6071: 
                   6072: 2010-03-19  misha
                   6073: 
                   6074:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6075: 
                   6076:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6077: 
                   6078: 2010-01-27  misha
                   6079: 
                   6080:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6081:          trying to open file by path /existing-file/non-exixting-file
                   6082: 
                   6083: 2010-01-26  misha
                   6084: 
                   6085:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6086:          was added (returns file)
                   6087: 
                   6088: 2009-12-22  misha
                   6089: 
                   6090:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6091:          now parser doesn't have class curl if it was built without it
                   6092: 
                   6093: 2009-12-15  misha
                   6094: 
                   6095:        * configure.in: - little cheat with curl include dir was added
                   6096: 
                   6097: 2009-12-05  misha
                   6098: 
                   6099:        * src/classes/curl.C: - some fixes
                   6100: 
                   6101: 2009-12-04  misha
                   6102: 
                   6103:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   6104:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   6105:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   6106:          class was added
                   6107: 
                   6108:        * src/include/pa_hash.h: - hash-iterator was added
                   6109: 
                   6110:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   6111:          was added to pcre
                   6112: 
                   6113: 2009-11-27  misha
                   6114: 
                   6115:        * src/classes/image.C: - don't add @border attribute to output of
                   6116:          ^image.html[] if it was specified by user with empty value
                   6117: 
                   6118:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   6119:          root element and we are trying to access .documentElement
                   6120: 
                   6121: 2009-11-11  misha
                   6122: 
                   6123:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   6124:          instead of number of items in first row for named tables
                   6125: 
                   6126: 2009-11-10  misha
                   6127: 
                   6128:        * operators.txt: - info about hash-options in ^file::create was
                   6129:          added
                   6130: 
                   6131:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   6132:          added
                   6133: 
                   6134: 2009-11-09  misha
                   6135: 
                   6136:        * buildall-with-xml: - moving to libxml 2.7.6
                   6137: 
                   6138:        * tests/236.html: - tests for comparations cords with functions
                   6139:          were added
                   6140: 
                   6141:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   6142:          added
                   6143: 
                   6144:        * src/main/pa_http.C: - little optimisation
                   6145: 
                   6146:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   6147:          GPF mallocs + stringstream (table.save)
                   6148: 
                   6149:        * src/classes/file.C: - file::create now accepts 4th param: options
                   6150:          with $.charset
                   6151: 
                   6152:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   6153:          bug in cord (comparation cords with functions was buggy)
                   6154: 
                   6155: 2009-11-06  misha
                   6156: 
                   6157:        * src/main/pa_string.C: - bugfix: calculation string.length
                   6158:          sometimes was buggy
                   6159: 
                   6160:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   6161:          destroyed if exception occured during match/replace
                   6162: 
                   6163:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   6164:          lengthUTF8Char was added
                   6165: 
                   6166:        * src/classes/op.C: - clean tainting lang was added for user's
                   6167:          usage
                   6168: 
                   6169:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   6170:          fixed: checkouts are required after GC_MALLOC
                   6171: 
                   6172:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   6173: 
                   6174:        * operators.txt: - actually, there is no ^untaint[xml] in
                   6175:          file::create
                   6176: 
                   6177: 2009-10-15  misha
                   6178: 
                   6179:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   6180:          were added
                   6181: 
                   6182:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   6183:          were added
                   6184: 
                   6185:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   6186:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   6187:          hacking: for dealing with transcoding+^taint[uri]
                   6188:          transcode_and_untaint was replaced by untaint_and_transcode
                   6189: 
                   6190: 2009-10-13  misha
                   6191: 
                   6192:        * tests/: 121.html, results/121.processed: - test transcoding +
                   6193:          url-escaping now
                   6194: 
                   6195:        * tests/results/auto.p: - more helpers' methods were added
                   6196: 
                   6197:        * src/main/pa_globals.C: - die instead of abort
                   6198: 
                   6199: 2009-10-06  misha
                   6200: 
                   6201:        * src/main/pa_common.C: - don't allocate memory during
                   6202:          capitalization if input string is already capitalized
                   6203: 
                   6204:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   6205: 
                   6206:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   6207:          use format function because it calls malloc
                   6208: 
                   6209:        * src/include/pa_common.h: - more capitalized headers were added
                   6210: 
                   6211:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   6212:          file writing
                   6213: 
                   6214: 2009-10-05  misha
                   6215: 
                   6216:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   6217: 
                   6218: 2009-10-03  misha
                   6219: 
                   6220:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   6221:          ^img.text[] & ^img.length[] can work in utf-8 now
                   6222: 
                   6223:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   6224:          UTF8_string_iterator was added
                   6225: 
                   6226:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   6227:          length
                   6228: 
                   6229:        * src/classes/mail.C: - check from before get message.cstr
                   6230: 
                   6231: 2009-10-02  misha
                   6232: 
                   6233:        * tests/233.html: - test for image.font, image.length, image.text
                   6234:          with text in utf-8 were added
                   6235: 
                   6236:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   6237: 
                   6238:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   6239:          version for freebsd 4 was added
                   6240: 
                   6241: 2009-10-01  misha
                   6242: 
                   6243:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   6244:          terminator) - read_pipe were slightly optimized
                   6245: 
                   6246: 2009-09-28  misha
                   6247: 
                   6248:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   6249:          removed
                   6250: 
                   6251:        * src/types/pa_vmail.C: - forgot about space after ':'
                   6252: 
                   6253:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   6254:          body - small simplifications
                   6255: 
                   6256:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   6257:          inout params like pa_base64
                   6258: 
                   6259:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   6260:          option $.debug-print(1) was added to mail:send - changes for
                   6261:          using uue_encode which uses less memory
                   6262: 
                   6263:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   6264: 
                   6265:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   6266:          memory now
                   6267: 
                   6268: 2009-09-26  misha
                   6269: 
                   6270:        * src/types/pa_vmail.C: - default encoding now is base64
                   6271: 
                   6272:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   6273: 
                   6274: 2009-09-25  misha
                   6275: 
                   6276:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   6277:          sending mail as well
                   6278: 
                   6279:        * buildall-with-xml: - catalog package was removed from libxml
                   6280: 
                   6281:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   6282:          win32 absolute path
                   6283: 
                   6284:        * src/include/pa_common.h: - one more capitalized header was added
                   6285: 
                   6286: 2009-09-22  misha
                   6287: 
                   6288:        * INSTALL: - comment about building just httpd binary while
                   6289:          building apache module was added
                   6290: 
                   6291: 2009-09-21  misha
                   6292: 
                   6293:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   6294:          libxml 2.7.4 and libxslt 1.1.25
                   6295: 
                   6296: 2009-09-19  misha
                   6297: 
                   6298:        * tests/231.html: - test for encoding cookie in win-1251
                   6299: 
                   6300: 2009-09-18  misha
                   6301: 
                   6302:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   6303:          object] were added
                   6304: 
                   6305:        * operators.txt: - info about method ^reflection:fields[class or
                   6306:          object] was added
                   6307: 
                   6308:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   6309:          object] was added
                   6310: 
                   6311:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   6312:          methods get_fields were added
                   6313: 
                   6314:        * tests/232.html: - tests for @GET[name]
                   6315: 
                   6316:        * src/classes/table.C: - some changes in handling hash-options for
                   6317:          creare, join and locate
                   6318: 
                   6319:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   6320:          defined with option: the type of requested value
                   6321: 
                   6322: 2009-09-17  misha
                   6323: 
                   6324:        * tests/212.html: - tests for .pattern and .options were added
                   6325: 
                   6326:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   6327:          $regex.options were added
                   6328: 
                   6329: 2009-09-11  misha
                   6330: 
                   6331:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   6332:          rewrited. it checks not just one case of sending cookies during
                   6333:          file::load[http], but also sending headers and fields (including
                   6334:          files)
                   6335: 
                   6336: 2009-09-10  misha
                   6337: 
                   6338:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   6339:          was removed => now parser can open files with Russian 'r' in
                   6340:          filename
                   6341: 
                   6342:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6343:          while escaping cookies but now source charset
                   6344: 
                   6345:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6346:          ^tainted[uri] so it was possible to make request with incorrect
                   6347:          http header
                   6348: 
                   6349:        * src/main/pa_http.C: - capitalization of http headers during
                   6350:          file::load[http was slightly changes - bugfix: all headers which
                   6351:          parser sends during file::load[http should be transcoded and only
                   6352:          then escaped
                   6353: 
                   6354:        * src/main/untaint.C: - a bit more comments were added
                   6355: 
                   6356:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6357:          warnings)
                   6358: 
                   6359:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6360:          headers during file::load[http were added
                   6361: 
                   6362: 2009-09-08  misha
                   6363: 
                   6364:        * operators.txt: - changes in file.save and string.save were added
                   6365: 
                   6366:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6367:          file.save and string.save were added
                   6368: 
                   6369:        * src/main/pa_request.C: - http headers names, which are passed to
                   6370:          SAPI::add_header_attribute are lowercased now (it'll be
                   6371:          capitalized in that method)
                   6372: 
                   6373:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6374:          classes/string.C: - file_write accepts Request_charsets and asked
                   6375:          charset and cound transcode content before writing - string.save
                   6376:          and file.save have option $.charset now
                   6377: 
                   6378:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6379:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6380:          charset and cound transcode content before writing
                   6381: 
                   6382:        * src/include/pa_exception.h: - new exception comment string was
                   6383:          defined
                   6384: 
                   6385: 2009-09-07  misha
                   6386: 
                   6387:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6388:          sub-pattern\s
                   6389: 
                   6390: 2009-09-04  misha
                   6391: 
                   6392:        * src/main/pa_http.C: - capitalization of http headers during
                   6393:          file::load[http was implemented
                   6394: 
                   6395: 2009-09-03  misha
                   6396: 
                   6397:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6398:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6399:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6400:          targets/isapi/parser3isapi.C: - back to storing response http
                   6401:          headers in lowercase - capitalize them during output
                   6402: 
                   6403: 2009-08-31  misha
                   6404: 
                   6405:        * src/classes/table.C: - allow call with any brackets (it could be
                   6406:          useful in methods with explict result declaration)
                   6407: 
                   6408:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6409:          correctly if $request:charset==koi8-r
                   6410: 
                   6411: 2009-08-30  misha
                   6412: 
                   6413:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6414:          changed: content-type => Content-type and so on
                   6415: 
                   6416:        * src/classes/file.C, src/include/pa_common.h,
                   6417:          src/include/pa_request.h, src/main/pa_http.C,
                   6418:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6419:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6420:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6421:          tests/results/002.processed, tests/results/003.processed,
                   6422:          tests/results/004.processed, tests/results/005.processed,
                   6423:          tests/results/006.processed, tests/results/007.processed,
                   6424:          tests/results/008.processed, tests/results/009.processed,
                   6425:          tests/results/010.processed, tests/results/011.processed,
                   6426:          tests/results/012.processed, tests/results/013.processed,
                   6427:          tests/results/014.processed, tests/results/015.processed,
                   6428:          tests/results/016.processed, tests/results/017.processed,
                   6429:          tests/results/018.processed, tests/results/019.processed,
                   6430:          tests/results/020.processed, tests/results/021.processed,
                   6431:          tests/results/022.processed, tests/results/023.processed,
                   6432:          tests/results/024.processed, tests/results/025.processed,
                   6433:          tests/results/026.processed, tests/results/027.processed,
                   6434:          tests/results/028.processed, tests/results/029.processed,
                   6435:          tests/results/030.processed, tests/results/031.processed,
                   6436:          tests/results/032.processed, tests/results/033.processed,
                   6437:          tests/results/034.processed, tests/results/035.processed,
                   6438:          tests/results/036.processed, tests/results/037.processed,
                   6439:          tests/results/038.processed, tests/results/039.processed,
                   6440:          tests/results/040.processed, tests/results/041.processed,
                   6441:          tests/results/042.processed, tests/results/043.processed,
                   6442:          tests/results/044.processed, tests/results/045.processed,
                   6443:          tests/results/046.processed, tests/results/047.processed,
                   6444:          tests/results/048.processed, tests/results/049.processed,
                   6445:          tests/results/050.processed, tests/results/051.processed,
                   6446:          tests/results/052.processed, tests/results/053.processed,
                   6447:          tests/results/054.processed, tests/results/055.processed,
                   6448:          tests/results/056.processed, tests/results/057.processed,
                   6449:          tests/results/058.processed, tests/results/059.processed,
                   6450:          tests/results/060.processed, tests/results/061.processed,
                   6451:          tests/results/062.processed, tests/results/063.processed,
                   6452:          tests/results/064.processed, tests/results/065.processed,
                   6453:          tests/results/066.processed, tests/results/067.processed,
                   6454:          tests/results/068.processed, tests/results/069.processed,
                   6455:          tests/results/070.processed, tests/results/071.processed,
                   6456:          tests/results/072.processed, tests/results/073.processed,
                   6457:          tests/results/074.processed, tests/results/075.processed,
                   6458:          tests/results/076.processed, tests/results/077.processed,
                   6459:          tests/results/078.processed, tests/results/079.processed,
                   6460:          tests/results/080.processed, tests/results/081.processed,
                   6461:          tests/results/082.processed, tests/results/083.processed,
                   6462:          tests/results/084.processed, tests/results/085.processed,
                   6463:          tests/results/086.processed, tests/results/087.processed,
                   6464:          tests/results/088.processed, tests/results/089.processed,
                   6465:          tests/results/090.processed, tests/results/091.processed,
                   6466:          tests/results/092.processed, tests/results/093.processed,
                   6467:          tests/results/094.processed, tests/results/095.processed,
                   6468:          tests/results/096.processed, tests/results/097.processed,
                   6469:          tests/results/098.processed, tests/results/099.processed,
                   6470:          tests/results/100.processed, tests/results/101.processed,
                   6471:          tests/results/102.processed, tests/results/103.processed,
                   6472:          tests/results/104.processed, tests/results/105.processed,
                   6473:          tests/results/106.processed, tests/results/107.processed,
                   6474:          tests/results/108.processed, tests/results/109.processed,
                   6475:          tests/results/110.processed, tests/results/111.processed,
                   6476:          tests/results/112.processed, tests/results/113.processed,
                   6477:          tests/results/114.processed, tests/results/115.processed,
                   6478:          tests/results/116.processed, tests/results/117.processed,
                   6479:          tests/results/118.processed, tests/results/119.processed,
                   6480:          tests/results/120.processed, tests/results/121.processed,
                   6481:          tests/results/122.processed, tests/results/123.processed,
                   6482:          tests/results/124.processed, tests/results/125.processed,
                   6483:          tests/results/126.processed, tests/results/127.processed,
                   6484:          tests/results/128.processed, tests/results/129.processed,
                   6485:          tests/results/130.processed, tests/results/131.processed,
                   6486:          tests/results/132.processed, tests/results/133.processed,
                   6487:          tests/results/134.processed, tests/results/135.processed,
                   6488:          tests/results/136.processed, tests/results/138.processed,
                   6489:          tests/results/139.processed, tests/results/140.processed,
                   6490:          tests/results/141.processed, tests/results/142.processed,
                   6491:          tests/results/143.processed, tests/results/144.processed,
                   6492:          tests/results/145.processed, tests/results/146.processed,
                   6493:          tests/results/147.processed, tests/results/148.processed,
                   6494:          tests/results/149.processed, tests/results/150.processed,
                   6495:          tests/results/151.processed, tests/results/152.processed,
                   6496:          tests/results/153.processed, tests/results/154.processed,
                   6497:          tests/results/155.processed, tests/results/156.processed,
                   6498:          tests/results/157.processed, tests/results/158.processed,
                   6499:          tests/results/159.processed, tests/results/160.processed,
                   6500:          tests/results/161.processed, tests/results/162.processed,
                   6501:          tests/results/163.processed, tests/results/164.processed,
                   6502:          tests/results/165.processed, tests/results/166.processed,
                   6503:          tests/results/167.processed, tests/results/168.processed,
                   6504:          tests/results/169.processed, tests/results/170.processed,
                   6505:          tests/results/171.processed, tests/results/172.processed,
                   6506:          tests/results/173.processed, tests/results/174.processed,
                   6507:          tests/results/175.processed, tests/results/176.processed,
                   6508:          tests/results/177.processed, tests/results/178.processed,
                   6509:          tests/results/179.processed, tests/results/180.processed,
                   6510:          tests/results/181.processed, tests/results/182.processed,
                   6511:          tests/results/183.processed, tests/results/184.processed,
                   6512:          tests/results/185.processed, tests/results/186.processed,
                   6513:          tests/results/187.processed, tests/results/188.processed,
                   6514:          tests/results/189.processed, tests/results/190.processed,
                   6515:          tests/results/191.processed, tests/results/192.processed,
                   6516:          tests/results/193.processed, tests/results/194.processed,
                   6517:          tests/results/195.processed, tests/results/196.processed,
                   6518:          tests/results/197.processed, tests/results/198.processed,
                   6519:          tests/results/199.processed, tests/results/200.processed,
                   6520:          tests/results/201.processed, tests/results/202.processed,
                   6521:          tests/results/203.processed, tests/results/204.processed,
                   6522:          tests/results/205.processed, tests/results/206.processed,
                   6523:          tests/results/207.processed, tests/results/208.processed,
                   6524:          tests/results/209.processed, tests/results/210.processed,
                   6525:          tests/results/211.processed, tests/results/212.processed,
                   6526:          tests/results/213.processed, tests/results/214.processed,
                   6527:          tests/results/215.processed, tests/results/216.processed,
                   6528:          tests/results/217.processed, tests/results/218.processed,
                   6529:          tests/results/219.processed, tests/results/220.processed,
                   6530:          tests/results/221.processed, tests/results/222.processed,
                   6531:          tests/results/223.processed, tests/results/224.processed,
                   6532:          tests/results/225.processed, tests/results/226.processed,
                   6533:          tests/results/227.processed, tests/results/228.processed,
                   6534:          tests/results/229.processed: - http headers were changed:
                   6535:          content-type => Content-type and so on
                   6536: 
                   6537: 2009-08-27  misha
                   6538: 
                   6539:        * src/: main/pa_random.C, include/pa_random.h,
                   6540:          targets/cgi/parser3.C: - year was updated :)
                   6541: 
                   6542: 2009-08-26  misha
                   6543: 
                   6544:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6545:          using constructor without params - little bugfix in test
                   6546: 
                   6547:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6548:          checking existed class while processing partial option
                   6549: 
                   6550:        * src/classes/reflection.C: - bugfix: core when creating object
                   6551:          with reflection and constructor doesn't have params
                   6552: 
                   6553: 2009-08-24  misha
                   6554: 
                   6555:        * tests/229.html: - tests for checking the number of parameters
                   6556:          were added
                   6557: 
                   6558:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6559:          number of method's parameters wasn't checked correctly (the bug
                   6560:          was introduced in 3.4.0)
                   6561: 
                   6562: 2009-08-22  misha
                   6563: 
                   6564:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6565:          transcoded, but tainted pieces are escaped only when
                   6566:          content-type==url-encoding
                   6567: 
                   6568:        * tests/228.html: - test for checking
                   6569:          ^file::load[http://...;$.body[]]
                   6570: 
                   6571:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6572:          post charset was too early (charsets is empty at this moment)
                   6573: 
                   6574: 2009-08-21  misha
                   6575: 
                   6576:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6577:          main/untaint.C: - some fixes with transcode+untaint
                   6578: 
                   6579: 2009-08-15  misha
                   6580: 
                   6581:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6582:          was increaced to 100 (was 50)
                   6583: 
                   6584:        * tests/227.html: - test for checking overriding properties in
                   6585:          static classes was added
                   6586: 
                   6587:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6588: 
                   6589:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6590:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6591:          autouse was implemented
                   6592: 
                   6593: 2009-08-14  misha
                   6594: 
                   6595:        * src/classes/reflection.C: - outdated checkout was removed
                   6596: 
                   6597:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6598:          added.
                   6599: 
                   6600:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6601:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6602: 
                   6603:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6604: 
                   6605: 2009-08-12  misha
                   6606: 
                   6607:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6608:          pa_vstateless_class.h: - little optimisation
                   6609: 
                   6610: 2009-08-11  misha
                   6611: 
                   6612:        * tests/224.html: - method_params => method_info - checking for
                   6613:          $.inherited
                   6614: 
                   6615:        * src/classes/reflection.C, operators.txt: - method method_params
                   6616:          was renamed to method_info and now it returns class name, if
                   6617:          method was defined in ancestor
                   6618: 
                   6619:        * tests/225.html: - tests for cheching properties in hierarhical
                   6620:          classes were added
                   6621: 
                   6622:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6623:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6624:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6625:          with properties in new classes implementation were fixed
                   6626: 
                   6627: 2009-08-10  misha
                   6628: 
                   6629:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6630:          class. it could be defined in parent.
                   6631: 
                   6632: 2009-08-09  misha
                   6633: 
                   6634:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6635:          base's methods
                   6636: 
                   6637: 2009-08-08  misha
                   6638: 
                   6639:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6640:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6641:          classes/image.C, classes/mail.C, classes/op.C,
                   6642:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6643:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6644:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6645:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6646:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6647:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6648:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6649:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6650:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6651:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6652:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6653:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6654:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6655:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6656:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6657:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6658:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6659:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6660:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6661:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6662:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6663:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6664:          implementation
                   6665: 
                   6666:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6667:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6668: 
                   6669: 2009-08-05  misha
                   6670: 
                   6671:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6672:          parameter was removed
                   6673: 
                   6674:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6675:          content-type of file which was loaded by http
                   6676: 
                   6677: 2009-08-01  misha
                   6678: 
                   6679:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6680:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6681:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6682:          can't be disabled with defines any longer
                   6683: 
                   6684: 2009-07-29  misha
                   6685: 
                   6686:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6687:          native methods with any call type now returned empty call_type
                   6688:          value
                   6689: 
                   6690:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6691:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6692:          main/pa_request.C: - break in cycles was optimized
                   6693: 
                   6694:        * INSTALL: - more defines were described
                   6695: 
                   6696: 2009-07-28  misha
                   6697: 
                   6698:        * operators.txt: - some changes in information about reflection
                   6699:          class
                   6700: 
                   6701:        * tests/: 224.html, 224.p: - tests for reflection class
                   6702: 
                   6703:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6704:          was added, refactoring
                   6705: 
                   6706: 2009-07-26  misha
                   6707: 
                   6708:        * src/classes/classes.vcproj: - reflection class wass added to
                   6709:          project
                   6710: 
                   6711:        * operators.txt: - information about reflection class was added
                   6712: 
                   6713:        * src/classes/reflection.C: - class was redesigned
                   6714: 
                   6715: 2009-07-24  misha
                   6716: 
                   6717:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6718:          added
                   6719: 
                   6720:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6721:          in classes was added
                   6722: 
                   6723: 2009-07-22  misha
                   6724: 
                   6725:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6726:          over-optimized. it failed if $object1.$object2.field
                   6727: 
                   6728: 2009-07-16  misha
                   6729: 
                   6730:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6731:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6732:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6733:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6734:          one more arg: length of cord
                   6735: 
                   6736: 2009-07-15  misha
                   6737: 
                   6738:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6739:          tainted in ^file::load[http://...;$.cookies[]]
                   6740: 
                   6741:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6742:          exception was used
                   6743: 
                   6744:        * src/include/pa_exception.h: - new string with exception was added
                   6745: 
                   6746:        * tests/223.html: - test for checking cookie-encoding during
                   6747:          ^file::load[http was added
                   6748: 
                   6749:        * tests/: 221.html, 222.html: - tests for checking type of
                   6750:          $table.fields.field were added
                   6751: 
                   6752:        * src/types/pa_vtable.C: - not used var decl was removed
                   6753: 
                   6754:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6755:          it improves speed of match with brackets in pattern
                   6756: 
                   6757:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6758:          outside
                   6759: 
                   6760: 2009-07-14  misha
                   6761: 
                   6762:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6763:          column is empty (sometime returned void) - $table.fields was
                   6764:          added for nameless tables
                   6765: 
                   6766:        * src/targets/cgi/getopt.c: - one warning resolved
                   6767: 
                   6768:        * src/main/pa_string.C: - potentian bug fixed
                   6769: 
                   6770:        * src/classes/op.C: - small optimization in taint/untaint
                   6771: 
                   6772: 2009-07-13  misha
                   6773: 
                   6774:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6775:          added
                   6776: 
                   6777:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6778:          souldn't add the attribut to output
                   6779: 
                   6780: 2009-07-11  misha
                   6781: 
                   6782:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6783:          stack size was increaced to 2MB (default=1MB)
                   6784: 
                   6785: 2009-07-08  misha
                   6786: 
                   6787:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6788: 
                   6789:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6790:          places (ex: ._keys[])
                   6791: 
                   6792:        * tests/220.html: - test for checking order of elements in hash in
                   6793:          foreach was added
                   6794: 
                   6795:        * tests/172.html: - small changes in printing hash
                   6796: 
                   6797:        * tests/129.html: - small changes in printing hash
                   6798: 
                   6799:        * src/: include/pa_common.h, include/pa_hash.h,
                   6800:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6801:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6802: 
                   6803:        * tests/014.html: - small changes in printing hash
                   6804: 
                   6805: 2009-07-07  misha
                   6806: 
                   6807:        * src/classes/op.C: - new taint language "parser-code" was added
                   6808: 
                   6809:        * tests/219.html: - test for auto untaint parser code in process
                   6810:          was added
                   6811: 
                   6812:        * src/classes/op.C: - tainted pieces in body of process are
                   6813:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6814: 
                   6815:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6816:          L_PARSER_CODE for auto-untaint in process was added
                   6817: 
                   6818:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6819:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6820:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6821:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6822:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6823:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6824:          code cleanup
                   6825: 
                   6826: 2009-07-06  misha
                   6827: 
                   6828:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6829:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6830:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6831: 
                   6832:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6833:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6834:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6835:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6836:          should be used
                   6837: 
                   6838:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6839:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6840:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6841:          untaint_cstr[m] should be used
                   6842: 
                   6843:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6844:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6845: 
                   6846:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6847:          added
                   6848: 
                   6849:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6850:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6851:          classes/file.C, classes/hash.C, classes/image.C,
                   6852:          classes/string.C, classes/table.C, classes/void.C,
                   6853:          classes/xdoc.C: - optimizations and simplification of
                   6854:          string.cstr(...)
                   6855: 
                   6856:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6857:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6858:          - optimizations and simplification of string.cstr(...)
                   6859: 
                   6860: 2009-07-04  misha
                   6861: 
                   6862:        * tests/217.html: - test for recursion detection was added
                   6863: 
                   6864:        * src/: types/types.vcproj, main/main.vcproj,
                   6865:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6866:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6867:          from .vcproj
                   6868: 
                   6869:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6870: 
                   6871:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6872:          uploading files and case-insensitive http-method were added
                   6873: 
                   6874:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6875:          tainted pattern in ^file:list[] was added
                   6876: 
                   6877: 2009-07-03  misha
                   6878: 
                   6879:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6880:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6881:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6882:          for dynamic_cast) - little options changes
                   6883: 
                   6884:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6885:          files _and_ changing $.charset
                   6886: 
                   6887: 2009-06-29  misha
                   6888: 
                   6889:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6890:          while creating pattern
                   6891: 
                   6892: 2009-06-25  misha
                   6893: 
                   6894:        * src/classes/image.C, operators.txt: - options' names for
                   6895:          ^image.font were changed to $.space, $.width and $spacing -
                   6896:          default space width now == gif's width
                   6897: 
                   6898: 2009-06-24  misha
                   6899: 
                   6900:        * tests/215.html: - tests for $file.mode were added
                   6901: 
                   6902:        * operators.txt: - added info about $file.mode and changes in
                   6903:          ^image.font[
                   6904: 
                   6905:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6906:          param now could be omited - third param now could be hash (with
                   6907:          all widths options: $.space-width, $.letter-width) - it's
                   6908:          possible to specify tracking ($.letter-space)
                   6909: 
                   6910:        * src/classes/file.C: - file objects now could have mode field
                   6911:          (text|binary)
                   6912: 
                   6913:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6914: 
                   6915: 2009-06-23  misha
                   6916: 
                   6917:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6918:          trim can work with utf-8 chars now
                   6919: 
                   6920: 2009-06-20  misha
                   6921: 
                   6922:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6923:          was implemented
                   6924: 
                   6925:        * src/classes/table.C: - string length cacheing was implemented
                   6926: 
                   6927:        * src/include/pa_string.h: - string length cacheing was implemented
                   6928: 
                   6929: 2009-06-17  misha
                   6930: 
                   6931:        * src/main/execute.C: - value param was removed from
                   6932:          WContext::WContext
                   6933: 
                   6934:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   6935:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   6936:          - field wcontext was removed from VCodeFrame (using fparent
                   6937:          instead)
                   6938: 
                   6939:        * tests/214.html: - test with hash copying
                   6940: 
                   6941: 2009-06-16  misha
                   6942: 
                   6943:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   6944:          strings doesn't work in expression anymore
                   6945: 
                   6946:        * src/main/execute.C: - less calls for get_constructing() - little
                   6947:          refactoring
                   6948: 
                   6949:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   6950:          include/pa_request.h: - less calls for get_constructing()
                   6951: 
                   6952:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   6953:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   6954: 
                   6955: 2009-06-14  misha
                   6956: 
                   6957:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6958:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   6959:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   6960:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6961:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   6962:          storing object's fields only for parser objects
                   6963: 
                   6964: 2009-06-13  misha
                   6965: 
                   6966:        * buildall-with-xml, buildall-without-xml: - new option was added
                   6967:          for building GC (it slightly reduces memory usage)
                   6968: 
                   6969:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   6970:          single string write
                   6971: 
                   6972:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   6973:          - optimization of single string write
                   6974: 
                   6975:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   6976:          - bytecode optimization of ^class:constructor
                   6977: 
                   6978: 2009-06-09  misha
                   6979: 
                   6980:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   6981:          main (better compatibility)
                   6982: 
                   6983: 2009-06-08  misha
                   6984: 
                   6985:        * src/main/compile.y: - I've forgot to commit it :(
                   6986: 
                   6987: 2009-06-07  misha
                   6988: 
                   6989:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   6990:          WITH_READ and WITH_ROOT
                   6991: 
                   6992:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6993:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   6994:          WITH_ROOT - little refactoring
                   6995: 
                   6996: 2009-06-06  misha
                   6997: 
                   6998:        * tests/213.html: - tests for 3rd match string-param were added
                   6999: 
                   7000:        * src/classes/string.C: - 3rd match param could be string now
                   7001: 
                   7002:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7003:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7004:          GET_OBJECT_ELEMENT
                   7005: 
                   7006: 2009-06-05  misha
                   7007: 
                   7008:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7009:          if $.body was specified
                   7010: 
                   7011: 2009-06-04  misha
                   7012: 
                   7013:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7014: 
                   7015:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7016: 
                   7017:        * src/main/execute.C: - little refactoring - optimizing
                   7018:          write_assign_lang in taint/untaint
                   7019: 
                   7020:        * src/include/pa_opcode.h: - little refactoring
                   7021: 
                   7022:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7023:          main/compile_tools.h, main/execute.C: - optimizations for
                   7024:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7025:          were added
                   7026: 
                   7027: 2009-06-03  misha
                   7028: 
                   7029:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7030: 
                   7031: 2009-06-02  misha
                   7032: 
                   7033:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7034:          include/pa_opcode.h: - refactoring in last optimizations
                   7035:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7036:          now but code is much easy and it is ready for further
                   7037:          improvements.
                   7038: 
                   7039: 2009-05-27  misha
                   7040: 
                   7041:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7042:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7043:          changed in destructing junctions
                   7044: 
                   7045:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7046:          String:Body
                   7047: 
                   7048: 2009-05-26  misha
                   7049: 
                   7050:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7051:          one method detect_charset was deleted - bug was fixed in this
                   7052:          method (error while detecting charset in content_type withot last
                   7053:          ';')
                   7054: 
                   7055:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7056:          once
                   7057: 
                   7058: 2009-05-25  misha
                   7059: 
                   7060:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7061:          optimizing of helper_length
                   7062: 
                   7063: 2009-05-24  misha
                   7064: 
                   7065:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7066:          were added - little refactoring
                   7067: 
                   7068:        * src/main/execute.C: - core while printing in debug log
                   7069:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7070:          optimisations were added
                   7071: 
                   7072:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7073:          were added
                   7074: 
                   7075: 2009-05-23  misha
                   7076: 
                   7077:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7078:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7079:          CORD_cat optimization
                   7080: 
                   7081:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7082:          - call constr optimisation under separate define now
                   7083: 
                   7084:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7085:          in $b should be string, not void
                   7086: 
                   7087:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7088: 
                   7089:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7090:          main/compile_tools.h, main/execute.C: - optimisations for
                   7091:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7092: 
                   7093:        * INSTALL: - description of some #defined were added
                   7094: 
                   7095:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7096:          before 1st access (memory usage is reduced if don't access to
                   7097:          .text field)
                   7098: 
                   7099:        * src/include/pa_array.h: - array grows step now not static (it
                   7100:          reduces numbers of reallocs)
                   7101: 
                   7102: 2009-05-20  misha
                   7103: 
                   7104:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   7105:          $.b(2), $c[d] and $.e[f] was added
                   7106: 
                   7107:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7108:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   7109:          $.e[f] was added
                   7110: 
                   7111:        * src/main/execute.C: - debug printing moved in defines
                   7112: 
                   7113:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   7114:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   7115:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   7116: 
                   7117: 2009-05-19  misha
                   7118: 
                   7119:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7120:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   7121: 
                   7122:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   7123:          ^a.$b optimisation)
                   7124: 
                   7125:        * src/main/compile.y: - compiler now generate new opcodes:
                   7126:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   7127:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   7128:          of params }
                   7129: 
                   7130:        * src/main/execute.C: - code for handle new opcodes
                   7131:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   7132: 
                   7133:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   7134:          added for LA2V and LA2S
                   7135: 
                   7136:        * src/include/pa_opcode.h: - new defines which can be used for
                   7137:          disable some bytecode optimisation and new opcodes were added
                   7138: 
                   7139: 2009-05-17  misha
                   7140: 
                   7141:        * src/lib/cord/cordxtra.c: - bugfix.
                   7142: 
                   7143:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   7144: 
                   7145:        * operators.txt: - info about regex class was added
                   7146: 
                   7147:        * tests/212.html: - tests for regex class were added
                   7148: 
                   7149: 2009-05-16  misha
                   7150: 
                   7151:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   7152:          gc7.1
                   7153: 
                   7154:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   7155:          was added
                   7156: 
                   7157:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   7158:          param) should work
                   7159: 
                   7160: 2009-05-15  misha
                   7161: 
                   7162:        * src/classes/table.C: - automatically disable stringstream usage
                   7163:          on freebsd4
                   7164: 
                   7165:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   7166:          scope
                   7167: 
                   7168:        * tests/211.html: - test with different types of access to hash was
                   7169:          added
                   7170: 
                   7171:        * tests/210.html: - test which checks for loosing tainting in
                   7172:          hash's keys was added
                   7173: 
                   7174:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   7175: 
                   7176:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   7177: 
                   7178:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   7179: 
                   7180:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   7181:          optimisations for increacing version number more dramatically :)
                   7182: 
                   7183:        * src/classes/date.C: - little refactoring: use constructor which
                   7184:          accepts formated string
                   7185: 
                   7186:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   7187:          which can print formatted string was added
                   7188: 
                   7189: 2009-05-14  misha
                   7190: 
                   7191:        * src/include/pa_string.h: - type was fixed
                   7192: 
                   7193:        * src/: classes/hashfile.C, classes/op.C,
                   7194:          include/pa_cache_managers.h, include/pa_charset.h,
                   7195:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   7196:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   7197:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   7198:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   7199:          main/pa_charsets.C, main/pa_string.C,
                   7200:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   7201:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7202:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   7203:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   7204:          (seaches should be faster now)
                   7205: 
                   7206:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7207:          classes/string.C, classes/table.C, include/pa_string.h,
                   7208:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   7209:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   7210:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   7211:          types/pa_vrequest.C: - String constructors don't have that stupid
                   7212:          true/false param which means 'tainted'. they accept lang instead.
                   7213: 
                   7214:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   7215:          with OPTIMIZE_RESULT
                   7216: 
                   7217:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   7218:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   7219: 
                   7220: 2009-05-13  misha
                   7221: 
                   7222:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   7223:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   7224:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7225:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   7226:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   7227:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   7228:          include/pa_string.h, classes/date.C, classes/file.C,
                   7229:          classes/hash.C, classes/image.C, classes/string.C,
                   7230:          classes/table.C, classes/xdoc.C: - result optimisation -
                   7231:          helper_length parameter removed from string constructors
                   7232: 
                   7233: 2009-05-11  misha
                   7234: 
                   7235:        * tests/209.html: - tests for ^hash::create[hash] were added
                   7236: 
                   7237:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   7238:          ^memory:compact[] were added
                   7239: 
                   7240:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   7241:          log10 were added
                   7242: 
                   7243:        * tests/206.html: - test for try with finally was added
                   7244: 
                   7245: 2009-05-10  misha
                   7246: 
                   7247:        * tests/205.html: - test for ^file::create[...] was added
                   7248: 
                   7249:        * tests/204.html: - test for ^response:clear[] was added
                   7250: 
                   7251:        * tests/038.html: - tests for trigonometric functions were added
                   7252: 
                   7253:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   7254:          added - more tests for .add, .sub, .union, .intersects and
                   7255:          .intersections
                   7256: 
                   7257:        * tests/065.html: - test for ^file:dirname was added
                   7258: 
                   7259:        * tests/030.html: - test for $cookie:fields was added
                   7260: 
                   7261:        * tests/203.html: - test for ^h._keys[column name] was added
                   7262: 
                   7263:        * tests/201.html: - tests for .trim were added
                   7264: 
                   7265:        * tests/202.html: - tests for last-day,
                   7266:          date:calendar[type](YYYY;MM;DD) were added
                   7267: 
                   7268:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   7269:          .offset[type](N) were added
                   7270: 
                   7271:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   7272:          and .pos[c](N) were added
                   7273: 
                   7274:        * tests/141.html: - test for math:sha1 was added
                   7275: 
                   7276:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   7277: 
                   7278: 2009-05-09  misha
                   7279: 
                   7280:        * src/main/compile.y: - rollback
                   7281: 
                   7282: 2009-05-05  misha
                   7283: 
                   7284:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   7285:          replaced by is_empty()
                   7286: 
                   7287:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   7288:          optimisation: somewhere length() was replaced by is_empty()
                   7289: 
                   7290:        * src/classes/table.C: - little optimisation: somewhere length()
                   7291:          was replaced by is_empty()
                   7292: 
                   7293:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   7294:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   7295:          optimisation: somewhere length() was replaced by is_empty()
                   7296: 
                   7297: 2009-05-04  misha
                   7298: 
                   7299:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7300:          types/pa_vstateless_class.h, main/execute.C,
                   7301:          include/pa_request.h, classes/hash.C, classes/op.C,
                   7302:          classes/table.C: - more optimisations were added: some operators
                   7303:          don't switch write context anylonger
                   7304: 
                   7305: 2009-05-01  misha
                   7306: 
                   7307:        * src/main/compile.y: - slightly more opcode optimisations for
                   7308:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   7309: 
                   7310:        * src/main/execute.C: - simplifying process for getters
                   7311: 
                   7312: 2009-04-30  misha
                   7313: 
                   7314:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   7315: 
                   7316:        * tests/results/199.processed: - test for checking $result into
                   7317:          ^rem was added
                   7318: 
                   7319:        * tests/199.html: - test for checking $result into ^rem was added
                   7320: 
                   7321:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   7322:          some OS it returns list in different order)
                   7323: 
                   7324:        * src/: include/pa_array.h, include/pa_request.h,
                   7325:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   7326:          changes in stack impl - get_element() optimisation: 3rd param
                   7327:          removed - bugfix: problems with reading empty input param -
                   7328:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   7329: 
                   7330:        * tests/results/198.processed: - test for reading empty local var
                   7331:          was added
                   7332: 
                   7333:        * tests/198.html: - test for reading empty local var was added
                   7334: 
                   7335: 2009-04-29  misha
                   7336: 
                   7337:        * src/main/compile.y: - bugfix: couldn't compile because
                   7338:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   7339: 
                   7340:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7341:          include/pa_request.h, main/compile.y, main/execute.C,
                   7342:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7343:          types/pa_vmethod_frame.h: - we can work without opcode
                   7344:          OP_STORE_PARAM, so it was removed
                   7345: 
                   7346: 2009-04-28  misha
                   7347: 
                   7348:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7349:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7350:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7351:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7352:          4.
                   7353:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7354: 
                   7355:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7356: 
                   7357:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7358:          is_empty()
                   7359: 
                   7360: 2009-04-27  misha
                   7361: 
                   7362:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7363: 
                   7364: 2009-04-24  misha
                   7365: 
                   7366:        * src/classes/string.C: - ups. typo fixed
                   7367: 
                   7368:        * src/main/execute.C: - more replacements '*new VBool' to
                   7369:          'VBool::get' - checks for ^break[], ^continue[] and
                   7370:          parser.interrupted were optimised
                   7371: 
                   7372:        * src/classes/string.C: - number of params.count() calls was
                   7373:          slightly reduced
                   7374: 
                   7375: 2009-04-23  misha
                   7376: 
                   7377:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7378:          make it x64 friendly
                   7379: 
                   7380:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7381:          parser is x64 friendly now
                   7382: 
                   7383: 2009-04-22  misha
                   7384: 
                   7385:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7386:          exceeding record size was added
                   7387: 
                   7388:        * src/classes/file.C: - use vregex object instead of direct calls
                   7389:          methods from pcre lib
                   7390: 
                   7391:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7392:          classes/string.C: - use vregex object instead of direct calls
                   7393:          methods from pcre lib
                   7394: 
                   7395:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7396:          print_pcre_exec_error_text was moved to class vregex
                   7397: 
                   7398:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7399:          was added
                   7400: 
                   7401:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7402:          - class vregex was added
                   7403: 
                   7404: 2009-04-21  misha
                   7405: 
                   7406:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7407: 
                   7408:        * src/: types/pa_junction.h, types/pa_value.C,
                   7409:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7410:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7411:          junction-optimisation (destructors)
                   7412: 
                   7413:        * src/include/pa_array.h: - free under if now
                   7414: 
                   7415: 2009-04-19  misha
                   7416: 
                   7417:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7418: 
                   7419: 2009-04-18  misha
                   7420: 
                   7421:        * src/include/pa_version.h:
                   7422:          :q :
                   7423: 
                   7424:          CV:
                   7425:          ----------------------------------------------------------------------
                   7426: 
                   7427:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7428:          refactoring
                   7429: 
                   7430:        * src/: include/pa_array.h, include/pa_hash.h,
                   7431:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7432: 
                   7433:        * src/include/pa_memory.h: - define for using destructors was added
                   7434: 
                   7435:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7436:          main/execute.C: - some junctions will be cached now
                   7437: 
                   7438:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7439: 
                   7440:        * src/include/pa_array.h: - inline was added to destructor
                   7441: 
                   7442:        * src/types/pa_method.h: - comment was changed
                   7443: 
                   7444: 2009-04-17  misha
                   7445: 
                   7446:        * src/: include/pa_array.h, include/pa_hash.h,
                   7447:          types/pa_vmethod_frame.h: - destructors were added
                   7448: 
                   7449:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7450:          renamed to always_use_result
                   7451: 
                   7452:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7453:          compiler: full backward compatibility is better
                   7454: 
                   7455:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7456:          result in var's hash
                   7457: 
                   7458:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7459:          optimisation in method_frame
                   7460: 
                   7461:        * src/include/pa_array.h: - optimisation in array (allocate
                   7462:          elements only when needed)
                   7463: 
                   7464:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7465:          before looking at custom fields
                   7466: 
                   7467:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7468:          not needed to check existance var with name 'result' in var's
                   7469:          hash
                   7470: 
                   7471:        * src/main/compile.y: - compiler was changed: now it detects
                   7472:          writings to $result and set flag writo_to_result in method
                   7473: 
                   7474:        * src/classes/string.C: - little optimisation: no needed to write
                   7475:          number with lang
                   7476: 
                   7477:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7478:          used for read utf8-strings were renamed - is_escaped was renamed
                   7479:          to isEscaped (to the same name convention)
                   7480: 
                   7481:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7482:          write_to_result added. compiler get this info from code.
                   7483: 
                   7484: 2009-04-16  misha
                   7485: 
                   7486:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7487:          String only before 1st write
                   7488: 
                   7489:        * src/include/pa_string.h: - not needed template removed
                   7490: 
                   7491:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7492:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7493:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7494:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7495:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7496:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7497:          bool objects)
                   7498: 
                   7499: 2009-04-15  misha
                   7500: 
                   7501:        * src/lib/cord/cordxtra.c: - more optimisation
                   7502: 
                   7503:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7504:          optimisation
                   7505: 
                   7506:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7507:          then get and can sometime be used)
                   7508: 
                   7509:        * src/main/pa_string.C: - String::length optimisation
                   7510: 
                   7511:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7512:          these methods read different strings
                   7513: 
                   7514:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7515:          fresult_initial_void removed + some optimisation - if $result
                   7516:          defined we don't write to context anymore
                   7517: 
                   7518:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7519:          need just skip char)
                   7520: 
                   7521:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7522:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7523:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7524: 
                   7525:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7526:          instance
                   7527: 
                   7528: 2009-04-11  misha
                   7529: 
                   7530:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7531: 
                   7532:        * tests/197.html: - test for parser://test in xml was added
                   7533: 
                   7534:        * src/classes/string.C: - small optimisation
                   7535: 
                   7536:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7537:          optimisation
                   7538: 
                   7539: 2009-04-10  misha
                   7540: 
                   7541:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7542:          to pcre-7.8
                   7543: 
                   7544:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7545: 
                   7546:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7547:          added
                   7548: 
                   7549:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7550:          $request:CLASS_NAME were added
                   7551: 
                   7552:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7553:          were added
                   7554: 
                   7555:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7556:          $env:CLASS_NAME were added
                   7557: 
                   7558:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7559:          '@todo' now
                   7560: 
                   7561:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7562:          compirer
                   7563: 
                   7564:        * src/main/pa_string.C: - little code cleanup
                   7565: 
                   7566:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7567:          during PCRE compile/execute
                   7568: 
                   7569:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7570:          normalizing todo-comments: '@todo' now
                   7571: 
                   7572:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7573: 
                   7574:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7575: 
                   7576: 2009-03-10  misha
                   7577: 
                   7578:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7579:          in main()
                   7580: 
                   7581: 2009-02-01  misha
                   7582: 
                   7583:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7584:          boundary
                   7585: 
                   7586: 2009-01-25  misha
                   7587: 
                   7588:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7589: 
                   7590:        * src/classes/file.C: - more changes for parsing different number
                   7591:          of params for file::load
                   7592: 
                   7593:        * tests/193.html: - tests for exception while base64-decode binary
                   7594:          to string was added
                   7595: 
                   7596:        * tests/192.html: - tests for file::load with different number of
                   7597:          options
                   7598: 
                   7599:        * src/classes/math.C: - ups. forgot '+1'
                   7600: 
                   7601:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7602:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7603:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7604:          (new option $.encode[multipart-form/data] should be specified) -
                   7605:          $.method[] option for file::load now is not case-sensitive
                   7606: 
                   7607:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7608:          new taint language L_FILE_POST was added
                   7609: 
                   7610:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7611:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7612:          stuff was moved to separate files
                   7613: 
                   7614: 2009-01-23  misha
                   7615: 
                   7616:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7617:          spaces to tabs were converted
                   7618: 
                   7619: 2009-01-12  misha
                   7620: 
                   7621:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7622:          now
                   7623: 
                   7624:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7625:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7626:          their names
                   7627: 
                   7628:        * src/main/pa_common.C: - changes in formating
                   7629: 
                   7630:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7631:          their names
                   7632: 
                   7633:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7634: 
                   7635:        * src/include/pa_common.h: - some constants changed their names
                   7636: 
                   7637:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7638:          little code rewriting
                   7639: 
                   7640:        * src/types/pa_vfile.C: - little code rewriting
                   7641: 
                   7642:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7643:          types/pa_value.h: - some formating changes
                   7644: 
                   7645:        * src/include/pa_common.h: - some formating spaces transformed to
                   7646:          tabs
                   7647: 
                   7648:        * src/classes/string.C: - exception while base64-decode binary to a
                   7649:          string
                   7650: 
                   7651: 2009-01-11  misha
                   7652: 
                   7653:        * configure.in: - version changed to 3.3.1b
                   7654: 
                   7655: 2008-09-05  misha
                   7656: 
                   7657:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7658:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7659: 
                   7660: 2008-09-04  misha
                   7661: 
                   7662:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7663:          anymore
                   7664: 
                   7665:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7666:          typeless anylonger
                   7667: 
                   7668:        * src/classes/image.C: - some exceptions while operations with
                   7669:          image not typeless anymore
                   7670: 
                   7671:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7672:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7673:          operations with files not typeless anymore
                   7674: 
                   7675:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7676:          types/pa_vdate.h: - exceptions while checking date range not
                   7677:          typeless anymore
                   7678: 
                   7679:        * src/include/pa_exception.h: - exception type string for invalid
                   7680:          date range was added
                   7681: 
                   7682: 2008-09-03  misha
                   7683: 
                   7684:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7685:          operations not typeless anymore
                   7686: 
                   7687:        * src/include/pa_exception.h: - exception type for pce operations
                   7688:          was added
                   7689: 
                   7690:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7691:          and .CLASS_NAME insite classes
                   7692: 
                   7693:        * src/classes/table.C: - don't save table header whiile
                   7694:          ^table.save[append;filename] if file exists
                   7695: 
                   7696: 2008-09-02  misha
                   7697: 
                   7698:        * src/main/compile.y, src/main/compile_tools.h,
                   7699:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7700:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7701:          renamed to partial and it login changed: we must mark class as
                   7702:          partial for allow their modifications in future.
                   7703: 
                   7704: 2008-08-29  misha
                   7705: 
                   7706:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7707:          file:list
                   7708: 
                   7709:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7710: 
                   7711:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7712:          for file:list was added
                   7713: 
                   7714:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7715:          file:list
                   7716: 
                   7717: 2008-08-26  misha
                   7718: 
                   7719:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7720:          last derived object
                   7721: 
                   7722:        * src/classes/image.C: - many strings "image.format" replaced by
                   7723:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7724:          understand some more exif tags
                   7725: 
                   7726:        * src/include/pa_exception.h: - string "image.format" was added
                   7727: 
                   7728: 2008-08-21  misha
                   7729: 
                   7730:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7731:          pcre_exec text error
                   7732: 
                   7733:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7734:          added
                   7735: 
                   7736:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7737:          text error was added
                   7738: 
                   7739: 2008-08-19  misha
                   7740: 
                   7741:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7742:          namespace while debug execution as well
                   7743: 
                   7744:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7745:          parser chars was added
                   7746: 
                   7747: 2008-08-18  misha
                   7748: 
                   7749:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7750:          $caller.self.field + default getter in one class was added
                   7751: 
                   7752:        * tests/: 189.html, results/189.processed: - test for
                   7753:          ^date::create[date object]
                   7754: 
                   7755:        * tests/: 188.html, results/188.processed: - tests for match with
                   7756:          UTF-8 strings
                   7757: 
                   7758:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7759:          ^string.match[]
                   7760: 
                   7761:        * ChangeLog: - parser 3.3.0 beta13
                   7762: 
                   7763: 2008-08-15  misha
                   7764: 
1.116     moko     7765:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7766:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7767:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7768:          dftables.c: - old PCRE files removed
1.95      moko     7769: 
                   7770:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7771: 
                   7772:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7773:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7774: 
                   7775:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7776:          library and set flag UTF8 if $request:charset is UTF-8
                   7777: 
                   7778:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7779:          include/pa_config_fixed.h: - moved to new PCRE library
                   7780: 
                   7781:        * src/: main/main.vcproj, types/types.vcproj,
                   7782:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7783:          win32\pcre instead of parser3\src\lib\pcre
                   7784: 
                   7785:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7786:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7787:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7788:          opcodes were moved to separate namespace
                   7789: 
                   7790: 2008-08-14  misha
                   7791: 
                   7792:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7793: 
                   7794:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7795:          tainting
                   7796: 
                   7797: 2008-08-11  misha
                   7798: 
                   7799:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7800:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7801:          were added
                   7802: 
                   7803:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7804:          runtime as well (for $caller.self)
                   7805: 
                   7806: 2008-07-25  misha
                   7807: 
                   7808:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7809:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7810:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7811:          tests with international characters
                   7812: 
                   7813: 2008-07-23  misha
                   7814: 
                   7815:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7816:          file::load[...;http://
                   7817: 
                   7818:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7819:          now everywhere in separate namespace
                   7820: 
                   7821:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7822:          for vars
                   7823: 
                   7824:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7825:          can be escaped by '^'
                   7826: 
                   7827: 2008-07-22  misha
                   7828: 
                   7829:        * src/classes/string.C, tests/186.html: - names changes:
                   7830:          escape=>js-escape, unescape=>js-unescape
                   7831: 
                   7832: 2008-07-21  misha
                   7833: 
                   7834:        * tests/results/186.processed: - test for string escape/unescape
                   7835: 
                   7836:        * tests/186.html: - test for string escape/unescape
                   7837: 
                   7838:        * src/classes/string.C: - string has escape and unescape methods
                   7839:          now
                   7840: 
                   7841:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7842:          added
                   7843: 
                   7844:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7845:          method-layers added (with different params)
                   7846: 
                   7847: 2008-07-18  misha
                   7848: 
                   7849:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7850:          was added
                   7851: 
                   7852:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7853: 
                   7854:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7855:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7856: 
                   7857:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7858:          strings
                   7859: 
                   7860: 2008-07-17  misha
                   7861: 
                   7862:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7863:          helper length added for mid for small optimisation
                   7864: 
                   7865: 2008-07-16  misha
                   7866: 
                   7867:        * tests/: 185.html, results/185.processed: - tests for
                   7868:          length/left/right/mid/pos with utf-8 strings
                   7869: 
                   7870:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7871:          utf-8 strings
                   7872: 
                   7873:        * src/main/untaint.C: - comments removed
                   7874: 
                   7875:        * src/: include/pa_string.h, main/pa_string.C,
                   7876:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7877:          with pos/mid for strings in utf-8 were added
                   7878: 
                   7879: 2008-07-15  misha
                   7880: 
                   7881:        * tests/: 184.html, results/184.processed: - test for case body as
                   7882:          expression: $var(^switch(1){^case(1)(true)..})
                   7883: 
                   7884:        * src/classes/op.C: - case body can be expression now:
                   7885:          $var(^switch(1){^case(1)(true)..})
                   7886: 
                   7887:        * tests/: results/183.processed, 183.html: - added test for testing
                   7888:          new cookie encoding (%uXXXX)
                   7889: 
                   7890:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7891:          decoding for backward compatibility they decoded from %XX in
                   7892:          request:charset too
                   7893: 
                   7894:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7895:          - cookie class now decode cookies before first access after last
                   7896:          request:charset changing (as form class).
                   7897: 
                   7898:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7899:          as %uXXXX - before transcode calculate required space for dest
                   7900:          string. it reduce mem usage for transcode
                   7901: 
                   7902:        * src/include/pa_charset.h: - added method escape for escaping
                   7903:          cookies as %uXXXX
                   7904: 
                   7905:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7906:          was added. will used for escaping cookies as %uXXXX
                   7907: 
                   7908:        * src/include/pa_common.h: - escape method has new option for skip
                   7909:          converting '+' to a space char
                   7910: 
                   7911:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7912:          transcode - escape method has new option for skip converting '+'
                   7913:          to a space char
                   7914: 
                   7915: 2008-07-08  misha
                   7916: 
                   7917:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7918:          (no UE if more then 1 case matches anylonger) - optimization:
                   7919:          doing searching.as_string() || searching.as_double() only once
                   7920: 
                   7921: 2008-07-04  misha
                   7922: 
                   7923:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7924:          now ^date::create[date object] works
                   7925: 
                   7926:        * src/classes/string.C: - left and right added as aliases for start
                   7927:          and end in ^string.trim[]
                   7928: 
                   7929: 2008-07-03  misha
                   7930: 
                   7931:        * src/classes/file.C: - allow $.limit for file::sql as well
                   7932: 
                   7933:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   7934:          send limit=1 to query for use sql specifics authomatically
                   7935: 
                   7936:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   7937:          if $.limit value if empty. autoconvert it as everywere
                   7938: 
                   7939: 2008-07-02  misha
                   7940: 
                   7941:        * configure.in: - time to change version number to 3.3.0 %-)
                   7942: 
                   7943:        * src/include/pa_version.h: - time to change version number to
                   7944:          3.3.0 %-)
                   7945: 
                   7946: 2008-06-26  misha
                   7947: 
                   7948:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7949:          $.limit(0) fixes
                   7950: 
                   7951:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   7952:          - $.limit(0) fixes
                   7953: 
                   7954:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   7955:          new API)
                   7956: 
                   7957:        * src/: include/pa_sql_driver_manager.h,
                   7958:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   7959:          classes/op.C: - document_root added
                   7960: 
                   7961:        * src/main/compile.tab.C: - error message was changed
                   7962: 
                   7963: 2008-06-25  misha
                   7964: 
                   7965:        * src/main/compile.y: - error message was changed
                   7966: 
                   7967: 2008-06-24  misha
                   7968: 
                   7969:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   7970: 
                   7971:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   7972:          tests for @OPTIONS\nappend
                   7973: 
                   7974:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   7975: 
                   7976:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   7977: 
                   7978:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   7979: 
                   7980:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   7981:          compile.y
                   7982: 
                   7983: 2008-06-17  misha
                   7984: 
                   7985:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   7986:          compilation: ^if(default){true. it's incorrect. must be
                   7987:          exception}
                   7988: 
                   7989: 2008-06-16  misha
                   7990: 
                   7991:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   7992:          checking external reference loading with 'http://localhost'
                   7993:          prefix while creating xdoc
                   7994: 
                   7995:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   7996:          ^math:long2ip[] and ^math:ip2long[]
                   7997: 
                   7998:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   7999:          added which use scalar stateless class method when user object
                   8000:          used in scalar context - use get_scalar_value when user object
                   8001:          requested in scalar context
                   8002: 
                   8003:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8004:          can't compare with 0 sprintf result
                   8005: 
                   8006:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8007:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8008:          with internal switch between local/global vars
                   8009: 
                   8010:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8011:          specified
                   8012: 
                   8013:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8014:          pa_vstateless_object.h: - stateless class and object now has
                   8015:          private scalar field and getter/setter for working with it
                   8016: 
                   8017:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8018:          moved to inet static class
                   8019: 
                   8020:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8021:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8022: 
                   8023:        * tests/: 180.html, results/180.processed: - tests for
                   8024:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8025: 
                   8026:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8027: 
                   8028: 2008-06-11  misha
                   8029: 
                   8030:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8031:          need cut BOM code and remove DOS newline chars. but don't
                   8032:          transcode it anyway.
                   8033: 
                   8034:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8035:          main/pa_http.C: - option for disable transcoding while file_read
                   8036:          and file_read_text added
                   8037: 
                   8038: 2008-06-10  misha
                   8039: 
                   8040:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8041:          classes in 1 file
                   8042: 
                   8043:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8044:          classes now.
                   8045: 
                   8046:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8047:          classes now. internals.
                   8048: 
                   8049:        * src/main/pa_request.C: - compile return list of classes now. try
                   8050:          call @conf and @auto for each returned class
                   8051: 
                   8052:        * src/include/pa_request.h: - compile return list of classes now
                   8053: 
                   8054:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8055:          return list of classes when compile buf)
                   8056: 
                   8057: 2008-06-07  misha
                   8058: 
                   8059:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8060:          param -- form
                   8061: 
                   8062:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8063:          3rd param: form. needed for get post_charset
                   8064: 
                   8065:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8066:          added
                   8067: 
                   8068:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8069:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8070: 
                   8071: 2008-06-06  misha
                   8072: 
                   8073:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8074:          charset and decode chars from it but not from response:charset
                   8075: 
                   8076:        * src/main/pa_http.C: - detect_charset moved out of here
                   8077: 
                   8078:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8079:          methods moved here - unescape_chars accepn one charset now
                   8080: 
                   8081:        * src/main/pa_http.C: - new constants used - don't allow
                   8082:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8083:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8084:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8085:          disabling charset during post
                   8086: 
                   8087:        * src/types/pa_vform.C: - new constants used
                   8088: 
                   8089:        * src/include/pa_common.h: - some constants were added
                   8090: 
                   8091:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8092:          instead of StrEqNc
                   8093: 
                   8094:        * src/main/pa_common.C: - new method for caseless search
                   8095:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8096: 
                   8097:        * src/include/pa_common.h: - new method for caseless search
                   8098:          c-substring in c-string
                   8099: 
                   8100: 2008-06-05  misha
                   8101: 
                   8102:        * tests/results/178.processed: - test for testing default getter
                   8103: 
                   8104:        * tests/178.html: - test for testing default getter
                   8105: 
                   8106:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   8107:          for test for testing default getter
                   8108: 
                   8109:        * src/main/execute.C: - default getter soul
                   8110: 
                   8111:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   8112:          requested objects' field not found
                   8113: 
                   8114:        * src/types/pa_vclass.C: - register default getter if defined - get
                   8115:          default getter if requested field not found
                   8116: 
                   8117:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   8118:          added
                   8119: 
                   8120:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8121:          pointer to default getter and methods for get/set it were added
                   8122: 
                   8123:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   8124:          auto_name field (for default getter)
                   8125: 
                   8126: 2008-06-04  misha
                   8127: 
                   8128:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   8129:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   8130:          it to libxml "as is"
                   8131: 
                   8132: 2008-06-03  misha
                   8133: 
                   8134:        * src/main/pa_common.C: - use store_Char instead of
                   8135:          transcodeCharFromUTF8
                   8136: 
                   8137:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   8138:          store_Char added, transcodeCharFromUTF8 -- removed
                   8139: 
                   8140: 2008-06-02  misha
                   8141: 
                   8142:        * tests/: results/177.processed, 177.html: - test for checking
                   8143:          .[acm]date after local ^file::load[] was added
                   8144: 
                   8145:        * tests/: results/176.processed, 176.html: - test for checking
                   8146:          @OPTION\locals + @method[vars][locals] added
                   8147: 
                   8148:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   8149: 
                   8150: 2008-05-30  misha
                   8151: 
                   8152:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   8153:          @OPTION\nlocals + @method[vars][;locals;] were added
                   8154: 
                   8155:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   8156:          moved to separate method op_code - switch from VMethodFrame to
                   8157:          VMethodFrameGlobal + VMethodFrameLocal
                   8158: 
                   8159:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   8160:          was moved to separate method op_code
                   8161: 
                   8162:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   8163:          VMethodFrame now
                   8164: 
                   8165:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   8166:          all_vars_local as well
                   8167: 
                   8168:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   8169:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   8170:          VMethodFrame were added: one (global) works as VMethodFrame
                   8171:          before and second (local) write all vars in self vars scope
                   8172: 
                   8173:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   8174: 
                   8175: 2008-05-29  misha
                   8176: 
                   8177:        * tests/: 129.html, results/129.processed: - more tests for
                   8178:          ^table.hash[]
                   8179: 
                   8180:        * src/classes/hash.C: - ^hash::sql has a new option:
                   8181:          $.type[hash|string|table] as ^table.hash[] one.
                   8182: 
                   8183:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   8184:          executed anyway after try or catch section
                   8185: 
                   8186: 2008-05-27  misha
                   8187: 
                   8188:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   8189:          must not fail if $.distinct(1) wasn't specified
                   8190: 
                   8191: 2008-05-26  misha
                   8192: 
                   8193:        * src/classes/op.C: - allow ^throw[my type]
                   8194: 
                   8195: 2008-05-22  misha
                   8196: 
                   8197:        * configure.in, configure: - version number updated to 3.2.4b
                   8198: 
                   8199:        * src/classes/: op.C, string.C: - trim format string before
                   8200:          eval/format
                   8201: 
                   8202:        * tests/: results/175.processed, 175.html: - more tests for
                   8203:          different format strings in .format[]
                   8204: 
                   8205:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   8206:          as well (not only %XX)
                   8207: 
                   8208:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   8209:          charset specified - checks for format before print number
                   8210:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   8211:          (instead of tabs) removed
                   8212: 
                   8213:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   8214:          charset specified
                   8215: 
                   8216:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   8217:          char in requested charset from utf code was added
                   8218: 
                   8219: 2008-05-19  misha
                   8220: 
                   8221:        * tests/: 174.html, results/174.processed: - test for
                   8222:          ^hashfile.cleanup[] added
                   8223: 
                   8224:        * src/classes/hashfile.C: - optimization: don't create any key or
                   8225:          value variable if it's name weren't specified
                   8226:          (^hf.foreach[;v]{...})
                   8227: 
                   8228: 2008-05-16  misha
                   8229: 
                   8230:        * src/classes/hash.C: - optimization: don't create any key variable
                   8231:          if variable name wasn't specified (^h.foreach[;v]{...})
                   8232: 
                   8233: 2008-05-15  misha
                   8234: 
                   8235:        * src/classes/op.C: - small changes
                   8236: 
                   8237:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   8238: 
                   8239:        * src/classes/hash.C: - calculate var_context once before foreach
                   8240: 
                   8241: 2008-05-14  misha
                   8242: 
                   8243:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   8244:          ^hashfile.foreach[;]{} fixed
                   8245: 
                   8246:        * src/classes/: hash.C, table.C: - little optimisation
                   8247: 
                   8248:        * src/classes/file.C: - bugfix: double absolute path while loading
                   8249:          file
                   8250: 
                   8251:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   8252:          were added
                   8253: 
                   8254:        * buildall-with-xml: - moving to libxslt 1.1.24
                   8255: 
                   8256: 2008-04-30  misha
                   8257: 
                   8258:        * src/classes/file.C: - stat file while loading (local only) so
                   8259:          .adate, .mdate and .cdate available without additional ::stat
                   8260: 
                   8261: 2008-04-28  misha
                   8262: 
                   8263:        * src/classes/file.C: - $.name and $.content-type available for
                   8264:          stated file
                   8265: 
                   8266: 2008-04-14  misha
                   8267: 
                   8268:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   8269: 
                   8270:        * src/include/pa_version.h: - new version number in head
                   8271: 
                   8272: 2008-04-10  misha
                   8273: 
                   8274:        * tests/: 080.html, results/080.processed: - cut '0' from
                   8275:          exponential part because of on diff OS it differ (20 or 020 for
                   8276:          ex)
                   8277: 
                   8278:        * tests/: 119.html, results/119.processed: - check for encoding
                   8279:          while creating xdoc
                   8280: 
                   8281: 2008-04-09  misha
                   8282: 
                   8283:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   8284: 
                   8285:        * src/main/pa_common.C: - comment added
                   8286: 
                   8287:        * src/classes/date.C: - little refactoring
                   8288: 
                   8289: 2008-04-07  misha
                   8290: 
                   8291:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   8292:          style of ^table.save[]: prepare one big string and sabe it at
                   8293:          once. it's safe on freebsd 4.x but use much more memory.
                   8294: 
                   8295:        * buildall-with-xml, buildall-without-xml: - option
                   8296:          --disable-stringstream added (under comment. use it on freebsd
                   8297:          4.x)
                   8298: 
                   8299: 2008-02-22  misha
                   8300: 
                   8301:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   8302:          specified together in file::load[;http] - get back transcoding
                   8303:          $.body[] in file::load[;http]
                   8304: 
                   8305: 2008-02-21  misha
                   8306: 
                   8307:        * src/classes/date.C: - ^date.gmt-string[] was added
                   8308: 
                   8309:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   8310:          moved to pa_common.h
                   8311: 
                   8312:        * src/include/pa_common.h: - method for output date in RFC 822
                   8313:          format moved here from pa_value.C
                   8314: 
                   8315:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   8316:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   8317: 
                   8318: 2008-02-20  misha
                   8319: 
                   8320:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   8321:          specified charset while ^file::load[...;http://...] (L_URI
                   8322:          instead of L_HTTP_HEADER) - $.cookies param available in
                   8323:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   8324:          response yet) (cookies not transcoded as common $cookies)
                   8325: 
                   8326: 2008-02-19  misha
                   8327: 
                   8328:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   8329:          $response:field values because in this case
                   8330:          $response:locateion[http://...] don't works.
                   8331: 
                   8332: 2008-02-15  misha
                   8333: 
                   8334:        * src/classes/op.C: - little refactoring
                   8335: 
                   8336:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   8337: 
                   8338:        * src/main/pa_request.C: - force taint values of $response:field
                   8339: 
                   8340: 2008-02-14  misha
                   8341: 
                   8342:        * src/main/pa_request.C: - $response:field transcoded to
                   8343:          $response:charset before escaping now
                   8344: 
                   8345:        * src/main/pa_http.C: - some outdated comments removed
                   8346: 
                   8347:        * src/classes/date.C: - lastdat -> last-day
                   8348: 
                   8349:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8350:          ^date.lastday[] were added - little code refactoring - comments
                   8351:          changes
                   8352: 
                   8353:        * tests/: 159.html, results/159.processed: - test for number of
                   8354:          days in February
                   8355: 
                   8356:        * src/types/pa_value.C: - fixes in code formatting
                   8357: 
                   8358:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8359:          and comments
                   8360: 
                   8361: 2008-02-13  misha
                   8362: 
                   8363:        * src/main/pa_common.C: - bugfix for february at leap year
                   8364: 
                   8365: 2008-01-28  misha
                   8366: 
                   8367:        * tests/: 160.html, results/160.processed: - more test for cache
                   8368:          added
                   8369: 
                   8370:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8371:          unhandled exception
                   8372: 
                   8373: 2008-01-25  misha
                   8374: 
                   8375:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8376:          bug when hashfile became inavailable after memory:compact)
                   8377: 
                   8378:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8379: 
                   8380: 2008-01-22  misha
                   8381: 
                   8382:        * src/classes/table.C: - little refactiring and exception texts
                   8383:          changes in method ^table.hash[]
                   8384: 
                   8385:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8386: 
                   8387: 2008-01-21  misha
                   8388: 
                   8389:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8390:          file::exec/cgi
                   8391: 
                   8392:        * src/classes/file.C: - bugfix: core while processing headers if
                   8393:          executed cgi script don't return content
                   8394: 
                   8395: 2008-01-18  misha
                   8396: 
                   8397:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8398: 
                   8399:        * src/include/pa_version.h, configure.in: - version number updated
                   8400:          to '3.2.3b'
                   8401: 
                   8402: 2007-12-28  misha
                   8403: 
                   8404:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8405:          hash.contains
                   8406: 
                   8407: 2007-12-27  misha
                   8408: 
                   8409:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8410:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8411:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8412:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8413:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8414:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8415:          src/targets/cgi/parser3.vcproj,
                   8416:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8417:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8418:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8419:          be easy converted to the new format.
                   8420: 
                   8421: 2007-12-04  misha
                   8422: 
                   8423:        * src/types/pa_vcode_frame.h: - changes in comment
                   8424: 
                   8425: 2007-11-29  misha
                   8426: 
                   8427:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8428:          intercept strings any longer
                   8429: 
                   8430:        * tests/: 173.html, results/173.processed: - tests for
                   8431:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8432:          but not in main code frame
                   8433: 
                   8434:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8435:          objects from code frames
                   8436: 
                   8437: 2007-11-27  misha
                   8438: 
                   8439:        * tests/: 152.html, results/152.processed: - tests for converting
                   8440:          strings 'true'/'false' to bool were added
                   8441: 
                   8442:        * tests/152.html: - added checks for converting strings
                   8443:          'true'/'false' to bool
                   8444: 
                   8445:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8446:          not only strings with numbers but with values 'true'/'false' as
                   8447:          well
                   8448: 
                   8449:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8450:          for parser3.log increased
                   8451: 
                   8452:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8453: 
                   8454:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8455: 
                   8456:        * src/include/pa_types.h: - constant with buffer size for
                   8457:          parser3.log added
                   8458: 
                   8459: 2007-11-16  misha
                   8460: 
                   8461:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8462: 
                   8463:        * tests/171.html: - tests for file::exec/cgi
                   8464: 
                   8465:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8466: 
                   8467: 2007-11-15  misha
                   8468: 
                   8469:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8470: 
                   8471:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8472:          headers
                   8473: 
                   8474:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8475:          only if exec/cgi return anything.
                   8476: 
                   8477: 2007-11-14  misha
                   8478: 
                   8479:        * operators.txt: - info about new text|binary option for
                   8480:          file::exec/cgi was added
                   8481: 
                   8482:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8483:          ^file:exec[[text|binary];script;...]
                   8484: 
                   8485:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8486:          classes/string.C, classes/table.C: - more text strings moved to
                   8487:          the one place
                   8488: 
                   8489: 2007-11-09  misha
                   8490: 
                   8491:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8492: 
                   8493:        * ChangeLog: - $request:argv [patch from Sumo]
                   8494: 
                   8495:        * operators.txt: - $request:argv
                   8496: 
                   8497:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8498:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8499: 
                   8500: 2007-10-25  misha
                   8501: 
                   8502:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8503:          for ./configure rewrited
                   8504: 
                   8505:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8506:          error occure in unhandled_exception finally fixed
                   8507: 
                   8508: 2007-10-23  misha
                   8509: 
                   8510:        * tests/: 170.html, results/170.processed: - test for
                   8511:          @method[][result]
                   8512: 
                   8513:        * operators.txt: - added info about node.prefix and
                   8514:          node.namespaceURI
                   8515: 
                   8516:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8517: 
                   8518:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8519:          added for node and attribute
                   8520: 
                   8521: 2007-10-22  misha
                   8522: 
                   8523:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8524: 
                   8525:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8526: 
                   8527:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8528:          - ups. constants must be in lowercase (for search)
                   8529: 
                   8530:        * src/types/pa_vmail.C: - more constants used -
                   8531:          content-transfer-encoding: 8bit added
                   8532: 
                   8533:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8534: 
                   8535:        * src/include/pa_request.h: - more constants
                   8536: 
                   8537:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8538:          ommit anymore if $.content-disposition was specified - little
                   8539:          refactoring
                   8540: 
                   8541:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8542: 
                   8543: 2007-10-17  misha
                   8544: 
                   8545:        * operators.txt: - info about
                   8546:          table::create[nameless]{data}[>options<] was added
                   8547: 
                   8548:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8549:          compile method don't put this method in methods table anymore.
                   8550:          in other case the parser coredumped if @unhandled_exception
                   8551:          method can't be compiled because of parser.compile error.
                   8552: 
                   8553:        * src/main/execute.C: - little code reformating
                   8554: 
                   8555:        * src/main/pa_request.C: - little code reformating - comment
                   8556:          changed
                   8557: 
                   8558: 2007-10-16  misha
                   8559: 
                   8560:        * tests/: 035.html, results/035.processed: - tests
                   8561:          table::create[]{}[options] added
                   8562: 
                   8563:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8564:          options (only $.seperator[] yet)
                   8565: 
                   8566: 2007-10-10  misha
                   8567: 
                   8568:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8569:          some code changes
                   8570: 
                   8571: 2007-10-02  misha
                   8572: 
                   8573:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8574:          then three time as much. but base64 encoding method still use
                   8575:          less memory anyway.
                   8576: 
                   8577: 2007-09-17  misha
                   8578: 
                   8579:        * operators.txt: - added info about $cookie:fields
                   8580: 
                   8581:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8582: 
                   8583:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8584:          common
                   8585: 
                   8586:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8587:          moved here
                   8588: 
                   8589:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8590: 
                   8591: 2007-09-14  misha
                   8592: 
                   8593:        * buildall-with-xml: - new xml libs again =)
                   8594: 
                   8595: 2007-08-28  misha
                   8596: 
                   8597:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8598:          ^string.split[...][v][column name] were added
                   8599: 
                   8600:        * tests/: 168.html, 169.html, results/168.processed,
                   8601:          results/169.processed: - tests for ^table.columns[[column name]]
                   8602:          and ^string.split[...][v][column name] were added
                   8603: 
                   8604:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8605:          was added
                   8606: 
                   8607:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8608:          name]]
                   8609: 
                   8610:        * src/include/pa_exception.h: - error text message for
                   8611:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8612: 
                   8613: 2007-08-27  misha
                   8614: 
                   8615:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8616:          body ^taint[sql][something] outside of connect
                   8617: 
                   8618:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8619:          outside of connect
                   8620: 
                   8621:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8622:          added (commented by default)
                   8623: 
                   8624: 2007-08-20  misha
                   8625: 
                   8626:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8627:          was added
                   8628: 
                   8629:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8630:          duplicated exception text strings were removed
                   8631: 
                   8632:        * src/include/pa_exception.h: - more exception text strings moved
                   8633:          here
                   8634: 
                   8635:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8636:          removed
                   8637: 
                   8638:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8639:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8640:          removed
                   8641: 
                   8642:        * src/include/pa_exception.h: - some exception text strings movet
                   8643:          to pa_exception
                   8644: 
                   8645:        * tests/: 149.html, results/149.processed: - test for
                   8646:          ^xnode.hasAttributes[] was added - some code changes
                   8647: 
                   8648:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8649:          added
                   8650: 
                   8651: 2007-08-17  misha
                   8652: 
                   8653:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8654:          059.html: - more tests for match
                   8655: 
                   8656:        * tests/: 129.html, results/129.processed: - tests for
                   8657:          ^table.hash[...][$.type[string|hash|table]] added
                   8658: 
                   8659:        * src/targets/cgi/parser3.C: - little syntax changes
                   8660: 
                   8661:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8662:          syntax changes
                   8663: 
                   8664:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8665:          messages in parser3.log switched off by default. If someone
                   8666:          really still need it: use $SIGPIPE(1)
                   8667: 
                   8668: 2007-08-08  misha
                   8669: 
                   8670:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8671:          files by default since now
                   8672: 
                   8673: 2007-08-07  misha
                   8674: 
                   8675:        * buildall-without-xml: - some option syntax changes
                   8676: 
                   8677:        * buildall-with-xml: - compile libxml2 without http support - some
                   8678:          option syntax changes
                   8679: 
                   8680:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8681: 
                   8682: 2007-08-06  misha
                   8683: 
                   8684:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8685: 
                   8686:        * tests/: 160.html, results/160.processed: - cache test was
                   8687:          rewrited
                   8688: 
                   8689: 2007-07-06  misha
                   8690: 
                   8691:        * tests/: 153.html, results/153.processed: - added test for
                   8692:          ^math:sha1[string]
                   8693: 
                   8694:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8695:          transcoded
                   8696: 
                   8697:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8698:          were added
                   8699: 
                   8700: 2007-06-28  misha
                   8701: 
                   8702:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8703:          some incorrect chars
                   8704: 
                   8705: 2007-06-19  misha
                   8706: 
                   8707:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8708:          were moved on top because of gcc 4 had a problems during
                   8709:          building.
                   8710: 
                   8711: 2007-06-18  misha
                   8712: 
                   8713:        * tests/results/019.processed: - new image commited
                   8714: 
                   8715: 2007-06-09  misha
                   8716: 
                   8717:        * src/classes/: op.C, table.C: - in while and table.select method
                   8718:          as_expression used now
                   8719: 
                   8720:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8721: 
                   8722: 2007-06-08  misha
                   8723: 
                   8724:        * tests/: 166.html, results/166.processed: - test for
                   8725:          ^match[...][n]
                   8726: 
                   8727:        * tests/: 165.html, results/165.processed: - tests for loops
                   8728: 
                   8729:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8730:          because of no speed/memory optimisation but some proglems with
                   8731:          long cycles occure
                   8732: 
                   8733: 2007-06-06  misha
                   8734: 
                   8735:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8736:          ^table.select(true) and ^table.select(1) didn't works because of
                   8737:          awaiting junction-param only. fixed.
                   8738: 
                   8739: 2007-05-24  misha
                   8740: 
                   8741:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8742:          with 0.5 secs interval
                   8743: 
                   8744:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8745:          locking system now on unix
                   8746: 
                   8747:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8748:          system locks which wait till other threads release it but try get
                   8749:          lock, if fail wait 1 sec and make 10 attempts.
                   8750: 
                   8751:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8752:          were added
                   8753: 
                   8754:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8755:          opening files
                   8756: 
                   8757:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8758:          after our classes on unix it can't be build
                   8759: 
                   8760:        * src/types/pa_vhashfile.C: - not needed code removed
                   8761: 
                   8762: 2007-05-23  misha
                   8763: 
                   8764:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8765:          include/pa_common.h: - cosmetic changes
                   8766: 
                   8767: 2007-05-18  misha
                   8768: 
                   8769:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8770:          often. it's give some speed increasing
                   8771: 
                   8772:        * tests/results/160.processed: - returned time corrected
                   8773: 
                   8774:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8775:          :(
                   8776: 
                   8777:        * operators.txt: - added info about ^hash.contain[key]
                   8778: 
                   8779:        * src/classes/hash.C: - added ^hash.contain[key]
                   8780: 
                   8781:        * src/include/pa_hash.h: - added method for checking key exists in
                   8782:          hash
                   8783: 
                   8784: 2007-05-07  misha
                   8785: 
                   8786:        * src/include/pa_string.h: - was compilation error during build on
                   8787:          freebsd4
                   8788: 
                   8789: 2007-05-03  misha
                   8790: 
                   8791:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8792:          for ^table.hash[]
                   8793: 
                   8794:        * src/classes/file.C: - comment removed
                   8795: 
                   8796: 2007-04-26  misha
                   8797: 
                   8798:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8799:          real files doesn't opened in place anymore
                   8800: 
                   8801: 2007-04-24  misha
                   8802: 
                   8803:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8804: 
                   8805:        * src/include/pa_exception.h: "static" removed
                   8806: 
                   8807: 2007-04-23  misha
                   8808: 
                   8809:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8810: 
                   8811:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8812:          ^math:log(N)) - ^math:lg(N)
                   8813: 
                   8814:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8815:          during ^file::load[text;http://...] added
                   8816: 
                   8817:        * tests/: 164.html, results/164.processed: - check for set expires
                   8818:          as a date
                   8819: 
                   8820:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8821: 
                   8822:        * src/classes/hashfile.C: - little comment changes
                   8823: 
                   8824:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8825:          access
                   8826: 
                   8827:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8828:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8829:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8830:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8831:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8832:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8833:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8834:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8835:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8836:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8837:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8838:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8839:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8840:          "parser.runtime" strings were removed
                   8841: 
                   8842:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8843:          now.
                   8844: 
                   8845:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8846: 
                   8847:        * src/include/pa_exception.h: - string constant with
                   8848:          "parser.runtime" text was added
                   8849: 
                   8850: 2007-04-20  misha
                   8851: 
                   8852:        * operators.txt: - some comments changing
                   8853: 
                   8854:        * operators.txt: - added info about .^hashfile.release[],
                   8855:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8856: 
                   8857:        * configure: =cheching for unsetenv
                   8858: 
                   8859:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8860:          ^hashfile.release[] were added
                   8861: 
                   8862:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8863:          ^string.match[][] understand new option now: return number of
                   8864:          matches but not table wit results
                   8865: 
                   8866:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8867:          reopen now
                   8868: 
                   8869:        * src/classes/op.C: - bug. must be false
                   8870: 
                   8871:        * configure.in: - checking for unsetenv was added
                   8872: 
                   8873:        * src/types/pa_vform.C: - some comments
                   8874: 
                   8875: 2007-04-18  misha
                   8876: 
                   8877:        * buildall-with-xml: moving to libxml2-2.6.28
                   8878: 
                   8879:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8880:          with --disable-safe-mode option
                   8881: 
                   8882:        * operators.txt: - info about $form:files
                   8883: 
                   8884: 2007-04-17  misha
                   8885: 
                   8886:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8887:          $form:files was added
                   8888: 
                   8889:        * tests/: 163.html, results/163.processed: removing auto format
                   8890: 
                   8891:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8892: 
                   8893: 2007-04-16  misha
                   8894: 
                   8895:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8896:          floor, round, ceiling and .format[]
                   8897: 
                   8898:        * src/classes/file.C: - little optimization for getting args in
                   8899:          exec/cgi
                   8900: 
                   8901: 2007-04-13  misha
                   8902: 
                   8903:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8904:          specified now as s table with one column
                   8905: 
                   8906: 2007-03-27  misha
                   8907: 
                   8908:        * tests/: 162.html, results/162.processed: - test for
                   8909:          ^table.select(^condition[$t])
                   8910: 
                   8911:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8912: 
                   8913:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8914: 
                   8915:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8916:          161_windows1251.txt: - added test for
                   8917:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8918: 
                   8919:        * tests/: results/013.processed, 013.html: - added test for
                   8920:          checking $._default value while hash modifications
                   8921: 
                   8922:        * tests/: 160.html, results/160.processed: - add test for
                   8923:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8924: 
                   8925: 2007-03-22  misha
                   8926: 
                   8927:        * src/include/pa_common.h: - "charset" string defined for
                   8928:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   8929: 
                   8930:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   8931:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   8932:          added - not needed transcodes were removed from
                   8933:          ^file::load[...;http://...]
                   8934: 
                   8935:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   8936:          added
                   8937: 
                   8938:        * src/classes/date.C: - date.week was fixed
                   8939: 
                   8940:        * operators.txt: - added info about date.weekyear
                   8941: 
                   8942:        * tests/: 159.html, results/159.processed: - tests for date.week
                   8943:          and date.weekyear added
                   8944: 
                   8945: 2007-03-15  misha
                   8946: 
                   8947:        * src/classes/table.C: - enclose column numbers for nameless tables
                   8948:          as well
                   8949: 
                   8950: 2007-03-14  misha
                   8951: 
                   8952:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   8953: 
                   8954:        * src/classes/table.C: - table.save optimization: now required much
                   8955:          less memory
                   8956: 
                   8957: 2007-03-13  misha
                   8958: 
                   8959:        * tests/results/: 158.processed, 158.processes: - tests for
                   8960:          table.save/table.load
                   8961: 
                   8962:        * tests/: 158.html, results/158.processes: - tests for
                   8963:          table.save/table.load
                   8964: 
                   8965:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   8966: 
                   8967:        * buildall-with-xml: - pattern needed now for building
                   8968: 
                   8969:        * tests/results/097.processed: - added test results for xdoc::load
                   8970:          & xdoc::load[http://...]
                   8971: 
                   8972:        * tests/097.html: - added test for xdoc::load
                   8973: 
                   8974: 2007-03-12  misha
                   8975: 
                   8976:        * tests/: 107.html, results/107.processed: - added test for xpath
                   8977:          '//man'
                   8978: 
                   8979: 2007-03-01  misha
                   8980: 
                   8981:        * tests/: 097.html, results/097.processed: - added test for
                   8982:          creating xdoc from file
                   8983: 
                   8984:        * tests/: results/157.processed, 157.html: - added test for
                   8985:          file:move
                   8986: 
                   8987: 2007-02-28  misha
                   8988: 
                   8989:        * src/classes/xdoc.C: - another attempt
                   8990: 
                   8991:        * src/classes/xdoc.C: - roll back last changes for a while
                   8992: 
                   8993:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   8994: 
                   8995:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   8996: 
                   8997:        * tests/results/099.processed: - ever send content-disposition to
                   8998:          client with file
                   8999: 
                   9000:        * tests/157.html: + test for file:copy
                   9001: 
                   9002: 2007-02-26  misha
                   9003: 
                   9004:        * src/classes/file.C: - some similar strings moved to #define
                   9005:          instead of to be copy/pasted many times
                   9006: 
                   9007:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9008:          #define
                   9009: 
                   9010: 2007-02-20  misha
                   9011: 
                   9012:        * bin/auto.p.dist.in: - added lines for sqlite
                   9013: 
                   9014:        * configure.in: - added some strings for sqlite detection
                   9015: 
                   9016: 2007-02-19  misha
                   9017: 
                   9018:        * operators.txt: - some comments changes
                   9019: 
                   9020:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9021: 
                   9022: 2007-02-17  misha
                   9023: 
                   9024:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9025: 
                   9026:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9027:          change console behaviour
                   9028: 
                   9029: 2007-02-12  misha
                   9030: 
                   9031:        * src/targets/cgi/parser3.C: - don't print headers if
                   9032:          $console:line[data] was used during cgi execution.
                   9033: 
                   9034:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9035:          marked as 'true' if class was used.
                   9036: 
                   9037:        * tests/: 152.html, results/152.processed: - more types was added
                   9038:          to test 152
                   9039: 
                   9040:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9041:          adding 'bool' (^if($image){} caused exception)
                   9042: 
                   9043: 2007-02-09  misha
                   9044: 
                   9045:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9046: 
                   9047:        * tests/: 152.html, results/152.processed: - test rewrited
                   9048: 
                   9049:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9050:          bugfix. I broke xdoc & xnode in expression
                   9051: 
                   9052: 2007-02-08  misha
                   9053: 
                   9054:        * tests/: 152.html, results/152.processed: - add test for checking
                   9055:          'def' for void, string, bool, int & double
                   9056: 
                   9057: 2007-02-07  misha
                   9058: 
                   9059:        * operators.txt: - ^file:base64[filespec]  was added
                   9060: 
                   9061:        * tests/results/153.processed: - result test for
                   9062:          ^file:base64[filespec]  was updated
                   9063: 
                   9064:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9065: 
                   9066:        * src/types/pa_vconsole.h: - little optimization
                   9067: 
                   9068:        * src/classes/file.C: - ^file:base64[filespec]
                   9069: 
                   9070:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9071: 
                   9072:        * src/include/pa_common.h: - declarations for
                   9073:          ^file:base64[filespec]
                   9074: 
                   9075:        * src/types/pa_vcookie.C: - little optimization
                   9076: 
                   9077: 2007-02-06  misha
                   9078: 
                   9079:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9080:          were temporary commented
                   9081: 
                   9082:        * src/types/pa_vbool.h: - bugfix
                   9083: 
                   9084:        * tests/156.html: - added test for bool cookie
                   9085: 
                   9086:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9087: 
                   9088:        * tests/: 155.html, results/155.processed: - added test for check
                   9089:          $.encloser[] option for table save/load
                   9090: 
                   9091:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9092: 
                   9093: 2007-02-05  misha
                   9094: 
                   9095:        * tests/results/152.processed: - newline at the end was missed
                   9096: 
                   9097:        * tests/results/141.processed: - math:md5 must be lowercased
                   9098: 
                   9099:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9100: 
                   9101: 2007-02-03  misha
                   9102: 
                   9103:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9104:          test for bool added and some content length fixes
                   9105: 
                   9106:        * tests/152.html: - test for bool added
                   9107: 
                   9108:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   9109: 
                   9110:        * operators.txt: - info bool class was added
                   9111: 
1.116     moko     9112:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     9113:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   9114:          classes/string.C, classes/void.C, classes/xnode.C,
                   9115:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   9116:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   9117:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   9118:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9119:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   9120:          types/types.vcproj: - bool class was added
                   9121: 
                   9122:        * src/main/pa_request.C: - fix
                   9123: 
                   9124: 2007-01-18  misha
                   9125: 
                   9126:        * src/: main/pa_string.C, classes/string.C: - return table during
                   9127:          ^string.match[][] even if no matched found.
                   9128: 
                   9129: 2006-12-20  misha
                   9130: 
                   9131:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   9132:          http://www.parser.ru/forum/?id=55598 ]
                   9133: 
                   9134: 2006-12-19  misha
                   9135: 
                   9136:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   9137:          details: http://www.parser.ru/forum/?id=52359
                   9138: 
                   9139:        * src/main/pa_request.C: - always set content-disposition for
                   9140:          $response:body[hash here]. more details:
                   9141:          http://www.parser.ru/forum/?id=52130
                   9142: 
                   9143: 2006-12-07  misha
                   9144: 
                   9145:        * operators.txt: - added info about bool params in cookie set
                   9146: 
                   9147:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   9148:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   9149:          ]
                   9150: 
                   9151:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   9152:          was added
                   9153: 
                   9154: 2006-12-02  misha
                   9155: 
                   9156:        * src/classes/file.C: - file_block_read used instead of native read
                   9157: 
                   9158:        * src/main/pa_common.C: - added file_block_read with read error
                   9159:          detection - file_block_read used instead of native read
                   9160: 
                   9161:        * src/include/pa_common.h: - added file_block_read declaration
                   9162: 
                   9163: 2006-12-01  misha
                   9164: 
                   9165:        * operators.txt: - info about $var.CLASS_NAME was added
                   9166: 
                   9167:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9168:          $var.CLASS_NAME added
                   9169: 
                   9170:        * operators.txt: - added info about ^file:copy[]
                   9171: 
                   9172:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   9173: 
                   9174: 2006-11-20  misha
                   9175: 
                   9176:        * src/classes/date.C: - bug fix :)
                   9177: 
                   9178: 2006-11-17  misha
                   9179: 
                   9180:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   9181:          to static
                   9182: 
                   9183:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   9184:          small changes in crc32 calculation
                   9185: 
                   9186:        * src/classes/date.C: - not needed code was removed
                   9187: 
                   9188: 2006-11-16  misha
                   9189: 
                   9190:        * src/types/pa_vmail.C: - fix missed brakes
                   9191: 
                   9192:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   9193:          multipart/related instead of multipart/mixed if file have
                   9194:          $.content-id[]
                   9195: 
                   9196: 2006-11-15  misha
                   9197: 
                   9198:        * src/types/pa_vdouble.h: abs -> fabs
                   9199: 
                   9200: 2006-11-14  misha
                   9201: 
                   9202:        * operators.txt: - added info about ^file.md5[] and
                   9203:          ^file:md5[file-name]
                   9204: 
                   9205:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   9206:          added
                   9207: 
                   9208:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   9209:          FILE_BUFFER_SIZE
                   9210: 
                   9211:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   9212: 
                   9213:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   9214:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   9215: 
                   9216:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   9217:          values was fixed
                   9218: 
                   9219: 2006-11-13  misha
                   9220: 
                   9221:        * operators.txt: - added info about ^math:crc32[string],
                   9222:          ^file:crc32[file-name] & ^file.crc32[]
                   9223: 
                   9224:        * src/classes/math.C: - added ^math:crc32[string]
                   9225: 
                   9226:        * src/classes/file.C: - some comments were changed - added
                   9227:          ^file:crc32[file-name] and ^file.crc32[]
                   9228: 
                   9229:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   9230:          crc32 calculation added
                   9231: 
                   9232: 2006-11-03  misha
                   9233: 
                   9234:        * src/include/pa_array.h: - not needed variable removed
                   9235: 
                   9236:        * tests/: 150.html, 151.html, results/150.processed,
                   9237:          results/151.processed: - 2 tests were added
                   9238: 
                   9239:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   9240:          with $.reverse(1) were fixed
                   9241: 
                   9242:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   9243:          query converted to $.charset during ^file::load[http://...]
                   9244: 
                   9245: 2006-11-02  misha
                   9246: 
                   9247:        * src/include/pa_table.h: ups. forget '=' char
                   9248: 
                   9249:        * src/include/pa_table.h: - one more fix in
                   9250:          .locate[...][$.reverse(1)]
                   9251: 
                   9252: 2006-11-01  misha
                   9253: 
                   9254:        * src/classes/math.C: - bug fix, details:
                   9255:          http://www.parser.ru/forum/?id=53360
                   9256: 
                   9257:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   9258:          false for all records )[$.reverse(1)]
                   9259: 
                   9260:        * src/main/pa_http.C: - second param for this mid method is length
                   9261:          but not end_index so this method has error and can't detect
                   9262:          charsets in next content-types: Content-type: text/html;
                   9263:          charset="windows-1251" Content-type: text/html;
                   9264:          charset="windows-1251"; Content-type: text/html;
                   9265:          charset=windows-1251;
                   9266: 
                   9267:          only Content-type: text/html; charset=windows-1251 was fine
                   9268: 
                   9269: 2006-10-31  misha
                   9270: 
                   9271:        * src/classes/file.C: - empty args in file::exec removed now
                   9272: 
                   9273: 2006-09-11  misha
                   9274: 
                   9275:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   9276:          replaced to table::create - some changes in text/code formatting
                   9277: 
                   9278: 2006-09-03  paf
                   9279: 
                   9280:        * src/classes/file.C: proper tainting of
                   9281:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   9282: 
                   9283: 2006-06-09  paf
                   9284: 
                   9285:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   9286: 
                   9287:        * src/classes/table.C: formatting
                   9288: 
                   9289:        * src/classes/table.C: incorporated patch from misha: Sent:
                   9290:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   9291:          ignoring string options for ^table.save[]
                   9292: 
                   9293:        * src/classes/hash.C: incorporated patch from misha Sent:
                   9294:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   9295:          $hash._default disappear while
                   9296: 
                   9297:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   9298:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   9299: 
                   9300:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   9301:          PM Subject: patch for base64 in ^mail:send[] %-)
                   9302: 
                   9303: 2006-04-09  paf
                   9304: 
                   9305:        * src/main/compile.tab.C: ` change compiled
                   9306: 
                   9307:        * gnu.vcproj, operators.txt, parser3.sln,
                   9308:          src/classes/classes.vcproj, src/classes/file.C,
                   9309:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   9310:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9311:          src/classes/xnode.C, src/include/pa_array.h,
                   9312:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9313:          src/include/pa_memory.h, src/include/pa_request.h,
                   9314:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9315:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9316:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9317:          src/lib/pcre/pcre_dftables.vcproj,
                   9318:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9319:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9320:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9321:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9322:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9323:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9324:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9325:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9326:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9327:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9328:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9329:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9330:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9331:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9332:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9333:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   9334:          ^menu, ^hash/hashfile.foreach
                   9335: 
                   9336:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9337:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9338:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9339:          src/classes/xnode.C, src/include/pa_array.h,
                   9340:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9341:          src/include/pa_memory.h, src/include/pa_request.h,
                   9342:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9343:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9344:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9345:          src/lib/pcre/pcre_dftables.vcproj,
                   9346:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9347:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9348:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9349:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9350:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9351:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9352:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9353:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9354:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9355:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9356:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9357:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9358:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9359:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9360:          tests/descript.ion: ! switched to VS2005 (projects and
                   9361:          object<info explicitly typed>.for_each(, info)) +
                   9362:          $response:field[] setting void means removing + grammar $name`
                   9363:          name stops now, for mysql `$field` + started ^break[]
                   9364:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9365:          foreach) + all log messages += [uri=, method=, cl=]
                   9366: 
                   9367:        * buildall-with-xml: merged . ftp paths update
                   9368: 
                   9369:        * buildall-with-xml: . ftp paths update
                   9370: 
                   9371: 2006-03-04  paf
                   9372: 
                   9373:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9374:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9375: 
                   9376:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9377:          Igor Zinkovsky for detailed report]
                   9378: 
                   9379: 2006-03-01  paf
                   9380: 
                   9381:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9382:          \n to ' ' in
                   9383: 
                   9384: 2006-02-18  paf
                   9385: 
                   9386:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9387:          \n to ' ' in
                   9388: 
                   9389:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9390: 
                   9391: 2006-02-03  paf
                   9392: 
                   9393:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9394:          base64
                   9395: 
                   9396:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9397: 
                   9398: 2006-01-20  paf
                   9399: 
                   9400:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9401:          economy fix
                   9402: 
                   9403:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9404:          ^table.save[$.encloser-s now handled properly
                   9405: 
                   9406:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9407:          handled properly
                   9408: 
                   9409: 2006-01-19  paf
                   9410: 
                   9411:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9412:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9413:          helps a lot in our case: after transform we want
                   9414:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9415: 
                   9416:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9417:          economy fix
                   9418: 
                   9419:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9420:          activates merging of free memory blocks which helps a lot in our
                   9421:          case: after transform we want CORD(main.result)->cstr[big
                   9422:          malloc]->transcode[big malloc]
                   9423: 
                   9424: 2006-01-17  paf
                   9425: 
                   9426:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9427:          before reading them. got rid of reallocs = became quicker and
                   9428:          less fragmentated
                   9429: 
                   9430: 2005-12-29  paf
                   9431: 
1.116     moko     9432:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9433:          configure, configure.in, src/include/pa_version.h,
                   9434:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9435:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9436:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9437:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9438:          src/lib/ltdl/missing: . merged from 3.2.1
                   9439: 
1.116     moko     9440:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9441:          packaged when 'make dist', so do configure companion files in
                   9442:          src/lib/ltdl
                   9443: 
                   9444:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9445:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9446:          missing: . now config_auto.h is created with configure [were
                   9447:          constant]
1.95      moko     9448: 
                   9449:        * INSTALL: . references to documentation and some clarification
                   9450: 
                   9451:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9452:          indication
                   9453: 
1.116     moko     9454:        * Makefile.am: . dist+=buildall*
1.95      moko     9455: 
                   9456: 2005-12-28  paf
                   9457: 
                   9458:        * configure: . 3.2.1
                   9459: 
                   9460:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9461:          simplify build process, see INSTALL
                   9462: 
                   9463: 2005-12-26  paf
                   9464: 
                   9465:        * configure: ver
                   9466: 
                   9467:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9468:          version
                   9469: 
                   9470: 2005-12-21  paf
                   9471: 
                   9472:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9473:          compiled with bison 1.875b, it reports unexpected token names
                   9474: 
                   9475: 2005-12-19  paf
                   9476: 
                   9477:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9478:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9479: 
                   9480:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9481:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9482:          src/main/main.vcproj, src/main/pa_globals.C,
                   9483:          src/targets/cgi/parser3.vcproj,
                   9484:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9485:          configure, configure.in, src/include/pa_version.h: . killing
                   9486:          gdome [what a relief]
                   9487: 
                   9488:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9489:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9490:          run_parser.sh, results/001.processed, results/002.processed,
                   9491:          results/003.processed, results/004.processed,
                   9492:          results/005.processed, results/006.processed,
                   9493:          results/008.processed, results/009.processed,
                   9494:          results/010.processed, results/011.processed,
                   9495:          results/012.processed, results/013.processed,
                   9496:          results/014.processed, results/015.processed,
                   9497:          results/016.processed, results/017.processed,
                   9498:          results/018.processed, results/020.processed,
                   9499:          results/021.processed, results/022.processed,
                   9500:          results/023.processed, results/024.processed,
                   9501:          results/025.processed, results/026.processed,
                   9502:          results/027.processed, results/028.processed,
                   9503:          results/029.processed, results/030.processed,
                   9504:          results/031.processed, results/032.processed,
                   9505:          results/033.processed, results/034.processed,
                   9506:          results/035.processed, results/036.processed,
                   9507:          results/037.processed, results/038.processed,
                   9508:          results/039.processed, results/040.processed,
                   9509:          results/041.processed, results/042.processed,
                   9510:          results/043.processed, results/044.processed,
                   9511:          results/045.processed, results/046.processed,
                   9512:          results/047.processed, results/048.processed,
                   9513:          results/049.processed, results/050.processed,
                   9514:          results/051.processed, results/052.processed,
                   9515:          results/053.processed, results/054.processed,
                   9516:          results/055.processed, results/056.processed,
                   9517:          results/057.processed, results/058.processed,
                   9518:          results/059.processed, results/060.processed,
                   9519:          results/061.processed, results/062.processed,
                   9520:          results/063.processed, results/064.processed,
                   9521:          results/065.processed, results/066.processed,
                   9522:          results/067.processed, results/068.processed,
                   9523:          results/069.processed, results/070.processed,
                   9524:          results/071.processed, results/072.processed,
                   9525:          results/073.processed, results/074.processed,
                   9526:          results/075.processed, results/076.processed,
                   9527:          results/077.processed, results/078.processed,
                   9528:          results/079.processed, results/080.processed,
                   9529:          results/081.processed, results/082.processed,
                   9530:          results/083.processed, results/084.processed,
                   9531:          results/085.processed, results/086.processed,
                   9532:          results/087.processed, results/088.processed,
                   9533:          results/089.processed, results/090.processed,
                   9534:          results/091.processed, results/092.processed,
                   9535:          results/093.processed, results/094.processed,
                   9536:          results/095.processed, results/096.processed,
                   9537:          results/097.processed, results/099.processed,
                   9538:          results/100.processed, results/101.processed,
                   9539:          results/102.processed, results/104.processed,
                   9540:          results/105.processed, results/106.processed,
                   9541:          results/107.processed, results/108.processed,
                   9542:          results/109.processed, results/110.processed,
                   9543:          results/111.processed, results/112.processed,
                   9544:          results/113.processed, results/114.processed,
                   9545:          results/115.processed, results/117.processed,
                   9546:          results/119.processed, results/120.processed,
                   9547:          results/121.processed, results/122.processed,
                   9548:          results/123.processed, results/124.processed,
                   9549:          results/125.processed, results/126.processed,
                   9550:          results/127.processed, results/128.processed,
                   9551:          results/129.processed, results/130.processed,
                   9552:          results/131.processed, results/132.processed,
                   9553:          results/133.processed, results/134.processed,
                   9554:          results/135.processed, results/136.processed,
                   9555:          results/138.processed, results/139.processed,
                   9556:          results/140.processed, results/141.processed,
                   9557:          results/142.processed, results/143.processed,
                   9558:          results/144.processed, results/145.processed,
                   9559:          results/146.processed, results/147.processed,
                   9560:          results/148.processed, results/149.processed, results/auto.p: .
                   9561:          now works if we turn off default auto.p
                   9562: 
1.116     moko     9563:        * configure: . makes
1.95      moko     9564: 
                   9565:        * src/types/pa_vxnode.C: . less warnings
                   9566: 
                   9567:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9568:          tests/145.html, tests/149.html, tests/descript.ion,
                   9569:          tests/outputs/d.cmd, tests/results/142.processed,
                   9570:          tests/results/143.processed, tests/results/144.processed,
                   9571:          tests/results/145.processed, tests/results/146.processed,
                   9572:          tests/results/147.processed, tests/results/148.processed,
                   9573:          tests/results/149.processed: . removed .nodeValue from all node
                   9574:          types other than 5 (grabbed piece from gdome)
                   9575: 
                   9576:        * tests/: 137.html, results/137.processed: . not handled this case
                   9577:          yet. code does not hang from inserting parent into child,
                   9578:          considering thing minor issue -- nodes are removed from source
                   9579:          anyway, don't know why shold that be an error after all
                   9580: 
                   9581:        * src/targets/cgi/parser3.C: . style
                   9582: 
                   9583:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9584:          xdoc too [were barking "not element"]
                   9585: 
                   9586: 2005-12-16  paf
                   9587: 
                   9588:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9589: 
                   9590:        * src/classes/xnode.C: . also bark on possible errors
                   9591: 
                   9592:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9593:          props
                   9594: 
                   9595:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9596:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9597:          ^call(false) case. (confused it with ^call[] case)
                   9598: 
                   9599:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9600:          ^call(false) case. (confused it with ^call[] case)
                   9601: 
                   9602:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9603: 
                   9604:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9605:          results/001.processed, results/002.processed,
                   9606:          results/003.processed, results/004.processed,
                   9607:          results/005.processed, results/006.processed,
                   9608:          results/008.processed, results/009.processed,
                   9609:          results/010.processed, results/011.processed,
                   9610:          results/012.processed, results/013.processed,
                   9611:          results/014.processed, results/015.processed,
                   9612:          results/016.processed, results/017.processed,
                   9613:          results/018.processed, results/019.processed,
                   9614:          results/020.processed, results/021.processed,
                   9615:          results/022.processed, results/023.processed,
                   9616:          results/024.processed, results/025.processed,
                   9617:          results/026.processed, results/027.processed,
                   9618:          results/028.processed, results/029.processed,
                   9619:          results/030.processed, results/031.processed,
                   9620:          results/032.processed, results/033.processed,
                   9621:          results/034.processed, results/035.processed,
                   9622:          results/036.processed, results/037.processed,
                   9623:          results/038.processed, results/039.processed,
                   9624:          results/040.processed, results/041.processed,
                   9625:          results/042.processed, results/043.processed,
                   9626:          results/044.processed, results/045.processed,
                   9627:          results/046.processed, results/047.processed,
                   9628:          results/048.processed, results/049.processed,
                   9629:          results/050.processed, results/051.processed,
                   9630:          results/052.processed, results/053.processed,
                   9631:          results/054.processed, results/055.processed,
                   9632:          results/056.processed, results/057.processed,
                   9633:          results/058.processed, results/059.processed,
                   9634:          results/060.processed, results/061.processed,
                   9635:          results/062.processed, results/063.processed,
                   9636:          results/064.processed, results/065.processed,
                   9637:          results/066.processed, results/067.processed,
                   9638:          results/068.processed, results/069.processed,
                   9639:          results/070.processed, results/071.processed,
                   9640:          results/072.processed, results/073.processed,
                   9641:          results/074.processed, results/075.processed,
                   9642:          results/076.processed, results/077.processed,
                   9643:          results/078.processed, results/079.processed,
                   9644:          results/080.processed, results/081.processed,
                   9645:          results/082.processed, results/083.processed,
                   9646:          results/084.processed, results/085.processed,
                   9647:          results/086.processed, results/087.processed,
                   9648:          results/088.processed, results/089.processed,
                   9649:          results/090.processed, results/091.processed,
                   9650:          results/092.processed, results/093.processed,
                   9651:          results/094.processed, results/095.processed,
                   9652:          results/096.processed, results/097.processed,
                   9653:          results/099.processed, results/101.processed,
                   9654:          results/102.processed, results/104.processed,
                   9655:          results/105.processed, results/106.processed,
                   9656:          results/107.processed, results/108.processed,
                   9657:          results/109.processed, results/110.processed,
                   9658:          results/111.processed, results/112.processed,
                   9659:          results/113.processed, results/114.processed,
                   9660:          results/115.processed, results/116.processed,
                   9661:          results/117.processed, results/118.processed,
                   9662:          results/119.processed, results/120.processed,
                   9663:          results/121.processed, results/122.processed,
                   9664:          results/123.processed, results/124.processed,
                   9665:          results/125.processed, results/126.processed,
                   9666:          results/127.processed, results/128.processed,
                   9667:          results/129.processed, results/130.processed,
                   9668:          results/131.processed, results/132.processed,
                   9669:          results/133.processed, results/134.processed,
                   9670:          results/135.processed, results/136.processed,
                   9671:          results/137.processed, results/138.processed,
                   9672:          results/139.processed, results/140.processed,
                   9673:          results/141.processed: . refreshed old tests, made them work
                   9674:          without auto.p (in utf8) . things noted: . gif got encoded
                   9675:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9676:          some strange year)
                   9677: 
                   9678:        * INSTALL: . revived linux libgc fix
                   9679: 
                   9680:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9681:          glib/gdome in INSTALL and patches]
                   9682: 
                   9683:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9684:          include/pa_charset.h, include/pa_config_includes.h,
                   9685:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9686:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9687:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9688:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9689:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9690:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9691:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9692:          types/pa_vxnode.h: . started killing gdome
                   9693: 
                   9694: 2005-12-13  paf
                   9695: 
                   9696:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9697:          @unhandled_exception thrown another exception, print correct
                   9698:          origin (earlier code in catch of exception inside of
                   9699:          @unhandled_exception grabbed parent_frame(original_exception)
                   9700:          origin and printed it, instead of true origin)
                   9701: 
                   9702:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9703:          another exception, print correct origin (earlier code in catch of
                   9704:          exception inside of @unhandled_exception grabbed
                   9705:          parent_frame(original_exception) origin and printed it, instead
                   9706:          of true origin)
                   9707: 
                   9708: 2005-12-09  paf
                   9709: 
                   9710:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9711:          detection problem, due to change in gc6.4 code
                   9712: 
                   9713:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9714:          ignored in ^string.matched :(
                   9715: 
                   9716:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9717:          ^string.matched :(
                   9718: 
                   9719:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9720:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9721:          src/main/compile.y, src/main/compile_tools.h,
                   9722:          src/main/pa_charset.C, src/main/pa_common.C,
                   9723:          src/main/pa_globals.C, src/main/pa_string.C,
                   9724:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9725:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9726: 
                   9727: 2005-12-08  paf
                   9728: 
                   9729:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9730:          500 chars now handled OK [were wrapped on 500th char according to
                   9731:          rfc, but sendmail failed to unwrap it properly]
                   9732: 
                   9733:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9734:          handled OK [were wrapped on 500th char according to rfc, but
                   9735:          sendmail failed to unwrap it properly]
                   9736: 
                   9737:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9738: 
                   9739:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9740:          since 3.1.5
                   9741: 
                   9742:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9743:          link fixes
                   9744: 
                   9745:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9746:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9747:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9748:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9749: 
                   9750:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9751:          [in current storage scheme there's no place for them. someday we
                   9752:          can add third CORD to store origins and special version of parser
                   9753:          which stores origins there [separate binary]]
                   9754: 
                   9755: 2005-12-07  paf
                   9756: 
                   9757:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9758: 
                   9759:        * src/include/pa_version.h: makefiles
                   9760: 
                   9761:        * src/include/pa_version.h: . not beta
                   9762: 
                   9763:        * configure, configure.in, src/include/pa_version.h: not beta
                   9764: 
                   9765: 2005-12-06  paf
                   9766: 
                   9767:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9768:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9769:          decided to undo the change ^call[$void] passes void. now it will
                   9770:          pass empty string again.
                   9771: 
                   9772:        * src/main/: compile.tab.C, compile.y: . version readded
                   9773: 
                   9774:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9775:          = ^switch[void] problem
                   9776: 
                   9777: 2005-12-01  paf
                   9778: 
                   9779:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9780:          caused ^case[string] to be coerced to double since searching
                   9781:          value were not string (it was vvoid)
                   9782: 
                   9783:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9784:          ^case[string] to be coerced to double since searching value were
                   9785:          not string (it was vvoid)
                   9786: 
                   9787:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9788:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9789: 
                   9790: 2005-11-30  paf
                   9791: 
                   9792:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9793:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9794: 
                   9795:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9796:          putenv("TZ="), on unix works only putenv("TZ")
                   9797: 
                   9798:        * INSTALL: . xml libs versions updated
                   9799: 
                   9800:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9801:          claims that fixed a lot there // 20040920 for now both
                   9802:          workarounds needed. wait for new libxml/xsl versions
                   9803: 
                   9804: 2005-11-28  paf
                   9805: 
                   9806:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9807:          columns==0
                   9808: 
                   9809:        * src/classes/table.C: ! nameless table has columns==0
                   9810: 
                   9811:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9812:          earlier [was totally wrong]
                   9813: 
                   9814:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9815:          wrong]
                   9816: 
                   9817: 2005-11-25  paf
                   9818: 
                   9819:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9820:          undoing for now...
                   9821: 
                   9822:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9823:          strange. undoing
                   9824: 
                   9825:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9826: 
                   9827:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9828: 
                   9829:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9830:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9831:          this speeds things up and saves memory a LOT! (not noticed
                   9832:          negative effect on syntetic tests, future will tell...)
                   9833: 
                   9834:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9835:          changed gc_malloc implementation, which obscured profiling
                   9836: 
                   9837:        * src/classes/table.C: merged from HEAD: + optimized
                   9838:          table::load/sql, now row ArrayString-s allocated with
                   9839:          columns.count() elements and don't always grow from
                   9840:          count=3[realloc,realloc]
                   9841: 
                   9842:        * src/classes/table.C: + optimized table::load/sql, now row
                   9843:          ArrayString-s allocated with columns.count() elements and don't
                   9844:          always grow from count=3[realloc,realloc]
                   9845: 
                   9846:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9847:          buffer after save
                   9848: 
                   9849:        * src/classes/table.C: . ^table.save unused buffer after save
                   9850: 
                   9851: 2005-11-24  paf
                   9852: 
                   9853:        * configure.in: . merged glib2-config patch
                   9854: 
                   9855:        * configure.in: + trying to find glib2-config
                   9856: 
                   9857:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9858:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9859:          file/dir_readable to simple file/dir_exist, this would help in
                   9860:          situations "class not found because .p file has bad rights" << in
                   9861:          that case error would be explicit "access denied to 'this' file"
                   9862: 
1.116     moko     9863:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9864: 
                   9865:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9866:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9867:          to simple file/dir_exist, this would help in situations "class
                   9868:          not found because .p file has bad rights" << in that case error
                   9869:          would be explicit "access denied to 'this' file"
                   9870: 
                   9871:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9872:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9873:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9874:          ^file::exec/cgi[script;$.charset[changed]
                   9875:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9876:          encoded in $.charset charset
                   9877: 
                   9878:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9879:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9880:          encoded in $.charset charset
                   9881: 
                   9882:        * src/: include/Makefile.am, include/pa_common.h,
                   9883:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9884:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9885:          separate file [preparation for
                   9886:          ^file::cgi[script;$.form[$.field1[]
                   9887: 
                   9888: 2005-11-22  paf
                   9889: 
                   9890:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9891: 
                   9892:        * acinclude.m4, configure.in: . merged underquting fixes
                   9893: 
1.116     moko     9894:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9895: 
                   9896:        * src/classes/op.C: . overmerged a little
                   9897: 
                   9898:        * src/main/compile.tab.C: Makefile
                   9899: 
                   9900:        * src/main/: pa_common.C: . less gcc warnings
                   9901: 
                   9902:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9903:          now reports original exception if we have no old cache
                   9904: 
                   9905:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9906:          original exception if we have no old cache
                   9907: 
                   9908:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9909:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9910:          \^$.[]|()?*+{}
                   9911: 
                   9912:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9913:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9914: 
                   9915:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9916:          getenv-ed variable, which does not work both on win32&unix.
                   9917:          copied old TZ value now
                   9918: 
                   9919:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9920:          stored pointer to getenv-ed variable, which does not work both on
                   9921:          win32&unix. copied old TZ value now
                   9922: 
                   9923:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9924:          getenv-ed variable, which does not work both on win32&unix.
                   9925:          copied old TZ value now
                   9926: 
                   9927:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   9928:          access to internal hash
                   9929: 
                   9930:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   9931:          hash
                   9932: 
                   9933:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   9934:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9935:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9936:          very large block" messages to only important onces
                   9937: 
                   9938:        * src/targets/isapi/parser3isapi.C: +
                   9939:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9940:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9941:          very large block" messages to only important onces
                   9942: 
                   9943:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   9944:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9945: 
                   9946:        * src/classes/string.C: + removed limitation on
                   9947:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9948: 
                   9949:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   9950:          with ?params or $.form option" limitation
                   9951: 
                   9952:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   9953:          $.form option" limitation
                   9954: 
                   9955:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9956:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   9957:          ^file::base64[encoded] decode
                   9958: 
                   9959:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9960:          main/pa_common.C: + ^file.base64[] encode +
                   9961:          ^file::base64[encoded] decode
                   9962: 
                   9963:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   9964:          ^string:base64[encoded] decode
                   9965: 
                   9966:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   9967:          ^string:base64[in] encode + ^string.base64[] decode
                   9968: 
                   9969: 2005-11-21  paf
                   9970: 
                   9971:        * src/classes/file.C: + merged from HEAD:
                   9972:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9973: 
                   9974:        * src/classes/file.C: +
                   9975:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9976: 
                   9977:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   9978:          differes from :download, it does not return content-disposition
                   9979:          at all now [previusely it returned valueless content-disposition]
                   9980: 
                   9981:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   9982:          :download, it does not return content-disposition at all now
                   9983:          [previusely it returned valueless content-disposition]
                   9984: 
                   9985:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   9986:          literals, reverted to just vvod, recreating empty array with each
                   9987:          void_value token. that's absolutely needed, since that array
                   9988:          grows
                   9989: 
                   9990:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9991:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9992:          types/pa_vmethod_frame.h: + merged: expression literals:
                   9993:          true/false. ^format[$.indent(true)]
                   9994: 
                   9995:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9996:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9997:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   9998:          ^format[$.indent(true)]
                   9999: 
                   10000:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10001:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10002:          i386-pc-win32)"
                   10003: 
                   10004:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10005:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10006:          i386-pc-win32)"
                   10007: 
                   10008: 2005-11-18  paf
                   10009: 
                   10010:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10011:          null}[$.default(123)] will now return default value
                   10012: 
                   10013:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10014:          expiration time
                   10015: 
                   10016:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10017:          time
                   10018: 
                   10019:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10020:          failed << Exception.problem_source pointed to local var!
                   10021: 
                   10022:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10023:          Exception.problem_source pointed to local var!
                   10024: 
                   10025:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10026:          now loads VFile.ptr!=0, so such files can be saved now
                   10027: 
                   10028:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10029:          loads VFile.ptr!=0, so such files can be saved now
                   10030: 
                   10031:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10032:          only . and .. now removed from list [were removed all .*]
                   10033: 
                   10034:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10035:          .. now removed from list [were removed all .*]
                   10036: 
                   10037:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10038:          open error now checked, were not :( [stole that piece from apache
                   10039:          1.3 sources]
                   10040: 
                   10041:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10042:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10043: 
                   10044:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10045:          untainting of @main result if returned by $result or
                   10046:          $response:body
                   10047: 
                   10048:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10049:          result if returned by $result or $response:body
                   10050: 
                   10051:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10052:          issue: now tries to guess content-length and allocates one big
                   10053:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10054:          leaving lots of holes behind]
                   10055: 
                   10056:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10057:          fixed file load memory issue: now tries to guess content-length
                   10058:          and allocates one big piece if possible [regretfully gc_realloc
                   10059:          works as malloc+free, leaving lots of holes behind]
                   10060: 
                   10061: 2005-11-16  paf
                   10062: 
                   10063:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10064:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10065:          table::save with enclosers now doubles them: "->"" !
                   10066:          table::save/load do not remove elements from options hash
                   10067: 
                   10068:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10069:          [were overoptimized ^if(double_literal), compiler confused
                   10070:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10071: 
                   10072:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10073:          [were overoptimized ^if(double_literal), compiler confused
                   10074:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10075: 
                   10076:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10077:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10078:          "->"" ! table::save/load do not remove elements from options hash
                   10079: 
                   10080: 2005-11-03  paf
                   10081: 
1.116     moko     10082:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10083:          compilation, not all makefiles liked that
1.95      moko     10084: 
                   10085: 2005-08-30  paf
                   10086: 
                   10087:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10088: 
                   10089:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10090: 
                   10091: 2005-08-26  paf
                   10092: 
                   10093:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10094: 
                   10095:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10096: 
                   10097:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10098:          complains about bad!=nameless
                   10099: 
                   10100:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10101:          about bad!=nameless
                   10102: 
                   10103:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10104:          optional options were allowed to be empty. were checked
                   10105:          if(is_string), changed to !defined||is_string to allow void
                   10106: 
                   10107:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10108:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10109:          options were allowed to be empty. were checked if(is_string),
                   10110:          changed to !defined||is_string to allow void
                   10111: 
                   10112:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   10113:          as_junction where they needed as_int/double, so failed with
                   10114:          recent "(const) now no junction" optimization
                   10115: 
                   10116:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   10117:          merged ! many classes/*  used as_junction where they needed
                   10118:          as_int/double, so failed with recent "(const) now no junction"
                   10119:          optimization
                   10120: 
                   10121:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   10122:          classes/op.C, classes/string.C, classes/table.C,
                   10123:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   10124:          used as_junction where they needed as_int/double, so failed with
                   10125:          recent "(const) now no junction" optimization
                   10126: 
                   10127: 2005-08-24  paf
                   10128: 
                   10129:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   10130:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   10131:          stripped it
                   10132: 
                   10133: 2005-08-09  paf
                   10134: 
                   10135:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10136:          not cleared
                   10137: 
                   10138:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10139:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10140:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10141:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10142:          classes/response.C, classes/string.C, classes/table.C,
                   10143:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10144:          include/pa_array.h, include/pa_cache_managers.h,
                   10145:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10146:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10147:          include/pa_dictionary.h, include/pa_dir.h,
                   10148:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10149:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10150:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10151:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10152:          include/pa_sapi.h, include/pa_socks.h,
                   10153:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10154:          include/pa_stack.h, include/pa_string.h,
                   10155:          include/pa_stylesheet_connection.h,
                   10156:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10157:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10158:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10159:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10160:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10161:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   10162:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   10163:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10164:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   10165:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   10166:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   10167:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10168:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10169:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10170:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10171:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10172:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10173:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   10174:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   10175:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10176:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10177:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   10178:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   10179:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   10180:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10181:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   10182:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   10183:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   10184:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10185:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10186:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10187:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10188:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10189:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10190:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10191:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10192:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10193:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   10194: 
                   10195:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10196:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   10197:          speedup consequent checks in vmethod_frame
                   10198: 
                   10199:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10200:          not cleared
                   10201: 
                   10202:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   10203:          params: 50 max (were 10)
                   10204: 
                   10205:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   10206:          params: 50 max (were 10)
                   10207: 
                   10208:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10209:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   10210:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   10211:          empty string) ! simplified (double) speedup consequent checks in
                   10212:          vmethod_frame
                   10213: 
                   10214:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   10215:          optimized constants in expressions vstring->vdouble + optimized
                   10216:          ^call(vdouble), no junction creation, no calls later
                   10217: 
                   10218: 2005-08-08  paf
                   10219: 
                   10220:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   10221:          integrated
                   10222: 
                   10223:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   10224:          integrated
                   10225: 
                   10226:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   10227:          compile_tools.h: merged + optimized constants in expressions
                   10228:          vstring->vdouble + optimized ^call(vdouble), no junction
                   10229:          creation, no calls later
                   10230: 
                   10231:        * src/types/pa_vdouble.h: merged . double values without fractional
                   10232:          part now default printed as %.0f instead of %g
                   10233: 
                   10234:        * src/types/pa_vdouble.h: . double values without fractional part
                   10235:          now default printed as %.0f instead of %g
                   10236: 
                   10237:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   10238:          cause an exception
                   10239: 
                   10240:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   10241:          exception
                   10242: 
                   10243:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   10244:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10245:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10246:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10247:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   10248:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10249:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10250:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10251:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10252:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10253:          merged VJunction(new Junction) optimization from 3.1.4
                   10254: 
                   10255:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   10256:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   10257:          Junction(params)) to new VJunction(params), thousands of mallocs
                   10258:          removed
                   10259: 
                   10260: 2005-08-05  paf
                   10261: 
                   10262:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   10263:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   10264:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   10265:          creation, no calls later
                   10266: 
                   10267:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10268:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10269:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10270:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10271:          classes/response.C, classes/string.C, classes/table.C,
                   10272:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10273:          include/pa_array.h, include/pa_cache_managers.h,
                   10274:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10275:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10276:          include/pa_dictionary.h, include/pa_dir.h,
                   10277:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10278:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10279:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10280:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10281:          include/pa_sapi.h, include/pa_socks.h,
                   10282:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10283:          include/pa_stack.h, include/pa_string.h,
                   10284:          include/pa_stylesheet_connection.h,
                   10285:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10286:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10287:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10288:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10289:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10290:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   10291:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10292:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   10293:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   10294:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   10295:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   10296:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   10297:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10298:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10299:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10300:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10301:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10302:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10303:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10304:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10305:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   10306:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   10307:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   10308:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   10309:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10310:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10311:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   10312:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10313:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10314:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10315:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10316:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10317:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10318:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10319:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10320:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10321:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   10322: 
                   10323:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   10324:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   10325:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   10326:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   10327:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   10328:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   10329:          optimized constants in expressions vstring->vdouble
                   10330: 
                   10331: 2005-07-29  paf
                   10332: 
                   10333:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   10334: 
                   10335:        * src/types/pa_vclass.C: + property getter can now be overridden
                   10336: 
                   10337:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   10338:          bug fix: static parent fields were not replaced in case
                   10339:          $derived:field[put] + property setter can now be overridden
                   10340: 
                   10341: 2005-07-28  paf
                   10342: 
                   10343:        * configure, configure.in, src/classes/classes.h,
                   10344:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10345:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10346:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10347:          src/classes/xnode.h, src/include/pa_hash.h,
                   10348:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10349:          src/types/Makefile.am, src/types/pa_method.h,
                   10350:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10351:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10352:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10353:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10354:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10355:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10356:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10357:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10358:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10359:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10360:          src/types/pa_vstateless_class.h,
1.95      moko     10361:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10362:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10363:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10364:          dynamic_fields_join
                   10365: 
                   10366:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10367:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10368:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10369:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10370:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10371:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10372:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10373:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10374:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10375:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10376:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10377:          restored its checks in vobject.put_element->static fields |
                   10378:          dynamic properties
                   10379: 
                   10380: 2005-07-27  paf
                   10381: 
                   10382:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10383:          is some old code containing @set_name $name
                   10384: 
                   10385:        * src/types/pa_vobject.h: . fixed warning
                   10386: 
                   10387:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10388:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10389: 
                   10390:        * src/: classes/xnode.C, include/pa_hash.h,
                   10391:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10392:          regretfully reverted them all to checks
                   10393: 
                   10394:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10395:          classes/op.C, main/execute.C, types/pa_method.h,
                   10396:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10397:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10398:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10399:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10400:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10401:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10402:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10403:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10404:          joined_dynamic_fields: removed unused param from put_method
                   10405:          (returned to 3 params)
                   10406: 
                   10407:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10408:          joined_dynamic_fields: dynamic get/set works with overriding
                   10409:          props [alpha2]
                   10410: 
                   10411:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10412:          works [alfa]
                   10413: 
                   10414:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10415:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10416:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10417:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10418:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10419:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10420:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10421:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10422:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10423:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10424:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10425:          joined_dynamic_fields: just compiled
                   10426: 
                   10427:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10428:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10429:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10430:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10431:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10432: 
                   10433:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10434:          work yet]
                   10435: 
                   10436:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10437:          object setters [only started, does not work yet]
                   10438: 
                   10439: 2005-07-26  paf
                   10440: 
                   10441:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10442:          works [alpha2]. for classes. todo: for objects
                   10443: 
                   10444:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10445:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10446:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10447:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10448:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10449:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10450:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10451:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10452:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10453:          properties: set works [alpha1]
                   10454: 
                   10455: 2005-07-25  paf
                   10456: 
                   10457:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10458:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10459:          properties: started, get works [alpha1, other approach]
                   10460: 
                   10461:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10462:          properties: started, get works [alpha2]
                   10463: 
                   10464:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10465:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10466: 
                   10467: 2005-07-15  paf
                   10468: 
                   10469:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10470:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10471:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10472:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10473:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10474:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10475:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10476:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10477:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10478:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10479:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10480:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10481:          [getters work but think of changing them too to precaching]
                   10482: 
                   10483: 2005-07-08  paf
                   10484: 
                   10485:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10486:          gpf
                   10487: 
                   10488: 2005-06-28  paf
                   10489: 
                   10490:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10491:          in passing empty strings to file::exec/cgi environment
                   10492: 
                   10493: 2005-06-06  paf
                   10494: 
                   10495:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10496:          ^table:sql ^hash:sql now DO process $.bind option
                   10497: 
                   10498: 2005-05-24  paf
                   10499: 
                   10500:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10501:          $.limit] now work again [support was broken in 3.1.4]
                   10502: 
                   10503:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10504:          ALL_INTERIOR_POINTERS
                   10505: 
                   10506: 2005-05-12  paf
                   10507: 
                   10508:        * configure: 3.1.5beta
                   10509: 
                   10510:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10511: 
                   10512:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10513:          $.limit] now work again [support was broken in 3.1.4]
                   10514: 
                   10515:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10516:          line-width  [was refusing to fill if line-width >1, thanks to
                   10517:          Seras <seras@pinxit.lt> for repro case
                   10518: 
                   10519: 2005-04-25  paf
                   10520: 
                   10521:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10522:          correctly
                   10523: 
                   10524: 2005-04-19  paf
                   10525: 
                   10526:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10527:          in VString violating invariant!!
                   10528: 
                   10529:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10530:          getenv("TZ")==null
                   10531: 
                   10532: 2005-04-08  paf
                   10533: 
                   10534:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10535:          bugfix: when there is no char in charset one byte produces 6
                   10536:          (&#255; <<max). increased buffer size!
                   10537: 
                   10538: 2005-03-23  paf
                   10539: 
                   10540:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10541:          ^date.sql-string now takes TZ into account
                   10542: 
                   10543: 2005-03-16  paf
                   10544: 
                   10545:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10546:          gcc 3.4
                   10547: 
                   10548:        * src/types/pa_vhash.C: . warning about eof eol
                   10549: 
                   10550: 2005-02-17  paf
                   10551: 
                   10552:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10553:          seconds)
                   10554: 
                   10555: 2005-02-02  paf
                   10556: 
                   10557:        * src/classes/xnode.C: beauty: removed needless includes
                   10558: 
                   10559: 2005-01-31  paf
                   10560: 
                   10561:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10562:          $.partNoNumber now alias to $.part1
                   10563: 
                   10564:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10565:          "content-disposition" header with any value? now considering that
                   10566:          part to be "file#" [for text/plain text/html were $.text#
                   10567:          $.html#]
                   10568: 
                   10569:        * INSTALL: updatet to latest working versions available
                   10570: 
                   10571: 2005-01-20  paf
                   10572: 
                   10573:        * configure.in, src/include/pa_version.h: version
                   10574: 
                   10575: 2005-01-19  paf
                   10576: 
1.116     moko     10577:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10578:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10579:          couple warnings in parser3.C
1.95      moko     10580: 
                   10581: 2004-12-23  paf
                   10582: 
                   10583:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10584: 
                   10585:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10586:          dir to directory of script (when shbang used), not to directory
                   10587:          of its interpreter
                   10588: 
                   10589:        * src/include/pa_version.h: compiled on win32...
                   10590: 
                   10591:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10592:          we need more hspace
                   10593: 
                   10594:        * configure, configure.in, src/include/pa_version.h: configured
                   10595:          host to pa_version. will be displayed everywhere
                   10596: 
                   10597:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10598:          exception from being logged by setting $exception.handled(1)
                   10599: 
                   10600:        * operators.txt, src/classes/file.C: change:
                   10601:          ^file::sql{query}[[options]] options: $.name[file name]
                   10602:          $.content-type[application/what]
                   10603: 
                   10604:        * src/: include/pa_common.h, main/pa_common.C,
                   10605:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10606:          new file
                   10607: 
                   10608:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10609:          bugfix: table->hash now regards _default
                   10610: 
                   10611:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10612:          created by accessing $name_of_method it acquired bad self=closest
                   10613:          methodframe; instead of proper self (current class)
                   10614: 
                   10615:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10616:          hashfile produced bad cord
                   10617: 
                   10618: 2004-12-10  paf
                   10619: 
                   10620:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10621:          subsequent failures though defined in .h
                   10622: 
                   10623:        * src/main/pa_common.C: comment on volatile
                   10624: 
                   10625:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10626:          alarm function were not used since the beginning due to stupid
                   10627:          error [setsigjmp were not checked in configure.in]
                   10628: 
                   10629:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10630:          unix too
                   10631: 
                   10632:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10633:          change to most probable http.timeout
                   10634: 
                   10635:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10636:          works [setsockopt on send/receive]
                   10637: 
                   10638: 2004-12-08  paf
                   10639: 
                   10640:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10641:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10642:          proper charset
                   10643: 
                   10644: 2004-11-24  paf
                   10645: 
                   10646:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10647: 
                   10648:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10649:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10650: 
                   10651: 2004-11-12  paf
                   10652: 
                   10653:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10654:          [since 3.0.4]
                   10655: 
                   10656: 2004-11-09  paf
                   10657: 
                   10658:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10659:          writes basics to c:\parser3.log
                   10660: 
                   10661: 2004-10-21  paf
                   10662: 
                   10663:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10664:          tainted strings [were returning clean onces]
                   10665: 
                   10666: 2004-10-15  paf
                   10667: 
                   10668:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10669:          cycles(i=1; i=2), which was wrong, now does ONE
                   10670: 
                   10671: 2004-10-12  paf
                   10672: 
                   10673:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10674: 
                   10675: 2004-10-07  paf
                   10676: 
                   10677:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10678:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10679:          release asserts
                   10680: 
                   10681:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10682:          String.dump() to stdout in detailed form  [were String.v() in
                   10683:          short form]
                   10684: 
                   10685:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10686:          \t\r\n as @#| and truncates long char sequences less
                   10687: 
                   10688: 2004-10-06  paf
                   10689: 
                   10690:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10691:          win32 beauty: socket errors properly decoded
                   10692: 
                   10693: 2004-10-05  paf
                   10694: 
                   10695:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10696:          request::configure_user/admin done always, even if no
                   10697:          file-to-process useful in @unhandled_exception [say, if they
                   10698:          would want to mail by SMTP something]
                   10699: 
                   10700:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10701:          now performed prior to file loading [and @auto executing] thus
                   10702:          making $cookie:value available in @auto and in
                   10703:          @unhandled_exception when IIS is configured to run interpreter
                   10704:          even if no file exist
                   10705: 
                   10706: 2004-09-20  paf
                   10707: 
                   10708:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10709:          somewhere where it should have called xmlMalloc and it calls
                   10710:          xmlFree when it should have not called it.  inserted two
                   10711:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10712:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10713:          author would fix all that.  until that day: we have SLOW garbage
                   10714:          collecting when many xml objects are alive hint: do
                   10715:          ^memory:compact[] before xdoc::create
                   10716: 
                   10717: 2004-09-17  paf
                   10718: 
                   10719:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10720:          error from 3.0.8 version]
                   10721: 
                   10722: 2004-09-14  paf
                   10723: 
                   10724:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10725:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10726:          modified inside
                   10727: 
                   10728: 2004-09-13  paf
                   10729: 
                   10730:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10731:          [were as octal]
                   10732: 
                   10733:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10734:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10735:          safety-check
                   10736: 
                   10737:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10738:          [not something obscure from sdbm lib]
                   10739: 
                   10740:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10741:          = strerror now returnes something and we can properly report that
                   10742:          to client
                   10743: 
                   10744:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10745:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10746: 
                   10747:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10748:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10749:          not be unnecessary optimized away [ruining javascript]
                   10750: 
                   10751:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10752:          [tainted as-is]
                   10753: 
                   10754:        * src/classes/mail.C: bugfix: typo error
                   10755: 
                   10756: 2004-09-09  paf
                   10757: 
                   10758:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10759:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10760:          (bloody yandex.server)
                   10761: 
                   10762: 2004-09-06  paf
                   10763: 
                   10764:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10765:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10766:          encoded
                   10767: 
                   10768: 2004-09-01  paf
                   10769: 
                   10770:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10771:          multipart/related outlook express have no problems showing
                   10772:          unrelated attachments.  todo: someday figure out a way of
                   10773:          multipart/mixed    multipart/related       text/html
                   10774:          image/xxx application/octet-stream << true attachments
                   10775: 
                   10776:        * src/types/pa_vmail.C: new:
                   10777:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10778:          empty mail header fields removed from letter
                   10779: 
                   10780:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10781:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10782:          ^mail:send[    $.file[       $.any[header]
                   10783: 
                   10784: 2004-08-30  paf
                   10785: 
                   10786:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10787:          warnings
                   10788: 
                   10789:        * src/main/pa_common.C: beauty: do not bother with charset
                   10790:          detection when ^file::load[binary
                   10791: 
                   10792: 2004-08-27  paf
                   10793: 
                   10794:        * src/main/pa_common.C: hack: for yandex.server http server
                   10795: 
                   10796: 2004-08-18  paf
                   10797: 
                   10798:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10799:          possibly-chunked response
                   10800: 
                   10801: 2004-08-17  paf
                   10802: 
                   10803:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10804:          $f.content-type now = that of http response
                   10805: 
                   10806:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10807:          $f.content-type now = that of http response
                   10808: 
                   10809: 2004-07-30  paf
                   10810: 
                   10811:        * src/: include/pa_request.h, main/pa_request.C,
                   10812:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10813:          win32: system&parser exceptions in release mode reported properly
                   10814:          parser exception in exception handler WERE mistakenly reported as
                   10815:          system exception, without details [in apache & isapi] +some
                   10816:          beauty in exception text
                   10817: 
                   10818:        * src/: include/pa_exception.h, main/pa_request.C,
                   10819:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10820:          release mode reported properly parser exception in exception
                   10821:          handler WERE mistakenly reported as system exception, without
                   10822:          details
                   10823: 
                   10824:        * src/main/execute.C: beauty: simplified system exception handling
                   10825: 
                   10826: 2004-07-29  paf
                   10827: 
                   10828:        * src/classes/table.C: bugfix:
                   10829:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10830:          were ignored, and \t used unconditionally]
                   10831: 
                   10832:        * src/types/Makefile.am: added vhash.c
                   10833: 
                   10834: 2004-07-28  paf
                   10835: 
                   10836:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10837:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10838:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10839:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10840:          failed on russian letters
                   10841: 
                   10842:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10843:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10844:          letters
                   10845: 
                   10846:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10847:          as 'currentDirectory' parameter to CreateProcess
                   10848: 
                   10849: 2004-07-27  paf
                   10850: 
                   10851:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10852:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10853:          from release somewhere [to help searching for unhandled system
                   10854:          exceptions]
                   10855: 
                   10856:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10857:          TZ shift
                   10858: 
                   10859:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10860:          but also in ctor
                   10861: 
                   10862: 2004-07-26  paf
                   10863: 
                   10864:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10865:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10866:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10867:          src/types/types.vcproj: new: $response:body/download[
                   10868:          $.file[name on disk]    $.name[of file for user]
                   10869:          $.mdate[date of last-modified. default from directory] ]
                   10870: 
                   10871:        * src/classes/file.C: moving file:send somewhere else..
                   10872: 
                   10873:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10874:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10875:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10876:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10877: 
                   10878:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10879: 
                   10880: 2004-07-21  paf
                   10881: 
                   10882:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10883:          to several lines
                   10884: 
                   10885:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10886: 
                   10887:          note: ms outlook[!express] shows only first 255 characters of
                   10888:          subject
                   10889: 
                   10890: 2004-07-15  paf
                   10891: 
                   10892:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10893:          off]
                   10894: 
                   10895: 2004-07-14  paf
                   10896: 
                   10897:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10898:          according to lang  [were: as-is]
                   10899: 
                   10900: 2004-07-07  paf
                   10901: 
                   10902:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10903:          checked that
                   10904: 
                   10905:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10906:          now untainted according to their languages.  were: as-is.
                   10907:          EVERYWHERE
                   10908: 
                   10909:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10910:          environment string now untainted according to their languages.
                   10911:          were: as-is. EVERYWHERE
                   10912: 
                   10913:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10914:          untainted according to their languages.  were: as-is. on win32:
                   10915:          ok
                   10916: 
                   10917:        * parser3.vssscc: ...would not go unnoticed
                   10918: 
                   10919:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10920:          fails. in case on input appears nonutf, those bytes will be
                   10921:          printed in %HH form. that can be easily decoded/recovered.
                   10922: 
                   10923:          this form is quite noticable, and hopefully would not go noticed
                   10924: 
                   10925: 2004-07-06  paf
                   10926: 
                   10927:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10928:          untainted according to their languages.  were: as-is. on win32:
                   10929:          ok
                   10930: 
                   10931: 2004-07-01  paf
                   10932: 
                   10933:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   10934:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   10935:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   10936:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   10937:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   10938:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   10939:          option: global optimization ON
                   10940: 
                   10941:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   10942:          to do xdoc::create{invalid chars} standard disables chars less
                   10943:          then \x20, except tab, cr, lf.
                   10944: 
                   10945:          changed tainting so that those become '!'
                   10946: 
                   10947: 2004-06-25  paf
                   10948: 
                   10949:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10950:          int on odd address [prev bugfix failed due to superwize
                   10951:          optimizer, which turned memcpy into same 'ld' asm command]
                   10952: 
                   10953:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10954:          int on odd address
                   10955: 
                   10956: 2004-06-22  paf
                   10957: 
                   10958:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   10959: 
                   10960:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   10961:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10962:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   10963:          paf(:a)}[                $.bind[                         $.a[2]
                   10964:                 ]       ] output variables work.  todo: check in out
                   10965:          variables
                   10966: 
                   10967: 2004-06-18  paf
                   10968: 
                   10969:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   10970:          classes/table.C, classes/void.C, include/pa_globals.h,
                   10971:          include/pa_sql_connection.h, main/compile.tab.C,
                   10972:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   10973:                      $.bind[                         $.a[2]          ]
                   10974:          ] input variables work.  todo:output
                   10975: 
                   10976:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   10977:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   10978:          /_bug.html?404;http://hpsv/test/
                   10979:          --------------------------------------------------------------------------------
                   10980:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   10981:          --------------------------------------------------------------------------------
                   10982:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   10983: 
                   10984: 2004-06-16  paf
                   10985: 
                   10986:        * src/targets/cgi/parser3.C: new: iis specific
                   10987:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   10988:          $request:query
                   10989:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   10990:          $form:fields IIS-STATUS="404"
                   10991:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   10992: 
                   10993:          todo: isapi too
                   10994: 
                   10995: 2004-05-26  paf
                   10996: 
                   10997:        * src/include/pa_version.h: 3.1.3
                   10998: 
                   10999:        * operators.txt: beauty: removed outdated level 'table'
                   11000: 
                   11001:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11002: 
                   11003:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11004: 
                   11005:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11006:          classes/op.C: beauty: removed outdated level 'table'
                   11007: 
                   11008: 2004-05-25  paf
                   11009: 
                   11010:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11011:          implementation. mistery: how anything worked
                   11012: 
                   11013:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11014:          changed, it is now safe to use url if pointers to it are stored
                   11015:          to gc mem
                   11016: 
                   11017:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11018:          unknown errors reported and not cause SIGSEGV now
                   11019: 
                   11020: 2004-05-24  paf
                   11021: 
                   11022:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11023:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11024:          less memory: CORD_chars_block originally intended to ...  it was
                   11025:          good that CORD_chars_block were not used: it consumes more memory
                   11026:          [and, might be slow too] undoing that. [and removed that func so
                   11027:          that it would not confuse parser developer in future]
                   11028: 
                   11029:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11030:          less memory: CORD_chars_block originally intended to
                   11031:          speedup/reduce mem usage were forgotten, and were used stupid
                   11032:          CORD_chars
                   11033: 
                   11034:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11035: 
                   11036:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11037:          BIGENDIAN processors space-conserving mech failed, causing
                   11038:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11039:          (1|2|3));
                   11040: 
                   11041: 2004-05-14  paf
                   11042: 
                   11043:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11044:          bugfix: void now has vfile value, and $response:body[] works OK
                   11045: 
                   11046: 2004-05-12  paf
                   11047: 
                   11048:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11049:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11050:          sources to use is_defined() {return as_bool();} along VBool
                   11051: 
                   11052: 2004-05-11  paf
                   11053: 
                   11054:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11055:          referencing to local objects
                   11056: 
                   11057:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11058:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11059:          left intact
                   11060: 
                   11061: 2004-04-15  paf
                   11062: 
                   11063:        * src/classes/date.C: merged: beauty: unused var removed
                   11064: 
                   11065:        * src/classes/date.C: beauty: unused var removed
                   11066: 
                   11067:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11068:          provoked bug
                   11069: 
                   11070: 2004-04-09  paf
                   11071: 
                   11072:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11073: 
                   11074:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11075: 
                   11076: 2004-04-08  paf
                   11077: 
                   11078:        * src/classes/date.C: new: ^date::create[y-m-d
                   11079:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11080: 
                   11081:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11082: 
                   11083:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11084:          to consult default catalog [usually, that file belongs to other
                   11085:          user/group]
                   11086: 
                   11087: 2004-04-06  paf
                   11088: 
                   11089:        * src/main/pa_common.C: beauty: gcc warning removed
                   11090: 
                   11091:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11092:          accept that trick, trying other
                   11093: 
                   11094:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11095:          explicit result problem
                   11096: 
                   11097:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11098:          explicit result problem
                   11099: 
                   11100:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11101:          explicit result problem
                   11102: 
                   11103:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11104: 
                   11105:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11106:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11107:          failed
                   11108: 
                   11109:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11110:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11111:          gethostbyname failed with such 'domains'] now checked properly,
                   11112:          were: needless reverse/forward dns lookup
                   11113: 
                   11114:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11115:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11116:          gethostbyname failed with such 'domains'] now checked properly,
                   11117:          were: needless reverse/forward dns lookup
                   11118: 
                   11119:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   11120:          @method[][result] means "no string output here" moved to lexical
                   11121:          level [on grammar level it were too difficult]
                   11122: 
                   11123:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   11124:          src/main/compile.y, src/main/compile_tools.h,
                   11125:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   11126:          @method[][result] means "no string output here", implemented part
                   11127:          of that idea: compiler throws away string literal generation
                   11128:          code. and barks nonwhitespace chars
                   11129: 
                   11130:        * operators.txt: truth: removed comment about $ORIGIN
                   11131: 
                   11132: 2004-04-05  paf
                   11133: 
                   11134:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   11135:          src/include/pa_version.h, src/main/pa_common.C,
                   11136:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   11137: 
                   11138:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   11139:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   11140: 
                   11141:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   11142: 
                   11143:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   11144:          interfered with FAR console
                   11145: 
                   11146:        * configure, configure.in: 3.1.3
                   11147: 
                   11148:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   11149: 
                   11150:        * src/main/pa_common.C: removed warning
                   11151: 
                   11152:        * src/include/pa_version.h: 3.1.3
                   11153: 
                   11154: 2004-04-02  paf
                   11155: 
                   11156:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   11157: 
                   11158:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   11159:          allows to specify where to put parser log file
                   11160: 
                   11161: 2004-04-01  paf
                   11162: 
                   11163:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   11164:          without tab and enter were ignored
                   11165: 
                   11166:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   11167:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   11168:          main/pa_socks.C, targets/cgi/parser3.C,
                   11169:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   11170:          bugfix: sql connections now are disconnected
                   11171: 
                   11172: 2004-03-30  paf
                   11173: 
                   11174:        * src/classes/table.C: bugfix: table::load last line without tab
                   11175:          and enter were ignored
                   11176: 
                   11177:        * src/classes/table.C: bufix: if last table lines were commented,
                   11178:          gpfed
                   11179: 
                   11180:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   11181:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   11182:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   11183:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   11184:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   11185:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   11186:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   11187:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   11188:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   11189: 
                   11190: 2004-03-29  paf
                   11191: 
                   11192:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   11193:          causes gpf
                   11194: 
                   11195:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   11196:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   11197:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   11198:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   11199:          value.dox: translated to english
                   11200: 
                   11201: 2004-03-25  paf
                   11202: 
                   11203:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   11204:          parser3project dependency removed
                   11205: 
                   11206:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   11207:          bugfix: refused to compile without xml
                   11208: 
                   11209:        * src/types/pa_vform.C: beauty: removed warning
                   11210: 
                   11211:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   11212:          any folder [removed last ;) folder dependency]
                   11213: 
                   11214:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   11215:          folder [removed last ;) folder dependency]
                   11216: 
                   11217:        * src/include/pa_version.h: release
                   11218: 
                   11219:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   11220: 
                   11221:        * src/classes/table.C: beauty: comment& more meaningful error
                   11222:          message
                   11223: 
                   11224:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   11225:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   11226:          thing]
                   11227: 
                   11228: 2004-03-23  paf
                   11229: 
                   11230:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   11231:          and http status line parsing checked number of columns in table
                   11232:          [user reported an assert]
                   11233: 
                   11234:        * operators.txt: example: on hashfile
                   11235: 
                   11236:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   11237:          bugfix: junction reattach now actually reattaches a junction to
                   11238:          new wcontext [were only assigning it to junction, which caused
                   11239:          junction tracking to loose junction, and it's context were not
                   11240:          killed, and it tried to process in invalid context, gpf]
                   11241: 
                   11242:        * src/targets/cgi/parser3.C: debug helper added
                   11243: 
                   11244: 2004-03-19  paf
                   11245: 
                   11246:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   11247:          "type(type)" in braces
                   11248: 
                   11249: 2004-03-10  paf
                   11250: 
                   11251:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   11252:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11253:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   11254:          solution to search-in-namespaces problem:
                   11255:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   11256:          $nodes[^xdoc.select[//x:second]]
                   11257: 
                   11258:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   11259:          expression][[NAMESPACES HASH]] allows to search for info in
                   11260:          namespaces
                   11261: 
                   11262:          $nodes[^xdoc.select[//x:second][
                   11263:          $.x[http://pif.design.ru/] ]]
                   11264: 
                   11265: 2004-03-09  paf
                   11266: 
                   11267:        * operators.txt, src/main/pa_common.C: new:
                   11268:          ^file::load[...][options]         $.form[
                   11269:          !$.field1[string]
                   11270:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   11271:               ]         !$.body[string]
                   11272: 
                   11273:          GET ?here notGET(POST, HEAD, others) in content-type:
                   11274:          application/x-www-form-urlencoded
                   11275: 
                   11276:          todo: upload files ability
                   11277: 
                   11278:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   11279:          properly, done
                   11280: 
                   11281: 2004-03-05  paf
                   11282: 
                   11283:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   11284:          GET/POST $.form[$.fields started, not tested yet
                   11285:          todo:$.field[table] for multiple values
                   11286: 
                   11287:        * operators.txt: new: http:// options $.user $.password basic
                   11288:          authorization
                   11289: 
                   11290:        * src/main/pa_common.C: beauty: link to rtf added
                   11291: 
                   11292:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   11293:          new: http:// options $.user $.password basic authorization
                   11294: 
                   11295:        * src/main/pa_common.C: beauty: removed needless vars
                   11296: 
                   11297:        * operators.txt: new: pgsql option [like that recently added to
                   11298:          oracle driver]             ClientCharset=parser-charset <<
                   11299:          charset in which parser thinks client works
                   11300: 
                   11301:        * operators.txt: new: odbc option [like that recently added to
                   11302:          oracle driver]             ClientCharset=parser-charset <<
                   11303:          charset in which parser thinks client works
                   11304: 
                   11305:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   11306: 
                   11307:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   11308:          char!
                   11309: 
                   11310:        * etc/parser3.charsets/windows-1251.cfg: typo
                   11311: 
                   11312: 2004-03-04  paf
                   11313: 
                   11314:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   11315:          cached, sql transcoding now goes faster
                   11316: 
                   11317:        * operators.txt: new: mysql option [like that recently added to
                   11318:          oracle driver]             ClientCharset=parser-charset <<
                   11319:          charset in which parser thinks client works
                   11320: 
                   11321:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   11322:          typo error
                   11323: 
                   11324:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   11325:          chars commented
                   11326: 
                   11327: 2004-03-03  paf
                   11328: 
                   11329:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   11330:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   11331: 
                   11332: 2004-03-02  paf
                   11333: 
                   11334:        * operators.txt: new[update typo]:     !^void.left(n)
                   11335:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   11336:                nothing
                   11337: 
                   11338:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   11339:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   11340:                nothing
                   11341: 
                   11342:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11343:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11344:          row with columns:   first: data   second: file name   third:
                   11345:          content-type
                   11346: 
                   11347:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11348:          ^connect gets properly escaped string, which can be passed to
                   11349:          request now this for mysql only. it's up to parser sql driver to
                   11350:          fix zeros properly
                   11351: 
                   11352:        * INSTALL: note: added on building apache with this option:
                   11353:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11354: 
                   11355: 2004-03-01  paf
                   11356: 
                   11357:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11358:          extension memory:compact befor processingrequest
                   11359: 
                   11360:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11361:          call sole column of result
                   11362: 
                   11363:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11364:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11365:          pixel color
                   11366: 
                   11367:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11368:          beauty: image -- less checks [were ugly impl]
                   11369: 
                   11370:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11371:          negative values now considered bad
                   11372: 
                   11373:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11374: 
                   11375:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11376:          options now have unified defaults [after transform
                   11377:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11378:          meant 'true']
                   11379: 
                   11380:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11381:          added [on some platforms gethostbyname failed with such
                   11382:          'domains']
                   11383: 
                   11384:        * src/include/pa_config_auto.h.in: no select check, no define
                   11385: 
                   11386:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11387:          be empty-strings, meaning kind=both chars=whitespaces
                   11388: 
                   11389:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11390:          exist
                   11391: 
                   11392:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11393:          exception if it is
                   11394: 
                   11395:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11396:          whitespaces [start|both|end] << kind, whitespaces
                   11397:          [start|both|end;chars]  full
                   11398: 
                   11399: 2004-02-27  paf
                   11400: 
                   11401:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11402:          method: ^string.trim[start|both|end[;chars]]        default
                   11403:          'chars' -- whitespace chars finished
                   11404: 
                   11405:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11406:          src/main/pa_string.C: new method:
                   11407:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11408:          whitespace chars   started, only start works
                   11409: 
                   11410:        * src/main/compile.C: bugfix: line numbers after
                   11411:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11412:          signed
                   11413: 
                   11414:        * src/main/untaint.C: speed: there's no \n chars in output
                   11415:          [normally], so no need to optimize them they could be retrived
                   11416:          from databases, though. but 1. should be replaced 2. if not
                   11417:          optimized, no harm done
                   11418: 
                   11419:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11420:          ^file::exec/cgi could return invalid status & zombie child can
                   11421:          remain for short period until process exists [very bad in
                   11422:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11423: 
                   11424:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11425:          malicious SMTP server to attack as by returning too long status
                   11426:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11427: 
                   11428: 2004-02-26  paf
                   11429: 
                   11430:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11431:          are         $.main[to what to rename @main]         $.file[file,
                   11432:          from which (user says) goes that CODE]         $.lineno(line
                   11433:          number in that file, where CODE starts. may be negative)
                   11434: 
                   11435:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11436:          src/main/compile.C, src/main/compile_tools.h,
                   11437:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11438:          options] which are         $.main[to what to rename @main]
                   11439:          $.file[file, from which (user says) goes that CODE]
                   11440:          $.lineno(line number in that file, where CODE starts. may be
                   11441:          negative)
                   11442: 
                   11443: 2004-02-25  paf
                   11444: 
1.116     moko     11445:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11446:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11447: 
                   11448:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11449:          produces hash of column=>1
                   11450: 
                   11451:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11452:          with incomplete errno constants set
                   11453: 
                   11454: 2004-02-24  paf
                   11455: 
                   11456:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11457:          "man select"
                   11458: 
                   11459:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11460: 
                   11461:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11462: 
                   11463:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11464: 
1.116     moko     11465:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11466: 
                   11467:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11468:          unix: steps to work on unix [extracted 'to']
                   11469: 
                   11470:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11471: 
                   11472:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11473: 
1.116     moko     11474:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11475:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11476:          unix [testing on solaris]
1.95      moko     11477: 
                   11478: 2004-02-20  paf
                   11479: 
                   11480:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11481:          pointing that out
                   11482: 
                   11483:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11484:          fixed again [same solution, mistanenly removed one line]
                   11485: 
                   11486: 2004-02-19  paf
                   11487: 
                   11488:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11489:          date::create from bad datetime in spring daylightsaving hole now
                   11490:          OK for all platforms [on some platforms it failed]
                   11491: 
                   11492:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11493:          in daylightsaving hole] now throws error
                   11494: 
                   11495:        * src/classes/date.C: comment: mistake fixed
                   11496: 
                   11497: 2004-02-18  paf
                   11498: 
                   11499:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11500:          now renderes in $request:charset, but in header puts
                   11501:          $response:charset todo: make that default only so that coder
                   11502:          could override that
                   11503: 
                   11504:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11505:          turns off omit-xml-declaration
                   11506: 
                   11507:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11508:          /.xsl for sample
                   11509: 
                   11510: 2004-02-17  paf
                   11511: 
                   11512:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11513: 
                   11514:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11515:          copied extra time
                   11516: 
                   11517:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11518:          part of libxml
                   11519: 
                   11520:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11521:          libxml to do the work] <xsl:output        method="html"
                   11522:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11523:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11524:          />
                   11525: 
                   11526:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11527: 
                   11528:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11529:          caused assertion
                   11530: 
                   11531:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11532:          could hang. now such add does nothing, sub clears $hash
                   11533: 
                   11534:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11535:          not made quoted-printable
                   11536: 
                   11537:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11538:          string invariant
                   11539: 
                   11540: 2004-02-16  paf
                   11541: 
                   11542:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11543:          cleared [were not cleared properly]
                   11544: 
                   11545: 2004-02-13  paf
                   11546: 
1.116     moko     11547:        * src/include/pa_version.h: prerelease
1.95      moko     11548: 
                   11549:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11550:          used, introducing dependencies timestamp check
                   11551: 
                   11552:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11553:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11554:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11555:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11556: 
                   11557:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11558: 
                   11559: 2004-02-12  paf
                   11560: 
                   11561:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11562:          ruined empty <input type=file> submits. parser thought there were
                   11563:          nameless empty file and $form:field got value of type 'file'
                   11564: 
                   11565:        * INSTALL: --without-threads
                   11566: 
                   11567:        * src/include/pa_sapi.h: 2004
                   11568: 
                   11569: 2004-02-11  paf
                   11570: 
                   11571:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11572:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11573:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11574:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11575:          classes/response.C, classes/string.C, classes/table.C,
                   11576:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11577:          include/pa_array.h, include/pa_cache_managers.h,
                   11578:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11579:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11580:          include/pa_dictionary.h, include/pa_dir.h,
                   11581:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11582:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11583:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11584:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11585:          include/pa_socks.h, include/pa_sql_connection.h,
                   11586:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11587:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11588:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11589:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11590:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11591:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11592:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11593:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11594:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11595:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11596:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11597:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11598:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11599:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11600:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11601:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11602:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11603:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11604:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11605:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11606:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11607:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11608:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11609:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11610:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11611:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11612:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11613:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11614:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11615:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11616:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11617:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11618:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11619:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11620:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11621:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11622:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11623: 
                   11624:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11625:          debug version of gc.dll
                   11626: 
                   11627:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11628:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11629:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11630:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11631:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11632:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11633:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11634:          processes
                   11635: 
                   11636:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11637:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11638:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11639:          changes to reflect libxml xsl new folders
                   11640: 
                   11641:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11642:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11643:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11644:          to reflect libxml xsl new folders
                   11645: 
                   11646:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11647:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11648:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11649:          types/types.vcproj: started changes to reflect libxml xsl new
                   11650:          folders
                   11651: 
                   11652:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11653:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11654:          src/main/compile.tab.C, src/main/main.vcproj,
                   11655:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11656:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11657:          started changes to reflect libxml xsl new folders
                   11658: 
                   11659: 2004-02-10  paf
                   11660: 
                   11661:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11662:          compile. recommened latest libxml up to date
                   11663: 
                   11664:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11665:          pattern compilation errors", on which spent 4 hours worktime. use
                   11666:          versions higher than that. recommended now latest up to date
                   11667: 
                   11668: 2004-02-06  paf
                   11669: 
                   11670:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11671:          beauty: unified destructing style
                   11672: 
                   11673:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11674: 
                   11675:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11676:          now
                   11677: 
                   11678: 2004-02-03  paf
                   11679: 
                   11680:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11681:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11682:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11683:          then %ld/%lu
                   11684: 
                   11685:        * src/main/pa_common.C: typo: %l -> %u
                   11686: 
                   11687:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11688:          in attributes or documents-results of transform now not &#04xx;
                   11689: 
                   11690:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11691: 
                   11692:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11693: 
                   11694:        * src/main/pa_charset.C: beauty: uncomment
                   11695:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11696:          libraries
                   11697: 
                   11698: 2004-02-02  paf
                   11699: 
                   11700:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11701:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11702: 
                   11703:          $cookie:example[        $.value[]       $.expires[session]
                   11704:          $.path[/there/]         $.domain[test.com] ]
                   11705: 
                   11706:        * src/types/pa_vform.C: bugfix: empty values with
                   11707:          enctype=multipart/form-data now produce entries in $form:tables
                   11708:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11709:          name=a> <input type=hidden name=b>
                   11710: 
                   11711:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11712:          <hr> <pre>$request:body
                   11713: 
                   11714: 2004-01-30  paf
                   11715: 
                   11716:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11717:          or documents-results of transform now not &#04xx;
                   11718: 
                   11719:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11720:          produce exception.
                   11721: 
                   11722:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11723:          bugfix: ^date::create[invalid fields now produce exception.
                   11724: 
                   11725:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11726:          year] now produces exception. todo: check other fields
                   11727: 
                   11728: 2004-01-29  paf
                   11729: 
                   11730:        * src/include/pa_memory.h: typo error
                   11731: 
                   11732:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11733:          more byte then specified, then zeroed it << useless and
                   11734:          potentially harmful(could gpf)
                   11735: 
                   11736: 2004-01-22  paf
                   11737: 
                   11738:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11739: 
                   11740:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11741:          optimization
                   11742: 
                   11743:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11744:          [were bug: ^taint[1 & 2]="1 &2"
                   11745: 
                   11746:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11747:          errors
                   11748: 
                   11749:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11750:          overflow
                   11751: 
                   11752:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11753:          error-reporting code * in parser-error reporting code [when no
                   11754:          @unhandled_exception defined]
                   11755: 
                   11756:          fixed in one place: my *snprintf override
                   11757: 
                   11758: 2004-01-13  paf
                   11759: 
                   11760:        * operators.txt: typo erro
                   11761: 
                   11762: 2003-12-25  paf
                   11763: 
                   11764:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11765:          garbled  [pieces after zero bytes were removed]
                   11766: 
                   11767: 2003-12-22  paf
                   11768: 
1.116     moko     11769:        * src/include/Makefile.am: bugfix: removed from dist:
                   11770:          src/include/pa_config_auto.h which were configured for
1.95      moko     11771:          make-dist-platform and badly updated proper config file in target
                   11772:          [when .tar used for updating existing source tree]
                   11773: 
                   11774:        * ChangeLog, operators.txt, src/classes/op.C,
                   11775:          src/include/pa_sql_connection.h,
                   11776:          src/include/pa_sql_driver_manager.h,
                   11777:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11778:          feature: sql introducing ability to transcode charsets
                   11779: 
                   11780: 2003-12-19  paf
                   11781: 
                   11782:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11783:          error message
                   11784: 
                   11785:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11786:          structure for libxml now allocated properly
                   11787: 
                   11788: 2003-12-17  paf
                   11789: 
                   11790:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11791: 
                   11792:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11793: 
                   11794:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11795: 
                   11796:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11797:          unreported xmlGenericErrors]
                   11798: 
                   11799: 2003-12-15  paf
                   11800: 
                   11801:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11802:          works}
                   11803: 
                   11804: 2003-12-11  paf
                   11805: 
                   11806:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11807:          id
                   11808:              !$status:tid thread id
                   11809: 
                   11810:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11811:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11812:          bugfix(solaris): removed dependency on object initialization
                   11813:          order [one more place]
                   11814: 
                   11815:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11816:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11817:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11818:          understand that
                   11819: 
                   11820:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11821:          classes/xdoc.C, include/pa_cache_managers.h,
                   11822:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11823:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11824:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11825:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11826:          ctor call [relying on implicit String::Body(cstr) call]
                   11827: 
                   11828:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11829:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11830:          object initialization order [two places]
                   11831: 
                   11832: 2003-12-10  paf
                   11833: 
                   11834:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11835:          << time now ok
                   11836: 
                   11837:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11838:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11839:          operational
                   11840: 
                   11841:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11842:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11843:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11844:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11845:          back operational
                   11846: 
                   11847: 2003-12-02  paf
                   11848: 
                   11849:        * src/types/pa_vmail.C: bugfix:
                   11850:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11851:          as-is forced]
                   11852: 
                   11853:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11854:          exceptions out of libxml callbacks: reimplemented error handling
                   11855:          of http://localhost, parser://method and safemode check callbacks
                   11856: 
                   11857:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11858:          [merged from HEAD]
                   11859: 
                   11860:        * src/classes/image.C: nothing: comment removed
                   11861: 
                   11862:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11863:          addresses to int
                   11864: 
                   11865: 2003-12-01  paf
                   11866: 
                   11867:        * src/main/pa_xml_io.C: bugfix: typo
                   11868: 
                   11869:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11870: 
                   11871:        * src/classes/xdoc.C: bugfix: typo
                   11872: 
                   11873:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11874:          exception
                   11875: 
                   11876:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11877: 
                   11878: 2003-11-28  paf
                   11879: 
                   11880:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11881:          all xml documents read
                   11882: 
                   11883:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11884: 
                   11885:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11886:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11887:          replaced original open mech of xdoc::create & co to use libxml
                   11888:          open, so that this would work for root document todo: safe mode
                   11889:          checks to libxml: ideally to some 1 point
                   11890: 
                   11891:        * src/main/pa_xml_io.C: comment
                   11892: 
                   11893:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11894:          http://parser[abscent params]
                   11895: 
                   11896:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11897:          works.  todo: maybe replace original open mech of xdoc::create &
                   11898:          co to use libxml open, so that this would work for root document
                   11899: 
                   11900:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11901:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11902: 
                   11903:          ^taint[^xdoc.string[]]
                   11904: 
                   11905:          @method[param] <!ENTITY test
                   11906:          "test-entity-value+$form:user+$param!">
                   11907: 
                   11908: 2003-11-27  paf
                   11909: 
                   11910:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11911: 
                   11912:        * src/classes/date.C: bugfix: typo error
                   11913: 
                   11914: 2003-11-26  paf
                   11915: 
                   11916:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11917:          src/main/Makefile.am, src/main/main.vcproj,
                   11918:          src/main/pa_globals.C, src/main/pa_request.C,
                   11919:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11920:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11921:          to pa_xml_io.C/h
                   11922: 
                   11923:        * src/types/pa_value.h: warnings: --
                   11924: 
                   11925: 2003-11-25  paf
                   11926: 
                   11927:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   11928:          whatever)
                   11929: 
                   11930:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   11931:          a, (c?x:y, z)
                   11932: 
                   11933:        * src/main/untaint.C: bugfix: consequences of not reading this
                   11934:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   11935:          <= 0 ==> none    */
                   11936: 
                   11937:        * src/include/pa_array.h: removed needless checks
                   11938: 
                   11939: 2003-11-24  paf
                   11940: 
                   11941:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   11942:          removed limit: now $form:xxx can be accessed anytime, even in
                   11943:          @auto/conf [and request/response:charset still can be changed
                   11944:          anytime]
                   11945: 
                   11946:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   11947:          now not transcodes response body
                   11948: 
                   11949:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   11950:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   11951:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   11952:          $xdoc.firstChild.firstChild.nodeValue[different]
                   11953:          ^taint[^xdoc.string[]]
                   11954: 
                   11955:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   11956:          workaround: static Hash::allocates -> static Hash_allocates
                   11957: 
                   11958: 2003-11-21  paf
                   11959: 
1.116     moko     11960:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   11961:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   11962:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     11963: 
                   11964:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   11965: 
                   11966:        * src/classes/mail.C: bugfix: typo
                   11967: 
                   11968:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     11969:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   11970:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   11971:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   11972:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     11973:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   11974: 
                   11975:        * src/main/pa_exec.C: bug in safe mode
                   11976: 
                   11977:        * src/include/Makefile.am: pa_xml_exception.h
                   11978: 
                   11979:        * src/targets/isapi/parser3isapi.C: more warnings --
                   11980: 
                   11981: 2003-11-20  paf
                   11982: 
                   11983:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   11984:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   11985:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   11986:          --
                   11987: 
                   11988:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   11989:          more warnings --
                   11990: 
                   11991:        * src/classes/xdoc.C: more warnings --
                   11992: 
                   11993:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   11994: 
                   11995:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   11996:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   11997: 
                   11998:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11999:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12000:          classes/table.C, include/pa_cache_managers.h,
                   12001:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12002:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12003:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12004:          --
                   12005: 
                   12006:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12007:          can't report problem (undefined @unhandled_exception) problem
                   12008:          source string were not reported
                   12009: 
                   12010:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12011:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12012:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12013:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12014:          classes/response.C, classes/string.C, classes/table.C,
                   12015:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12016:          include/pa_array.h, include/pa_cache_managers.h,
                   12017:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12018:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12019:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12020:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12021:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12022:          include/pa_request.h, include/pa_request_charsets.h,
                   12023:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12024:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12025:          include/pa_stack.h, include/pa_string.h,
                   12026:          include/pa_stylesheet_connection.h,
                   12027:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12028:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12029:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12030:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12031:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12032:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12033:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12034:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12035:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12036:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12037:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12038:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12039:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12040:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12041:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12042:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12043:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12044:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12045:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12046:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12047:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12048:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12049:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12050:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12051:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12052:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12053:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12054:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12055:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12056:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12057:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12058:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12059:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12060:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12061:          const IDENT
                   12062: 
                   12063:        * src/: include/pa_array.h, include/pa_pool.h,
                   12064:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12065:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12066:          types/pa_wcontext.h: more warnings --
                   12067: 
                   12068:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12069:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12070:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12071:          classes/memory.C, classes/op.C, classes/string.C,
                   12072:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12073:          include/pa_config_includes.h, include/pa_operation.h,
                   12074:          include/pa_sql_connection.h, include/pa_table.h,
                   12075:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12076:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12077:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12078:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12079:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12080:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12081:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12082:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12083:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12084:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12085:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12086:          types/pa_vmail.C, types/pa_vobject.C,
                   12087:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12088:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12089:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12090:          on all projects (except libltdl=off & libsdbm=level3) found
                   12091:          several unitialized vars
                   12092: 
                   12093: 2003-11-19  paf
                   12094: 
                   12095:        * src/classes/op.C: more ansi C++ comp
                   12096: 
                   12097:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12098:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12099:          $exception.handled[cache] meaning "get expired cache, if any.
                   12100:          else error"}
                   12101: 
                   12102:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12103:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12104:          ^cache[...]{body}{catch code with $exception.cache field}
                   12105: 
                   12106: 2003-11-12  paf
                   12107: 
                   12108:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12109:          [copy/paste bug]
                   12110: 
                   12111: 2003-11-11  paf
                   12112: 
                   12113:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12114:          failed]
                   12115: 
                   12116:        * bin/auto.p.dist.in: colno
                   12117: 
                   12118: 2003-11-10  paf
                   12119: 
                   12120:        * src/types/pa_vconsole.h: flush
                   12121: 
                   12122:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   12123:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   12124:          read/write  [for nntp]
                   12125: 
                   12126:        * operators.txt: mysql: transaction support: ?autocommit=0
                   12127: 
                   12128:        * operators.txt: comment: updated
                   12129: 
                   12130:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   12131:          serialize version and exipire now removes entries
                   12132: 
                   12133:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   12134:          dir, if could]
                   12135: 
                   12136:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   12137:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   12138:          removes files altogether [and dir, if could]
                   12139: 
                   12140:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   12141:          nonexistent pair. .c coded that that was error. fixed
                   12142: 
                   12143:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   12144:          file.access [regretfull can't split it to different exceptions
                   12145:          without modifying sdbm source wich would prefer not to]
                   12146: 
                   12147: 2003-11-07  paf
                   12148: 
                   12149:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12150:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12151:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   12152:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   12153:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   12154:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   12155:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   12156:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   12157:          destructing objects at request processing end
                   12158: 
                   12159: 2003-11-06  paf
                   12160: 
                   12161:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   12162:          updates
                   12163: 
                   12164:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   12165:          to include sdbm
                   12166: 
1.116     moko     12167:        * src/include/: pa_config_includes.h, pa_version.h: our
                   12168:          replacements of max& co only for cpp
1.95      moko     12169: 
                   12170:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   12171:          upper dir, .am updated
                   12172: 
                   12173:        * tests/todo.txt: hashfile: done
                   12174: 
                   12175:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   12176:          expiration [time in value. todo: move time to key]
                   12177: 
                   12178:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   12179: 
                   12180:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   12181:          to do that in foreach, no errors, but surely wrong]
                   12182: 
                   12183:        * operators.txt, src/types/pa_vhashfile.C,
                   12184:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   12185: 
                   12186:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   12187:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   12188:          foreach
                   12189: 
                   12190:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12191:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   12192: 
                   12193:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12194:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   12195: 
                   12196:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   12197:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   12198:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   12199:          get/put [raw]
                   12200: 
                   12201:        * src/: classes/op.C, main/pa_os.C: just linked
                   12202: 
                   12203:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   12204:          XmlException changes
                   12205: 
                   12206:        * src/: include/pa_charset.h, include/pa_globals.h,
                   12207:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   12208:          XmlException changes
                   12209: 
                   12210:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   12211: 
                   12212:        * src/: include/pa_common.h, include/pa_exception.h,
                   12213:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   12214:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   12215:          main/pa_xml_exception.C: locking move to pa_os [along with
                   12216:          pa_sleep] apr-impl locking done
                   12217: 
                   12218:        * configure, configure.in, operators.txt, parser3.sln,
                   12219:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   12220:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   12221:          src/include/pa_exception.h, src/include/pa_globals.h,
                   12222:          src/include/pa_memory.h, src/include/pa_version.h,
                   12223:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   12224:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   12225:          src/main/compile.tab.C, src/main/main.vcproj,
                   12226:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   12227:          src/types/Makefile.am, src/types/pa_vhash.C,
                   12228:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12229:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   12230:          again with sdbm from apache
                   12231: 
                   12232: 2003-11-05  paf
                   12233: 
                   12234:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12235:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   12236:          \parser3project dir anymore
                   12237: 
                   12238:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   12239:          thoughtlessly from xalan]
                   12240: 
                   12241:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   12242:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   12243:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   12244: 
                   12245:        * src/main/helpers/CaseFolding.txt:
                   12246:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   12247: 
                   12248: 2003-11-04  paf
                   12249: 
                   12250:        * operators.txt: comment: ^mail:send[$.options[
                   12251: 
                   12252:        * src/classes/table.C: compiled on unix
                   12253: 
1.116     moko     12254:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     12255: 
                   12256:        * src/classes/mail.C: compiled on unix
                   12257: 
                   12258:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   12259:          src/types/pa_vmail.h:     !^mail:send[
                   12260:                  $.options[unix: string to append to sendmail command
                   12261:          line]
                   12262: 
                   12263:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   12264:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   12265:          $.encloser["] <nothing> by default
                   12266: 
                   12267:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   12268:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   12269:          default
                   12270: 
                   12271: 2003-11-03  paf
                   12272: 
                   12273:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   12274:          ^table::load[; options:         !$.column-separator[^#09]
                   12275:          !$.column-encloser["]
                   12276: 
                   12277:        * operators.txt, src/include/pa_config_fixed.h,
                   12278:          src/types/pa_vrequest.C: $request:document-root
                   12279: 
                   12280:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   12281:          [already included into uri=xxx]
                   12282: 
                   12283:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   12284:          ^image.gif[filename] for $response:download
                   12285: 
                   12286:        * src/classes/date.C: minor precaution
                   12287: 
                   12288:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   12289:              !^date.unix-timestamp[]
                   12290: 
                   12291: 2003-10-30  paf
                   12292: 
                   12293:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   12294:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   12295: 
                   12296:        * src/classes/: date.C, image.C: improvement diagnostics:
                   12297:          $now[^date::create[$undefined]] now is error
                   12298: 
                   12299:        * src/main/pa_common.C: read errors would now be reported 'actually
                   12300:          read -1 bytes'
                   12301: 
                   12302: 2003-10-24  paf
                   12303: 
                   12304:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   12305:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   12306:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   12307:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   12308: 
                   12309: 2003-10-22  paf
                   12310: 
                   12311:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   12312: 
                   12313: 2003-10-21  paf
                   12314: 
                   12315:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   12316:          fixed: string.match[g] without <'> option produced columns with
                   12317:          NULL's, which gpf'ed at table.save time
                   12318: 
                   12319:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   12320:          recoursion' message with intensive throw-catches fixed: incorrect
                   12321:          name and line (one name upper then needed) in error message about
                   12322:          problems inside try block
                   12323: 
                   12324: 2003-10-10  paf
                   12325: 
                   12326:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   12327:          check offset argument for validity did that in String::Body::pos
                   12328:          myself http://i2/tasks/edit/?id=4577425257580789777
                   12329: 
                   12330: 2003-10-07  paf
                   12331: 
                   12332:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   12333:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   12334: 
                   12335: 2003-10-03  paf
                   12336: 
                   12337:        * parser3.sln, src/include/pa_dictionary.h,
                   12338:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   12339:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   12340:          precalculating cstr&length
                   12341: 
                   12342: 2003-10-02  paf
                   12343: 
                   12344:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12345:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12346:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12347:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12348: 
                   12349: 2003-09-30  paf
                   12350: 
                   12351:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12352:          occurrances after lang-mismatched
                   12353: 
                   12354: 2003-09-29  paf
                   12355: 
                   12356:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12357:          helper
                   12358: 
                   12359:        * src/main/pa_string.C: string::serialize bug fix with
                   12360:          zero-terminator
                   12361: 
                   12362:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12363:          \t at the end
                   12364: 
                   12365:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12366:          @postprocess  now takes $response:body/download
                   12367: 
                   12368:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12369:          error message
                   12370: 
                   12371:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12372: 
                   12373:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12374:          http://i2/tasks/edit/?id=4573405524674081244
                   12375: 
                   12376:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12377:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12378: 
                   12379:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12380:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12381: 
                   12382: 2003-09-26  paf
                   12383: 
                   12384:        * src/main/untaint.C: removed needless field
                   12385: 
                   12386:        * src/main/untaint.C: removed needless const
                   12387: 
                   12388:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12389:          String.for_each bug fixed [omited one-char cases]
                   12390: 
                   12391:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12392:          runtime-executor stack were cleared... BADLY
                   12393: 
                   12394:        * src/main/pa_string.C: ^stirng.replace code used old
                   12395:          param-convention on langs.append, fixed that search fo the like,
                   12396:          found none
                   12397: 
                   12398:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12399:          string::serialize/deserialize implemented Language enum assigned
                   12400:          meaningful letters [more convinient for debugging. read warning
                   12401:          before adding/changing anything]
                   12402: 
                   12403: 2003-09-25  paf
                   12404: 
                   12405:        * src/: include/pa_string.h, include/pa_version.h,
                   12406:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12407:          differences on unix
                   12408: 
                   12409:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12410:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12411:          src/classes/xdoc.C, src/classes/xnode.C,
                   12412:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12413:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12414:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12415:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12416:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12417:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12418:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12419:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12420:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12421:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12422:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12423:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12424:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12425:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12426:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12427: 
                   12428:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12429:          functions aligned to that of eeparser3 look
                   12430: 
                   12431:        * src/lib/cord/cordprnt.c: removed warnings
                   12432: 
                   12433: 2003-09-24  paf
                   12434: 
                   12435:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12436:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12437:          include/pa_cache_managers.h, include/pa_charset.h,
                   12438:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12439:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12440:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12441:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12442:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12443:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12444:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12445:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12446:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12447:          types/pa_vxnode.C: v() functions of String::Body,
                   12448:          String::Languages and String itself StringBody->String::Body
                   12449: 
                   12450:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12451:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12452:          never optimized anything.  todo: somehow speed up harder cases:
                   12453:          concatenationA+concatenationB when last block of A and first of B
                   12454:          contain same letters
                   12455: 
                   12456:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12457:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12458:          blocks of same char [CORD_append_block]
                   12459: 
                   12460:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12461:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12462:          save space by extending blocks when appending block with c ==
                   12463:          lastblock.c
                   12464: 
                   12465:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12466:          working yet :( but more working &understood :)
                   12467: 
                   12468:        * src/: classes/table.C, include/pa_string.h,
                   12469:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12470: 
                   12471: 2003-09-23  paf
                   12472: 
                   12473:        * src/main/untaint.C: $a[ok!] $a works!
                   12474: 
                   12475:        * src/main/untaint.C: something even more works :)
                   12476: 
                   12477:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12478:          something more works :)
                   12479: 
                   12480:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12481:          lib/cord/cordxtra.c: something already works :)
                   12482: 
                   12483:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12484:          serialize&deserialize
                   12485: 
                   12486:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12487:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12488:          main/untaint.C: main idea implemented, details left
                   12489: 
                   12490: 2003-09-22  paf
                   12491: 
                   12492:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12493: 
                   12494:        * src/classes/xnode.C: copy/paste comment bugfix
                   12495: 
                   12496:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12497:          allocator returns 0, just die.
                   12498:          http://i2/tasks/edit/?id=4570798492410259445
                   12499: 
                   12500:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12501: 
                   12502:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12503:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12504:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12505:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12506: 
                   12507:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12508:          chars due to bitwise operation signed-char error]
                   12509: 
                   12510: 2003-09-19  paf
                   12511: 
                   12512:        * src/types/pa_wcontext.C: output message: more practical
                   12513:          suggestion
                   12514: 
                   12515:        * src/main/pa_common.C, operators.txt: merged
                   12516:          $f[^file::load[binary;http://...]] $f.tables
                   12517: 
                   12518: 2003-09-02  paf
                   12519: 
                   12520:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12521:          flush stdout without referencing 'stdout' symbol. to hell with
                   12522:          non-ansi libraries without 'stdout' symbol
                   12523: 
                   12524:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12525:          unix (users reported problems with some old libc)
                   12526: 
                   12527:        * src/types/pa_vdate.h: forgot initializer
                   12528: 
                   12529: 2003-09-01  paf
                   12530: 
                   12531:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12532:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12533:          zone]
                   12534: 
                   12535:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12536: 
                   12537: 2003-08-19  paf
                   12538: 
                   12539:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12540:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12541:          simplified a little
                   12542: 
                   12543:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12544:          [lost fix from 3.0.8]
                   12545: 
                   12546:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12547:          visible here }
                   12548: 
                   12549:          bug fix
                   12550: 
                   12551:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12552: 
                   12553:        * src/main/compile.tab.C: initialized couple of variables about
                   12554:          which user reported runtime problems when parser were compiled
                   12555:          with VC7, warning level4.  study shows that later in bison
                   12556:          they've fixed that. would migrate to latest bison someday
                   12557: 
                   12558:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12559:          recoding headers)
                   12560: 
                   12561:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12562:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12563:          anything for now
                   12564: 
                   12565:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12566:          problems with body
                   12567: 
                   12568:        * src/types/pa_vmail.C: mail_receive just compiled
                   12569: 
                   12570: 2003-08-18  paf
                   12571: 
                   12572:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12573:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12574:          detaching from \parser3project directory
                   12575: 
                   12576:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12577:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12578:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12579:          src/lib/pcre/pcre_dftables.dsp,
                   12580:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12581:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12582:          src/types/types.dsp: moved to MSVC 7
                   12583: 
                   12584:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12585:          src/classes/classes.vcproj.vspscc,
                   12586:          src/lib/cord/cord.vcproj.vspscc,
                   12587:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12588:          src/lib/md5/md5.vcproj.vspscc,
                   12589:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12590:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12591:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12592:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12593:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12594:          moved to MSVC 7
                   12595: 
                   12596:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12597:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12598:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12599:          src/lib/pcre/pcre_dftables.vcproj,
                   12600:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12601:          src/targets/cgi/parser3.vcproj,
                   12602:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12603:          new VS project files
                   12604: 
                   12605:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12606:          .NET to detect Jalindi Igloo capabilities.
                   12607: 
                   12608:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12609:          src/classes/classes.awk, src/doc/footer.htm,
                   12610:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12611:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12612:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12613:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12614: 
                   12615: 2003-08-15  paf
                   12616: 
                   12617:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12618:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12619: 
                   12620:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12621:          non-ascii <yyy> now encoded correctly
                   12622: 
                   12623: 2003-07-29  paf
                   12624: 
1.116     moko     12625:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12626:          dist
1.95      moko     12627: 
                   12628:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12629: 
                   12630: 2003-07-28  paf
                   12631: 
1.116     moko     12632:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12633:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12634: 
                   12635:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12636: 
                   12637: 2003-07-25  paf
                   12638: 
                   12639:        * src/doc/footer.htm: year
                   12640: 
                   12641: 2003-07-24  paf
                   12642: 
                   12643:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12644:          fix
                   12645: 
                   12646:        * src/include/pa_version.h: release
                   12647: 
1.116     moko     12648:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12649: 
                   12650:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12651:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12652:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12653:          getting rid of win32xml pseudo project
                   12654: 
                   12655:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12656: 
1.116     moko     12657:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12658:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12659:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12660:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12661:          src/classes/classes.C, src/classes/classes.awk,
                   12662:          src/classes/classes.dsp, src/classes/classes.h,
                   12663:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12664:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12665:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12666:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12667:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12668:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12669:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12670:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12671:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12672:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12673:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12674:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12675:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12676:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12677:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12678:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12679:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12680:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12681:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12682:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12683:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12684:          src/include/pa_sql_connection.h,
                   12685:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12686:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12687:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12688:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12689:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12690:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12691:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12692:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12693:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12694:          src/lib/cord/include/ec.h,
                   12695:          src/lib/cord/include/private/Makefile.am,
                   12696:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12697:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12698:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12699:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12700:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12701:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12702:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12703:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12704:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12705:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12706:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12707:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12708:          src/main/pa_request.C, src/main/pa_socks.C,
                   12709:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12710:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12711:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12712:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12713:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12714:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12715:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12716:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12717:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12718:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12719:          src/targets/isapi/parser3isapi.dsp,
                   12720:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12721:          src/types/pa_junction.h, src/types/pa_method.h,
                   12722:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12723:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12724:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12725:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12726:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12727:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12728:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12729:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12730:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12731:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12732:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12733:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12734:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12735:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12736:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12737:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12738:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12739:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12740:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12741:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12742:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12743:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12744:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12745:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12746:          HEAD
                   12747: 
                   12748:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12749:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12750:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12751:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12752:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12753:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12754:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12755:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12756:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12757:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12758:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12759:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12760:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12761:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12762:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12763:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12764:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12765:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12766:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12767:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12768:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12769:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12770:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12771:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12772:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12773:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12774:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12775:          outputs/create-dir, results/001.processed, results/002.processed,
                   12776:          results/003.processed, results/004.processed,
                   12777:          results/005.processed, results/006.processed,
                   12778:          results/007.processed, results/008.processed,
                   12779:          results/009.processed, results/010.processed,
                   12780:          results/011.processed, results/012.processed,
                   12781:          results/013.processed, results/014.processed,
                   12782:          results/015.processed, results/016.processed,
                   12783:          results/017.processed, results/018.processed,
                   12784:          results/019.processed, results/020.processed,
                   12785:          results/021.processed, results/022.processed,
                   12786:          results/023.processed, results/024.processed,
                   12787:          results/025.processed, results/026.processed,
                   12788:          results/027.processed, results/028.processed,
                   12789:          results/029.processed, results/030.processed,
                   12790:          results/031.processed, results/032.processed,
                   12791:          results/033.processed, results/034.processed,
                   12792:          results/035.processed, results/036.processed,
                   12793:          results/037.processed, results/038.processed,
                   12794:          results/039.processed, results/040.processed,
                   12795:          results/041.processed, results/042.processed,
                   12796:          results/043.processed, results/044.processed,
                   12797:          results/045.processed, results/046.processed,
                   12798:          results/047.processed, results/048.processed,
                   12799:          results/049.processed, results/050.processed,
                   12800:          results/051.processed, results/052.processed,
                   12801:          results/053.processed, results/054.processed,
                   12802:          results/055.processed, results/056.processed,
                   12803:          results/057.processed, results/058.processed,
                   12804:          results/059.processed, results/060.processed,
                   12805:          results/061.processed, results/062.processed,
                   12806:          results/063.processed, results/064.processed,
                   12807:          results/065.processed, results/066.processed,
                   12808:          results/067.processed, results/068.processed,
                   12809:          results/069.processed, results/070.processed,
                   12810:          results/071.processed, results/072.processed,
                   12811:          results/073.processed, results/074.processed,
                   12812:          results/075.processed, results/076.processed,
                   12813:          results/077.processed, results/078.processed,
                   12814:          results/079.processed, results/080.processed,
                   12815:          results/081.processed, results/082.processed,
                   12816:          results/083.processed, results/084.processed,
                   12817:          results/085.processed, results/086.processed,
                   12818:          results/087.processed, results/088.processed,
                   12819:          results/089.processed, results/090.processed,
                   12820:          results/091.processed, results/092.processed,
                   12821:          results/093.processed, results/094.processed,
                   12822:          results/095.processed, results/096.processed,
                   12823:          results/097.processed, results/098.processed,
                   12824:          results/099.processed, results/100.processed,
                   12825:          results/101.processed, results/102.processed,
                   12826:          results/103.processed, results/104.processed,
                   12827:          results/105.processed, results/106.processed,
                   12828:          results/107.processed, results/108.processed,
                   12829:          results/109.processed, results/110.processed,
                   12830:          results/111.processed, results/112.processed,
                   12831:          results/113.processed, results/114.processed,
                   12832:          results/115.processed, results/116.processed,
                   12833:          results/117.processed, results/118.processed,
                   12834:          results/119.processed, results/120.processed,
                   12835:          results/121.processed, results/122.processed,
                   12836:          results/123.processed, results/124.processed,
                   12837:          results/125.processed, results/126.processed,
                   12838:          results/127.processed, results/128.processed,
                   12839:          results/129.processed, results/130.processed,
                   12840:          results/131.processed, results/132.processed,
                   12841:          results/133.processed, results/134.processed,
                   12842:          results/135.processed, results/136.processed,
                   12843:          results/137.processed, results/138.processed,
                   12844:          results/139.processed, results/140.processed,
                   12845:          results/141.processed: merged(copied) to HEAD from template_gc
                   12846: 
                   12847:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12848:          towards \parser3project not having to be in root
                   12849: 
                   12850:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12851:          module compiled [were minor unnecessary changes in lib/md5
                   12852:          interface]
                   12853: 
                   12854:        * src/include/pa_version.h: release
                   12855: 
                   12856:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12857: 
                   12858:        * src/classes/math.C: merged uuid bugfix
                   12859: 
                   12860:        * tests/: 141.html, results/141.processed: fixed bug with
                   12861:          too-small-a-buffer
                   12862: 
                   12863:        * src/classes/math.C: uuid bugfix
                   12864: 
                   12865:        * tests/: 141.html, Makefile, results/005.processed,
                   12866:          results/030.processed, results/075.processed,
                   12867:          results/078.processed: to reflect date format change (were -
                   12868:          become ' ')
                   12869: 
                   12870:        * src/classes/math.C: uuid bugfix
                   12871: 
                   12872:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12873:          debug/release changes
                   12874: 
                   12875:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12876: 
                   12877: 2003-07-23  paf
                   12878: 
                   12879:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12880:          renamed a little [to move to comman naming conv]
                   12881: 
1.116     moko     12882:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12883:          build
1.95      moko     12884: 
                   12885:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12886:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12887:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12888:          stack top_index() fixed
                   12889: 
                   12890:        * src/main/pa_globals.C: minor style changes
                   12891: 
                   12892:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12893:          closing/caching fixed [connections were not closed/put to cache]
                   12894: 
                   12895: 2003-07-22  paf
                   12896: 
                   12897:        * INSTALL: gc part updated stightly
                   12898: 
                   12899:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12900:          new sapi interface
                   12901: 
                   12902:        * src/classes/file.C: comment on OS
                   12903: 
                   12904:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12905:          one deeper in cord lib]
                   12906: 
                   12907:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12908: 
                   12909:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12910: 
                   12911:        * INSTALL: disable-threads adviced
                   12912: 
                   12913: 2003-07-21  paf
                   12914: 
1.116     moko     12915:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12916: 
                   12917:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12918:          be UPPERCASE and A-Z 0-9 _-
                   12919: 
                   12920:        * src/classes/file.C: env passing fixed
                   12921: 
                   12922:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12923: 
                   12924:        * src/main/pa_common.C: http:// CRLF now
                   12925: 
                   12926: 2003-07-02  paf
                   12927: 
                   12928:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   12929:          fields to reflect their real meaning
                   12930: 
                   12931: 2003-06-27  paf
                   12932: 
                   12933:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   12934:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   12935:          file::exec/cgi .charset
                   12936: 
                   12937: 2003-06-26  paf
                   12938: 
                   12939:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   12940:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   12941:          src/classes/table.C: fixed several uninitialized local
                   12942:          structures.  notably ^hash.foreach now inserts delimiters
                   12943:          properly [were inserting it before first body]
                   12944: 
                   12945: 2003-06-24  paf
                   12946: 
                   12947:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   12948: 
                   12949: 2003-06-20  paf
                   12950: 
                   12951:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12952:          src/main/pa_globals.C: introducing
                   12953:          $f[^file::load[binary;http://...]] $f.tables
                   12954: 
                   12955: 2003-06-06  paf
                   12956: 
                   12957:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   12958:          table. [were method lookup: inconsistent]
                   12959: 
                   12960: 2003-06-02  paf
                   12961: 
                   12962:        * src/include/pa_memory.h: empty string clone fixed to return
                   12963:          writable memory
                   12964: 
                   12965:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   12966:          were not appended] which violated string invariant
                   12967: 
                   12968: 2003-05-30  paf
                   12969: 
                   12970:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   12971:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   12972: 
                   12973:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   12974:          GMT  ; RFC 822, updated by RFC 1123
                   12975: 
                   12976:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   12977:          targets/isapi/parser3isapi.C: initialized request_info properly
                   12978: 
                   12979:        * src/classes/xnode.C: found minor bug, commended for future
                   12980: 
                   12981: 2003-05-28  paf
                   12982: 
                   12983:        * src/classes/form.C: request_info.content_length can't be <0,
                   12984:          size_t for some time
                   12985: 
                   12986: 2003-05-26  paf
                   12987: 
                   12988:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   12989:          forgotten <0 changed to !=STRING_NOT_FOUND
                   12990: 
                   12991:        * src/classes/math.C: merged ffffu from HEAD
                   12992: 
                   12993: 2003-05-11  paf
                   12994: 
                   12995:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   12996: 
                   12997:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   12998:          premature doc free.  transformed document had xmlDoc reference
                   12999:          stored to non-gc-memory (libgdome) added holding-reference
                   13000: 
                   13001: 2003-04-29  paf
                   13002: 
                   13003:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13004:          found that that's perfectly normal.
                   13005: 
                   13006: 2003-04-25  paf
                   13007: 
                   13008:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13009: 
                   13010:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13011: 
                   13012:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13013:          print anything.  changed to quicker and simplier code
                   13014: 
                   13015:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13016:          strict a check]
                   13017: 
                   13018:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13019: 
                   13020: 2003-04-24  paf
                   13021: 
                   13022:        * src/include/pa_table.h: too strict assert loosened
                   13023: 
                   13024:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13025:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13026:          report
                   13027: 
                   13028: 2003-04-21  paf
                   13029: 
1.116     moko     13030:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13031: 
                   13032:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13033:          memory
                   13034: 
                   13035:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13036:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13037: 
                   13038:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13039: 
                   13040:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13041:          types/pa_vmail.C: attributed_meaning_to_string added
                   13042:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13043:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13044:          made that param obligatory
                   13045: 
                   13046:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13047:          fixed [assert helped]
                   13048: 
                   13049:        * src/include/pa_string.h: assert added [looking for bug]
                   13050: 
                   13051:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13052:          names on Win32 considered disk-global
                   13053: 
                   13054:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13055:          considered disk-global
                   13056: 
                   13057: 2003-04-18  paf
                   13058: 
                   13059:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13060:          filenames
                   13061: 
                   13062:        * src/main/untaint.C: enabled '~' letter in filenames
                   13063: 
                   13064: 2003-04-16  paf
                   13065: 
                   13066:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13067: 
                   13068:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13069:          HEAD
                   13070: 
1.116     moko     13071:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13072: 
                   13073: 2003-04-15  paf
                   13074: 
                   13075:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13076:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13077:          tests/results/141.processed: merged from head ^math:uuid[]
                   13078:          ^math:uid64[] ^math:md5[string]
                   13079: 
                   13080:          test added: 141.html
                   13081: 
                   13082:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13083: 
                   13084:        * src/classes/math.C: ^math:uuid[]
                   13085: 
                   13086:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13087: 
                   13088:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13089:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13090: 
                   13091:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13092:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13093:          ^file::load[mode;name;     $.offset     $.limit
                   13094: 
                   13095: 2003-04-14  paf
                   13096: 
                   13097:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13098:          started ^math:md5
                   13099: 
                   13100:        * src/classes/table.C, src/include/pa_array.h,
                   13101:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13102:          tests/results/140.processed: table $.reverse option works in
                   13103:          create&co table $.distinct[tables] bug fix merged
                   13104: 
                   13105:        * src/: classes/table.C, include/pa_table.h: table
                   13106:          $.distinct[tables] bug fixed
                   13107: 
                   13108:        * src/classes/table.C: more warnings
                   13109: 
                   13110:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13111:          removed checks in table::set_current, moved them back to
                   13112:          table::locate implemented table::create/join ñ $.reverse
                   13113: 
                   13114:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13115:          removed checks in table::set_current, moved them back to
                   13116:          table::locate
                   13117: 
                   13118: 2003-04-11  paf
                   13119: 
                   13120:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13121:          src/include/pa_array.h, src/include/pa_common.h,
                   13122:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13123:          src/include/pa_table.h, src/main/pa_request.C,
                   13124:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13125:          src/main/pa_table.C: merged from HEAD from
                   13126:          before_append_array_limit_sense_change to
                   13127:          after_append_array_limit_sense_change
                   13128: 
                   13129:        * src/classes/table.C: typo
                   13130: 
                   13131:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13132:          src/include/pa_array.h, src/include/pa_common.h,
                   13133:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   13134:          src/include/pa_table.h, src/main/pa_array.C,
                   13135:          src/main/pa_globals.C, src/main/pa_request.C,
                   13136:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13137:          src/main/pa_table.C: append_array_limit_sense_change locate
                   13138:          accepts options same as create new option: $.reverse(1)   [do not
                   13139:          work in table::create]
                   13140: 
                   13141:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   13142:          (stat xxx,
                   13143: 
                   13144:        * src/classes/: table.C: typo
                   13145: 
                   13146:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   13147:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   13148:          results/130.processed, results/131.processed,
                   13149:          results/132.processed, results/133.processed,
                   13150:          results/134.processed, results/135.processed,
                   13151:          results/136.processed, results/137.processed,
                   13152:          results/138.processed, results/139.processed: added few mustfail
                   13153:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   13154:          date/time 132.html mustfail: access to junction outside of
                   13155:          context 133.html mustfail: access to junction outside of context,
                   13156:          case version 134.html mustfail: hash: adding a key inside of
                   13157:          foreach 135.html mustfail: modifying system class 136.html
                   13158:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   13159:          appendChild without import 138.html mustfail: invalid encoding
                   13160:          inside of xml 139.html mustfail: bad XPath
                   13161: 
                   13162:        * operators.txt, src/classes/table.C, tests/084.html,
                   13163:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   13164:          tests/129.html, tests/results/125.processed,
                   13165:          tests/results/126.processed, tests/results/127.processed,
                   13166:          tests/results/128.processed, tests/results/129.processed: merged
                   13167:          from HEAD ^table.hash[key][$.distinct[tables]]
                   13168: 
                   13169:          maked appropriate tests [changed one old nonconforming]
                   13170: 
                   13171:        * operators.txt, src/classes/table.C:
                   13172:          ^table.hash[key][$.distinct[tables]]
                   13173: 
                   13174:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13175:          merged fix for found very old xml (dom) bug: were passing
                   13176:          domString objects and later ERROREOUSLY freed them
                   13177: 
                   13178:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   13179:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   13180:          libgdome bug can not be worked around
                   13181: 
                   13182: 2003-04-10  paf
                   13183: 
                   13184:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13185:          found very old xml (dom) bug: were passing domString objects and
                   13186:          later ERROREOUSLY freed them
                   13187: 
                   13188:        * src/doc/string.dox, src/include/pa_memory.h,
                   13189:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   13190:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   13191:          tests/123.html, tests/124.html, tests/results/001.processed,
                   13192:          tests/results/002.processed, tests/results/003.processed,
                   13193:          tests/results/004.processed, tests/results/005.processed,
                   13194:          tests/results/006.processed, tests/results/008.processed,
                   13195:          tests/results/009.processed, tests/results/010.processed,
                   13196:          tests/results/011.processed, tests/results/012.processed,
                   13197:          tests/results/013.processed, tests/results/014.processed,
                   13198:          tests/results/015.processed, tests/results/016.processed,
                   13199:          tests/results/017.processed, tests/results/018.processed,
                   13200:          tests/results/020.processed, tests/results/021.processed,
                   13201:          tests/results/022.processed, tests/results/023.processed,
                   13202:          tests/results/024.processed, tests/results/025.processed,
                   13203:          tests/results/026.processed, tests/results/027.processed,
                   13204:          tests/results/028.processed, tests/results/029.processed,
                   13205:          tests/results/030.processed, tests/results/031.processed,
                   13206:          tests/results/032.processed, tests/results/033.processed,
                   13207:          tests/results/034.processed, tests/results/035.processed,
                   13208:          tests/results/036.processed, tests/results/037.processed,
                   13209:          tests/results/038.processed, tests/results/039.processed,
                   13210:          tests/results/040.processed, tests/results/041.processed,
                   13211:          tests/results/042.processed, tests/results/043.processed,
                   13212:          tests/results/044.processed, tests/results/045.processed,
                   13213:          tests/results/046.processed, tests/results/047.processed,
                   13214:          tests/results/048.processed, tests/results/049.processed,
                   13215:          tests/results/050.processed, tests/results/051.processed,
                   13216:          tests/results/052.processed, tests/results/053.processed,
                   13217:          tests/results/054.processed, tests/results/055.processed,
                   13218:          tests/results/056.processed, tests/results/057.processed,
                   13219:          tests/results/058.processed, tests/results/059.processed,
                   13220:          tests/results/060.processed, tests/results/061.processed,
                   13221:          tests/results/062.processed, tests/results/063.processed,
                   13222:          tests/results/064.processed, tests/results/065.processed,
                   13223:          tests/results/066.processed, tests/results/067.processed,
                   13224:          tests/results/068.processed, tests/results/069.processed,
                   13225:          tests/results/070.processed, tests/results/071.processed,
                   13226:          tests/results/072.processed, tests/results/073.processed,
                   13227:          tests/results/074.processed, tests/results/075.processed,
                   13228:          tests/results/076.processed, tests/results/077.processed,
                   13229:          tests/results/078.processed, tests/results/079.processed,
                   13230:          tests/results/080.processed, tests/results/081.processed,
                   13231:          tests/results/082.processed, tests/results/083.processed,
                   13232:          tests/results/084.processed, tests/results/085.processed,
                   13233:          tests/results/086.processed, tests/results/087.processed,
                   13234:          tests/results/088.processed, tests/results/089.processed,
                   13235:          tests/results/090.processed, tests/results/091.processed,
                   13236:          tests/results/092.processed, tests/results/093.processed,
                   13237:          tests/results/094.processed, tests/results/095.processed,
                   13238:          tests/results/096.processed, tests/results/097.processed,
                   13239:          tests/results/101.processed, tests/results/102.processed,
                   13240:          tests/results/104.processed, tests/results/105.processed,
                   13241:          tests/results/106.processed, tests/results/107.processed,
                   13242:          tests/results/108.processed, tests/results/109.processed,
                   13243:          tests/results/110.processed, tests/results/111.processed,
                   13244:          tests/results/112.processed, tests/results/113.processed,
                   13245:          tests/results/114.processed, tests/results/115.processed,
                   13246:          tests/results/116.processed, tests/results/117.processed,
                   13247:          tests/results/118.processed, tests/results/119.processed,
                   13248:          tests/results/120.processed, tests/results/121.processed,
                   13249:          tests/results/122.processed, tests/results/123.processed,
                   13250:          tests/results/124.processed: new convention: char* never 0.
                   13251:          assert in cord on that
                   13252: 
                   13253:        * src/main/pa_charset.C: couple more asserts
                   13254: 
                   13255:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   13256:          speedup
                   13257: 
                   13258:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   13259:          added [may be those is the case now?]
                   13260: 
                   13261:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13262:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13263:          hope]
                   13264: 
                   13265:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13266:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13267:          hope]
                   13268: 
                   13269:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   13270: 
                   13271: 2003-04-09  paf
                   13272: 
                   13273:        * src/classes/date.C: merged ^date.roll changes
                   13274: 
                   13275:        * src/classes/date.C: ^date.roll bug fix
                   13276: 
                   13277:        * src/classes/date.C: ^date.roll now throws less errors: month
                   13278:          shifts handles end of month situation by reducing day number
                   13279:          hour-hole shift reduces hour to recover
                   13280: 
                   13281:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   13282:          Sort by function time
                   13283: 
                   13284:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   13285:          http://   $.charset[] param done
                   13286: 
                   13287:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   13288:          added [after volatile fix. passes on win&intel-solaris]
                   13289: 
                   13290: 2003-04-08  paf
                   13291: 
                   13292:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   13293:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   13294:          include/pa_common.h, include/pa_request_charsets.h,
                   13295:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13296:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   13297:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   13298:          types/pa_vresponse.C: started http://   $.charset[] param and
                   13299:          http response charset detection just compiled.  todo:test
                   13300: 
                   13301:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   13302: 
                   13303:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   13304:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   13305:          types/pa_vmail.C: changed transcode param converntion  along with
                   13306:          string creating convention -- all strings are zero-terminated,
                   13307:          this allowed to fix one remaining String("123", 2) case
                   13308: 
                   13309:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13310:          classes/op.C, classes/string.C, classes/table.C,
                   13311:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   13312:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   13313:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13314:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   13315:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   13316:          violated String::invariant. started fixing [not compiled now]
                   13317: 
                   13318:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13319:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   13320:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   13321:          improvements & optimizations
                   13322: 
                   13323:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   13324:          :(]
                   13325: 
                   13326:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   13327:          [for it's a pointer really]
                   13328: 
                   13329:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   13330:          'n' param. worked that around
                   13331: 
                   13332:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   13333:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   13334:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   13335:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   13336:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   13337: 
                   13338:          Thanks for the bug report and patch.
                   13339: 
                   13340:          I hadn't looked at this code in a while.  Reading it now, it
                   13341:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13342:          comply with the invariant, though that may not matter a lot.  I
                   13343:          changed that, too.
                   13344: 
                   13345:          Hans
                   13346: 
                   13347: 2003-04-07  paf
                   13348: 
                   13349:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13350:          merged from head:safe mode error message now includes numbers
                   13351: 
                   13352:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13353:          problem: as_double returns it's result in fp-register compiler
                   13354:          optimizes access to that register after b->as_double, and just
                   13355:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13356:          from memory.  _SAME_ double values do not match here.  when
                   13357:          forced to REload fp-register, values do match.
                   13358: 
                   13359:          tried to make them volatile.
                   13360: 
                   13361:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13362:          problem: as_double returns it's result in fp-register compiler
                   13363:          optimizes access to that register after b->as_double, and just
                   13364:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13365:          from memory.  _SAME_ double values do not match here.  when
                   13366:          forced to REload fp-register, values do match.
                   13367: 
                   13368:          tried to make them volatile.
                   13369: 
                   13370:        * src/types/pa_vobject.h: small style change
                   13371: 
                   13372:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13373: 
                   13374:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13375:          mode error message now includes numbers
                   13376: 
                   13377:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13378:          now causes death
                   13379: 
                   13380: 2003-04-04  paf
                   13381: 
                   13382:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13383:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13384:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13385:          Sent: Thursday, January 23, 2003 9:14 AM
                   13386: 
                   13387:          huge speedup on ^file::cgi with big result
                   13388: 
                   13389:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13390: 
                   13391:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13392:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13393: 
                   13394:          @main[] $with_default[  $.a[1]  $._default[default from
                   13395:          with_default] ] ^show[$with_default]
                   13396: 
                   13397:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13398:          =$to_add_to.xxx=<br>
                   13399: 
                   13400:          ^show[$to_add_to]
                   13401: 
                   13402:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13403:          ^show[$cloned]
                   13404: 
                   13405:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13406: 
                   13407:          }  <hr>
                   13408: 
                   13409:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13410:          http://i2/tasks/edit/?id=4493701604654042676
                   13411: 
                   13412:          @main[] $with_default[  $.a[1]  $._default[default from
                   13413:          with_default] ] ^show[$with_default]
                   13414: 
                   13415:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13416:          =$to_add_to.xxx=<br>
                   13417: 
                   13418:          ^show[$to_add_to]
                   13419: 
                   13420:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13421:          ^show[$cloned]
                   13422: 
                   13423:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13424: 
                   13425:          }  <hr>
                   13426: 
                   13427:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13428:          http://i2/tasks/edit/?id=4507350336410850921
                   13429: 
                   13430:        * src/classes/xdoc.C: memory allocation func bugfix
                   13431:          http://i2/tasks/edit/?id=4499303470368629745
                   13432: 
                   13433:        * src/classes/math.C: allowed random 1...
                   13434: 
                   13435:        * src/classes/math.C: allowed random 0..
                   13436: 
                   13437:        * src/main/pa_globals.C: exif mem leak
                   13438:          http://i2/tasks/edit/?id=4480590323629807263
                   13439: 
                   13440:        * src/: classes/classes.dsp, main/main.dsp,
                   13441:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13442:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13443:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13444: 
                   13445:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13446:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13447:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13448:          links to xml libs made relative, no need to unpack parser3project
                   13449:          to /parser3project.
                   13450: 
                   13451:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13452:          column more precise - tab handling bug fixed
                   13453: 
                   13454:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13455:          message in case @CLASS with more then one line inside
                   13456: 
                   13457:        * src/targets/cgi/parser3.C: more understandable error message in
                   13458:          case of errors in @unhandled_exception
                   13459: 
                   13460: 2003-04-03  paf
                   13461: 
                   13462:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13463:          src/main/compile.tab.C, src/main/compile.y,
                   13464:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13465:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13466:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13467: 
                   13468:          higher limits:   file number (max: 255)   line number (max:
                   13469:          64535)   column number (max: 255)
                   13470: 
                   13471:        * src/classes/math.C: top limit
                   13472: 
                   13473:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13474:          precise parse error position in case of
                   13475: 
                   13476:          ^bug ]
                   13477: 
                   13478:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13479:          changed to realities, and passed [bug fixed]
                   13480: 
                   13481:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13482:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13483:          main/compile_tools.h, main/pa_request.C: introducing
                   13484:          ^process...[main-method-alias]
                   13485: 
                   13486:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13487:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13488:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13489:          params receive zero reference, but they are expected not to look
                   13490:          there]
                   13491: 
                   13492:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13493:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13494:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13495:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13496:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13497:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13498:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13499:          [methods without params receive zero reference, but they are
                   13500:          expected not to look there]
                   13501: 
                   13502:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13503:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13504:          ^process...[filename] useful for better error reporting
                   13505:          [file/line/col]
                   13506: 
                   13507:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13508:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13509:          '%s', it 2. method undefined in case of ^void[]
                   13510: 
                   13511:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13512:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13513:          handling done. now we have error columns todo: test it
                   13514: 
                   13515:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13516:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13517: 
                   13518:          this makes life easier: were: bad stack order -- were in
                   13519:          exception catch unwind order, which didn't match execution order
                   13520: 
                   13521:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13522: 
                   13523:          @first[] ^throw[a;1]
                   13524: 
                   13525:          showed throw a first throw b try
                   13526: 
                   13527:          which is no good
                   13528: 
                   13529:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13530:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13531:          trace reset after handled exception [old bug fixed]
                   13532: 
                   13533:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13534:          fixed.  position reporting made precise [both, in parse erros and
                   13535:          runtime errors]
                   13536: 
                   13537: 2003-04-02  paf
                   13538: 
                   13539:        * src/: include/pa_operation.h, include/pa_request.h,
                   13540:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13541:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13542:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13543:          using.  todo:complete
                   13544: 
                   13545:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13546:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13547:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13548:          main/pa_request.C: prepared debug info todo:use it
                   13549: 
                   13550:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13551:          return Operation class->union after switching from autoptrs.
                   13552: 
                   13553:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13554:          meta considered OK [it's up to coder now to remove it not needed]
                   13555: 
                   13556:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13557:          Dictionary constructor when moved to gc]
                   13558: 
                   13559:        * src/main/pa_common.C: uncommented http:// file loading
                   13560: 
                   13561:        * src/include/pa_array.h, src/main/execute.C,
                   13562:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13563:          fix [gdGrowingBuf]
                   13564: 
                   13565:        * configure.in, src/lib/Makefile.am: removed patches
                   13566: 
                   13567:        * configure, src/include/pa_config_auto.h.in,
                   13568:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13569: 
                   13570:        * src/main/pa_common.C: uncommented http:// file loading
                   13571: 
                   13572:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13573:          xdoc::create/load
                   13574: 
                   13575:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13576:          classes/string.C, classes/table.C, classes/void.C,
                   13577:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13578:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13579:          String::String(str,helper_length) are checked.  found/fixed one
                   13580:          place: $request:body now zero-terminated,
                   13581: 
                   13582:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13583:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13584:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13585:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13586:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13587:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13588:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13589:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13590:          easily optimizable)
                   13591: 
                   13592:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13593:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13594: 
                   13595:        * src/: include/pa_array.h, include/pa_stack.h,
                   13596:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13597:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13598:          become assertion iterator in methodframe filler
                   13599: 
                   13600:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13601:          targets/cgi/parser3.C: array::get/put inlined
                   13602: 
                   13603:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13604:          gc_substitute_memory_management_functions +installed CORD_oom
                   13605:          function
                   13606: 
                   13607:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13608:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13609:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13610:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13611:          assertions started configure.in --enable-assertions
                   13612: 
                   13613: 2003-04-01  paf
                   13614: 
                   13615:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13616:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13617:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13618:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13619:          gc misses that and collects valid memory fixed by remembering
                   13620:          xmlDoc from dom object in xdoc.  todo: do something with
                   13621:          premature free of xdoc with xnodes/node values referring into it
                   13622: 
                   13623:        * src/classes/: mail.C: typo fix
                   13624: 
                   13625:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13626:          changes
                   13627: 
                   13628:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13629:          main/pa_memory.C: moved memory debugging to global level: to
                   13630:          pa_gc_malloc
                   13631: 
                   13632:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13633:          debugging showed no errors. todo: debug parser memory
                   13634: 
                   13635:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13636:          configurations
                   13637: 
                   13638:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13639:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13640:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13641:          types/types.dsp: prepared xml-static configuration
                   13642: 
                   13643: 2003-03-31  paf
                   13644: 
                   13645:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13646:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13647:          xml lib memory debugging, simple checks failed: it seems that
                   13648:          library does realloc(bad ptr), and recording those ptrs in heap
                   13649:          [for debugging] was bad: heap situation changes = everything
                   13650:          works fine
                   13651: 
                   13652:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13653:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13654:          limit of 10 user-defined charsets]
                   13655: 
                   13656: 2003-03-28  paf
                   13657: 
                   13658:        * src/main/execute.C: execution stack copied to local register
                   13659:          variable, removed lots [~2e7) of memory accesses
                   13660: 
                   13661: 2003-03-27  paf
                   13662: 
                   13663:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13664:          works in debug, but fails in release todo: fix that
                   13665: 
                   13666:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13667:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13668:          replacement from gc branch
                   13669: 
                   13670:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13671:          improvement here]
                   13672: 
                   13673:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13674:          'not recommened' in gc.h, on win32 noticed no difference]
                   13675: 
                   13676:        * src/include/pa_array.h: returned checked array get [were disabled
                   13677:          for debugging] result:not slower [don't understand that, it were
                   13678:          INLINED] todo: find out a way of inlining it!
                   13679: 
                   13680:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13681:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13682:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13683:          convention changed: all resulting strings are zero-terminated
                   13684: 
                   13685:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13686:          classes/string.C, classes/table.C, classes/void.C,
                   13687:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13688:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13689:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13690:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13691:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13692:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13693:          append_help_length [radical improvement here]
                   13694: 
                   13695:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13696:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13697:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13698:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13699:          even slower
                   13700: 
                   13701:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13702:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13703:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13704:          clients of &get(): most to use non-ref version, some[in tight
                   13705:          places] to get_unchecked_ref
                   13706: 
                   13707:        * src/doc/memory.dox: forgot to add
                   13708: 
                   13709:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13710:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13711:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13712:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13713:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13714:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13715:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13716:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13717:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13718:          func] other Array & removed
                   13719: 
                   13720: 2003-03-26  paf
                   13721: 
                   13722:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13723:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13724:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13725:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13726:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13727:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13728:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13729:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13730:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13731:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13732:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13733:          pre-evaluated .count() in some places
                   13734: 
                   13735:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13736:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13737:          types/types.dsp: .dsp profiling updated
                   13738: 
                   13739:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13740:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13741:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13742: 
                   13743:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13744:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13745:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13746:          use lib/gc,lib/cord
                   13747: 
1.116     moko     13748:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13749:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13750:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13751:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13752:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13753:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13754:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13755:          src/lib/cord/include/Makefile.am,
1.116     moko     13756:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13757:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13758:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13759:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13760:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13761:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13762:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13763:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13764:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13765:          funcs ported pa_exec
1.95      moko     13766: 
                   13767:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13768: 
                   13769:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13770:          bundled gc includes
                   13771: 
                   13772:        * src/: classes/op.C, include/pa_array.h,
                   13773:          include/pa_sql_connection.h, include/pa_string.h,
                   13774:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13775:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13776:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13777:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13778:          first real site (aval)]
                   13779: 
                   13780: 2003-03-25  paf
                   13781: 
                   13782:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13783:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13784:          process
                   13785: 
                   13786:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13787:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13788: 
                   13789:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13790: 
                   13791:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13792:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13793:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13794:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13795:          tests/results/121.processed: untaint.C L_URI
                   13796: 
                   13797:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13798:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13799:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13800:          src/types/pa_vmemory.h: ^memory:compact[]
                   13801: 
                   13802:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13803:          test result
                   13804: 
                   13805:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13806: 
                   13807:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13808:          tests/results/107.processed: fixed dom language [values are now
                   13809:          considered tainted.  it was a bug in parser. updated 107 test
                   13810:          result
                   13811: 
                   13812:        * src/classes/xdoc.C: fixed transform params
                   13813: 
                   13814:        * src/: include/pa_stylesheet_manager.h,
                   13815:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13816: 
                   13817:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13818:          overloads for structure handling
                   13819: 
                   13820:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13821:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13822:          StringBody(0) ambiguilty, introducting static
                   13823:          StringBody::Format(int)
                   13824: 
                   13825:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13826:          linked
                   13827: 
                   13828:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13829: 
                   13830:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13831:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13832:          finalizers isntalled
                   13833: 
                   13834:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13835:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13836:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13837:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13838:          compiled todo: xnode.C / finalizers
                   13839: 
                   13840:        * src/doc/string.dox: updated: new string internals
                   13841: 
                   13842: 2003-03-24  paf
                   13843: 
                   13844:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13845:          include/pa_charset.h, include/pa_config_fixed.h,
                   13846:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13847:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13848:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13849:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13850:          types/pa_vxnode.h: started XML
                   13851: 
                   13852:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13853: 
                   13854:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13855:          include/pa_string.h, main/pa_common.C,
                   13856:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13857: 
                   13858:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13859:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13860:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13861:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13862:          for eq STRING_NOT_FOUND
                   13863: 
                   13864:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13865:          optimize bit implemented
                   13866: 
                   13867:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13868:          String::ArrayFragment::append_positions fixed
                   13869: 
                   13870:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13871:          String::this_starts fixed
                   13872: 
                   13873:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13874: 
                   13875:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13876:          hashcode implemented fully, including per-char callback [it can
                   13877:          be - substr CORD node]
                   13878: 
                   13879:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13880:          rewritten to rewalloc with 100byte buf ahead
                   13881: 
                   13882:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13883:          src/include/pa_string.h, src/main/compile.tab.C,
                   13884:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13885:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13886:          CORD_ec [bad] would rewrite as realloc now
                   13887: 
                   13888:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13889:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13890:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13891:          include/pa_common.h, include/pa_request.h,
                   13892:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13893:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13894:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13895:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13896:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13897:          types/pa_vstateless_class.h: 2*2 worked :)
                   13898: 
                   13899:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13900:          src/include/pa_exec.h, src/include/pa_string.h,
                   13901:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13902:          passed OK
                   13903: 
                   13904:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13905:          types/pa_value.C: all linked todo: debug
                   13906: 
                   13907:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13908:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13909: 
                   13910:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13911: 
                   13912:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13913: 
                   13914:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13915: 
                   13916:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13917: 
                   13918:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13919:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13920:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13921:          pa_vstateless_class.C compiled
                   13922: 
                   13923:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13924:          types/pa_vmath.C: pa_vmail.C compiled
                   13925: 
                   13926:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   13927: 
                   13928:        * src/types/pa_vform.C: pa_vform.C compiled
                   13929: 
                   13930:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   13931: 
                   13932:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   13933:          pa_vstateless_class.C: pa_vcookie.C compiled
                   13934: 
                   13935:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   13936:          types/pa_vhash.h: pa_value.C compiled
                   13937: 
                   13938:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   13939:          classes.lib main.lib compiled
                   13940: 
                   13941:        * src/classes/void.C: void.C compiled
                   13942: 
                   13943:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   13944:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   13945:          compiled
                   13946: 
                   13947:        * src/: classes/string.C, include/pa_request.h,
                   13948:          include/pa_string.h, main/pa_string.C: string.C compiled
                   13949: 
                   13950:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   13951:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   13952:          main/pa_request.C, main/pa_string.C: op.C compiled
                   13953: 
                   13954:        * src/classes/: math.C, op.C: math.C compiled
                   13955: 
                   13956:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   13957:          types/pa_vmail.h: mail.C compiled
                   13958: 
                   13959:        * src/classes/: int.C, table.C: int.C compiled
                   13960: 
                   13961:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   13962:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   13963:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   13964:          compiled
                   13965: 
                   13966:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13967:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   13968:          include/pa_sql_connection.h: hash.C compiled
                   13969: 
                   13970:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   13971:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13972:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13973:          classes/math.C, classes/op.C, classes/response.C,
                   13974:          classes/string.C, classes/table.C, classes/void.C,
                   13975:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   13976:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   13977:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   13978:          file.C table.C compiled
                   13979: 
                   13980:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   13981:          main/untaint.C: main.lib compiled
                   13982: 
                   13983: 2003-03-21  paf
                   13984: 
                   13985:        * src/: classes/op.C, include/pa_cache_managers.h,
                   13986:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13987:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   13988:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   13989:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   13990:          compiled
                   13991: 
                   13992:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   13993:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   13994:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   13995:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   13996:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   13997:          pa_request.C compiled
                   13998: 
                   13999:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14000:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14001:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14002:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14003:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14004:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14005:          compiled
                   14006: 
                   14007:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14008:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14009:          on unix
                   14010: 
                   14011:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14012:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14013:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14014:          pa_charsets.C compiled
                   14015: 
                   14016:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14017:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14018:          main/compile.y, main/execute.C, main/pa_common.C,
                   14019:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14020:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14021:          types/pa_vmethod_frame.h: execute.C compiled
                   14022: 
                   14023:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14024:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14025:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14026:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14027:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14028:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14029:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14030:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14031:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14032:          include/pa_stylesheet_connection.h,
                   14033:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14034:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14035:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14036:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14037:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14038:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14039:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14040:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14041:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14042:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14043:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14044:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14045:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14046:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14047:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14048:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14049:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14050:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14051:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14052:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14053:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14054:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14055:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14056:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14057:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14058:          [C++ CORD wrapper]
                   14059: 
                   14060:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14061: 
                   14062:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14063:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14064: 
                   14065:          command line, env values, input got transcoded before call
                   14066:          stdout, stderr got transcoded after call
                   14067: 
                   14068:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14069:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14070: 
                   14071:        * src/main/pa_common.C: } typo bug fix
                   14072: 
                   14073:        * src/main/pa_common.C: } typo bug fix
                   14074: 
                   14075: 2003-03-20  paf
                   14076: 
                   14077:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14078:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14079: 
                   14080:        * src/include/pa_string.h: more tests
                   14081: 
                   14082:        * src/main/pa_string.C: string.pos fixed
                   14083: 
1.116     moko     14084:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14085:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14086:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14087:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14088:          replaces
1.95      moko     14089: 
                   14090:        * src/: classes/image.C, include/pa_dictionary.h,
                   14091:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14092:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14093:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14094:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14095: 
                   14096:        * src/include/pa_string.h: warning
                   14097: 
                   14098:        * src/include/pa_string.h: this_starts fixed
                   14099: 
                   14100:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14101:          new String ctor & append params convention
                   14102: 
                   14103:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14104:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14105:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14106:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14107:          main/pa_exception.C, main/pa_exec.C,
                   14108:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14109:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14110:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14111:          types/pa_vmail.C: more tests OK
                   14112: 
                   14113:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14114:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14115:          gc/exit runned OK
                   14116: 
                   14117:        * src/types/pa_vmail.C: another naming problem: should not name
                   14118:          vars like that: unpredictable close caused problems with later
                   14119:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   14120:          descriptors missing on startup: stdin; Bad file number
                   14121: 
                   14122:          todo: find out why so many filters(stream) here. probably wrong?
                   14123: 
                   14124:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   14125:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   14126:          main/untaint.C: test compiled
                   14127: 
                   14128:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   14129:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   14130:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   14131:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   14132:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   14133:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14134:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   14135:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   14136:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   14137:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   14138: 
                   14139:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   14140:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   14141:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   14142:          src/include/pa_memory.h, src/include/pa_request.h,
                   14143:          src/include/pa_request_charsets.h,
                   14144:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   14145:          src/main/compile.tab.C, src/main/execute.C,
                   14146:          src/main/pa_charset.C, src/main/pa_common.C,
                   14147:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14148:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14149:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   14150:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   14151:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   14152:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14153:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   14154:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14155:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   14156:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   14157:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14158:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   14159:          pa_common.C [done, without http for now]
                   14160: 
                   14161: 2003-03-19  paf
                   14162: 
                   14163:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   14164:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   14165:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   14166:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   14167:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   14168:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   14169:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   14170:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   14171:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14172:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   14173:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   14174:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14175:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14176:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14177:          types/pa_wwrapper.h: started test
                   14178: 
1.116     moko     14179:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   14180:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     14181: 
                   14182:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   14183:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   14184:          it
                   14185: 
                   14186:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   14187:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   14188:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   14189:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   14190:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   14191:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   14192:          types/pa_vmethod_frame.h, types/types.dsp: string
                   14193:          reimplementation with cord+array<fragment>: 70%
                   14194: 
                   14195: 2003-03-18  paf
                   14196: 
                   14197:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14198:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   14199:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   14200:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   14201:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   14202:          can ignore lang in cmp and pos really,             but would
                   14203:          split properly!
                   14204: 
                   14205:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   14206:          cord part made parser/src/lib: it's not compiled into libgc by
                   14207:          default
                   14208: 
                   14209:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   14210:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14211:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14212:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14213:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14214:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14215:          src/classes/xnode.C, src/classes/xnode.h,
                   14216:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   14217:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14218:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   14219:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14220:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14221:          src/include/pa_memory.h, src/include/pa_pool.h,
                   14222:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   14223:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   14224:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14225:          src/include/pa_stylesheet_connection.h,
                   14226:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14227:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   14228:          src/main/compile.C, src/main/compile.tab.C,
                   14229:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14230:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   14231:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14232:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14233:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   14234:          src/main/pa_pool.C, src/main/pa_request.C,
                   14235:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14236:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   14237:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   14238:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14239:          src/types/pa_junction.h, src/types/pa_method.h,
                   14240:          src/types/pa_value.C, src/types/pa_value.h,
                   14241:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14242:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14243:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14244:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14245:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14246:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14247:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14248:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   14249:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14250:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14251:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14252:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14253:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14254:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14255:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14256:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14257:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14258:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14259:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14260:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14261:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14262:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   14263:          gc: PA_Object done lots of replacements also
                   14264: 
                   14265:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   14266:          gc logging
                   14267: 
                   14268: 2003-03-17  paf
                   14269: 
                   14270:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14271:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   14272:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   14273:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14274:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   14275:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   14276:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   14277:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14278:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14279:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   14280:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   14281:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14282:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   14283:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   14284:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14285:          types/pa_vxnode.h: libgc attempt
                   14286: 
                   14287: 2003-03-13  paf
                   14288: 
                   14289:        * src/: include/pa_sql_driver_manager.h,
                   14290:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   14291:          called
                   14292: 
                   14293:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   14294:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   14295:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   14296:          types/pa_value.h, types/pa_vobject.h,
                   14297:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   14298:          set_base, set_derived simplified [counter leaks fixed]
                   14299: 
                   14300:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   14301:          src/types/types.dsp: incorporated status class patch From:
                   14302:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   14303:          2003 8:14 AM
                   14304: 
                   14305:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   14306:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   14307:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   14308: 
                   14309: 2003-03-12  paf
                   14310: 
1.116     moko     14311:        * configure, configure.in, src/lib/ltdl/configure,
                   14312:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     14313:          lib/ltdl/Makefile now created by /configure.in only [were by
                   14314:          lib/ltdl/configure.in OVERWRITE]
                   14315: 
1.116     moko     14316:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   14317:          linkage fixed for g++ 3.2.2
1.95      moko     14318: 
                   14319:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   14320:          on using privately declared class [fixed]
                   14321: 
                   14322:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   14323:          3.2 rightliy complained on using privately declared class [fixed]
                   14324: 
                   14325:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   14326:          sigpipe before request constructor now causes death
                   14327: 
                   14328:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   14329:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   14330:          not cause exception in exception handler
                   14331: 
1.116     moko     14332:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   14333:          now default links libstdc++ statically.  that can be overriden by
                   14334:          --with-dynamic-stdcpp
1.95      moko     14335: 
                   14336: 2003-03-11  paf
                   14337: 
                   14338:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   14339:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   14340:          necessity of libstdc++
                   14341: 
                   14342:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14343: 
                   14344:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14345: 
                   14346: 2003-03-08  paf
                   14347: 
                   14348:        * tests/Makefile: make install & co
                   14349: 
                   14350:        * src/: include/pa_request.h, classes/op.C: removing
                   14351:          vclass,object.h -> pa_request.h dependency
                   14352: 
                   14353:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14354:          main/pa_request.C: removing vform,response,cookie.h ->
                   14355:          pa_request.h dependency
                   14356: 
                   14357:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14358:          dependency [testing...]
                   14359: 
                   14360:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14361:          return 0; fixed
                   14362: 
                   14363:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14364:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14365: 
                   14366:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14367: 
                   14368:        * src/main/pa_request.C: forgotten: ifdef XML
                   14369: 
                   14370:        * src/main/pa_request.C: forgotten: ifdef XML
                   14371: 
                   14372:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14373:          win32 and run memleak tests again
                   14374: 
                   14375:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14376:          old xml lib-- it's internal memory handling has faults
                   14377: 
                   14378:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14379:          problems when transcode from charset A to A.
                   14380: 
                   14381:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14382:          todo: still problems when transcode from charset A to A.
                   14383: 
                   14384:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14385:          classes/table.C, include/pa_array.h,
                   14386:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14387:          started full-scale-site-test [~ http://parser.ru sources]
                   14388: 
                   14389:          some fixes
                   14390: 
                   14391:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14392:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14393:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14394:          results/110.processed, results/111.processed,
                   14395:          results/112.processed, results/113.processed,
                   14396:          results/114.processed, results/115.processed,
                   14397:          results/116.processed, results/117.processed,
                   14398:          results/118.processed, results/119.processed,
                   14399:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14400:          selectSingle 111 xdoc.create from tainted & 112
                   14401:          xdoc.create/output with russian attr value 113 xpath
                   14402:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14403:          116 output media-type change 117 transform by dom stylesheet 118
                   14404:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14405:          output
                   14406: 
                   14407:          =END OF PREPARED XML TESTS=
                   14408: 
                   14409: 2003-03-07  paf
                   14410: 
                   14411:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14412:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14413:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14414:          transform with params [bugs fixed]
                   14415: 
                   14416:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14417:          from copy/paste bug
                   14418: 
                   14419:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14420:          src/include/pa_request.h, src/main/execute.C,
                   14421:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14422:          src/main/pa_globals.C, src/main/pa_request.C,
                   14423:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14424:          src/types/pa_vxnode.C, tests/107.html,
                   14425:          tests/results/107.processed: xml: test: 107 bug fixes
                   14426: 
                   14427:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14428:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14429:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14430: 
                   14431:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14432:          string
                   14433: 
                   14434:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14435:          mem alloc functions used for different cases [libxml, libxsl]
                   14436: 
                   14437:        * src/classes/classes.C: fixed: prevent system classes from
                   14438:          modification to lock ALL the classes, not only directly used
                   14439: 
                   14440:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14441:          linked
                   14442: 
                   14443:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14444: 
                   14445: 2003-03-06  paf
                   14446: 
                   14447:        * src/classes/xdoc.C: xdoc.C 50%
                   14448: 
                   14449:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14450:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14451:          main/pa_globals.C, main/pa_request.C,
                   14452:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14453: 
                   14454:        * src/: include/pa_stylesheet_connection.h,
                   14455:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14456:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14457: 
                   14458:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14459:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14460:          xml: stylesheet&manager STARTED
                   14461: 
                   14462:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14463:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14464: 
                   14465:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14466:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14467:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14468:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14469:          charsets
                   14470: 
                   14471:        * tests/023.html: in some cases it rounded up badly. postponing
                   14472:          solution of that problem, making more simple test
                   14473: 
                   14474:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14475:          -kb now
                   14476: 
                   14477:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14478:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14479:          moved to charsets.C
                   14480: 
                   14481: 2003-03-05  paf
                   14482: 
                   14483:        * src/classes/string.C, src/include/pa_string.h,
                   14484:          src/main/pa_string.C, tests/105.html,
                   14485:          tests/results/105.processed: String::match bug fixed
                   14486: 
                   14487:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14488:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14489:          debug build on win32]
                   14490: 
                   14491:        * tests/: 057.html, results/057.processed: test bug fixed
                   14492: 
1.116     moko     14493:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14494: 
                   14495:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14496:          missing
                   14497: 
1.116     moko     14498:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14499:          forgotten files added to Makes
1.95      moko     14500: 
                   14501:        * ltmain.sh: ltmain.sh added
                   14502: 
                   14503:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14504:          change undone ;(
                   14505: 
                   14506:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14507:          made static
                   14508: 
                   14509:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14510:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14511:          todo:make linker happy
1.95      moko     14512: 
                   14513:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14514:          env param made optional
                   14515: 
                   14516: 2003-03-04  paf
                   14517: 
                   14518:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14519:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14520: 
                   14521:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14522:          results/103.processed: tests: 103 image.copy transparence test
                   14523: 
                   14524:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14525:          tests/results/101.processed, tests/results/102.processed: tests:
                   14526:          101 method/variable name conflict test 102 form fields change
                   14527:          should not not change anything [bug fix]
                   14528: 
                   14529:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14530:          results/099.processed, results/100.processed: tests: 57 date
                   14531:          create 2002: added 99,100 response:body/download
                   14532: 
                   14533:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14534:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14535: 
                   14536:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14537:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14538:          fixed]
                   14539: 
                   14540:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14541:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14542:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14543:          image EXIF  [bug fixed]
                   14544: 
                   14545:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14546:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14547:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14548:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14549:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14550:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14551:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14552:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14553:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14554:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14555:          tests/results/062.processed, tests/results/063.processed,
                   14556:          tests/results/064.processed, tests/results/065.processed,
                   14557:          tests/results/066.processed, tests/results/067.processed,
                   14558:          tests/results/068.processed, tests/results/069.processed,
                   14559:          tests/results/070.processed, tests/results/071.processed,
                   14560:          tests/results/072.processed, tests/results/073.processed,
                   14561:          tests/results/074.processed, tests/results/075.processed,
                   14562:          tests/results/076.processed, tests/results/077.processed,
                   14563:          tests/results/078.processed, tests/results/080.processed,
                   14564:          tests/results/081.processed, tests/results/082.processed,
                   14565:          tests/results/083.processed, tests/results/084.processed,
                   14566:          tests/results/085.processed, tests/results/086.processed,
                   14567:          tests/results/087.processed, tests/results/088.processed,
                   14568:          tests/results/089.processed, tests/results/090.processed,
                   14569:          tests/results/091.processed, tests/results/092.processed,
                   14570:          tests/results/093.processed, tests/results/094.processed,
                   14571:          tests/results/095.processed, tests/079.html,
                   14572:          tests/results/079.processed: tests: 61 file::stat size 62
                   14573:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14574:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14575:          string.match simple on long 68 string.match normalized simple on
                   14576:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14577:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14578:          date arithmetics 75 response date values/attributes 76 string.pos
                   14579:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14580:          with local 80 scientific numeric literal in string autoconvert 81
                   14581:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14582:          table.hash distinct 85 long string  replace 86 throw+catch
                   14583:          current language preserve 87 bit shifts 88 junction tests +
                   14584:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14585:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14586:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14587: 
                   14588:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14589:          fixed] 60 string eq string [bug fixed]
                   14590: 
                   14591:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14592:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14593:          results/053.processed, results/054.processed,
                   14594:          results/055.processed, results/056.processed,
                   14595:          results/057.processed, results/058.processed,
                   14596:          results/059.processed, results/060.processed: test: 53
                   14597:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14598:          date.create[string] 58 image.measure[png]
                   14599: 
                   14600:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14601:          outputs/051.processed, results/052.processed: test: 52
                   14602:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14603:          task: fix that
                   14604: 
                   14605: 2003-03-03  paf
                   14606: 
                   14607:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14608:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14609:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14610:          outputs/049.processed, outputs/050.processed,
                   14611:          outputs/051.processed, results/001.processed,
                   14612:          results/002.processed, results/003.processed,
                   14613:          results/005.processed, results/006.processed,
                   14614:          results/008.processed, results/009.processed,
                   14615:          results/011.processed, results/012.processed,
                   14616:          results/013.processed, results/014.processed,
                   14617:          results/015.processed, results/016.processed,
                   14618:          results/017.processed, results/020.processed,
                   14619:          results/021.processed, results/022.processed,
                   14620:          results/024.processed, results/025.processed,
                   14621:          results/026.processed, results/027.processed,
                   14622:          results/028.processed, results/029.processed,
                   14623:          results/030.processed, results/031.processed,
                   14624:          results/049.processed, results/050.processed,
                   14625:          results/051.processed, results/043.processed,
                   14626:          results/044.processed, results/045.processed,
                   14627:          results/046.processed, results/047.processed,
                   14628:          results/048.processed: tests: 43,44,45 date rolls 46
                   14629:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14630:          hash-creating switch 50 process 51 started parent/child, works as
                   14631:          it were but it were NOT GOOD, created separate task  to fix that
                   14632: 
                   14633:        * tests/: 042.html, results/042.processed: test: 42
                   14634:          exception.handled
                   14635: 
                   14636:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14637:          expression
                   14638: 
                   14639:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14640:          of type table 40 method param junction auto evaluate
                   14641: 
                   14642:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14643:          of type table
                   14644: 
                   14645:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14646:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14647:          tests/038.html, tests/results/033.processed,
                   14648:          tests/results/034.processed, tests/results/035.processed,
                   14649:          tests/results/036.processed, tests/results/037.processed,
                   14650:          tests/results/038.processed: tests: 33 string.replace 34
                   14651:          string.upper 35 table created 36 local/global vars with juntions
                   14652:          37 table clone 38 math PI & number formatting
                   14653: 
                   14654:          math class registring typo fixed
                   14655: 
                   14656:        * src/classes/op.C, src/include/pa_request.h,
                   14657:          src/include/pa_string.h, src/main/execute.C,
                   14658:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14659:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14660:          tests/032.html, tests/results/032.processed: uchar changed to
                   14661:          String_UL in all places [was not everywhere] untaint test: 032
                   14662: 
                   14663:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14664:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14665:          tests/parser-unix.sh: removed -H command line key, now testing
                   14666:          using .sh file with SERVER_SOFTWARE=xxx
                   14667: 
                   14668: 2003-02-26  paf
                   14669: 
                   14670:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14671:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14672:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14673:          tests/results/024.processed, tests/results/025.processed,
                   14674:          tests/results/026.processed, tests/results/027.processed,
                   14675:          tests/results/028.processed, tests/results/029.processed,
                   14676:          tests/results/030.processed, tests/results/031.processed: fixed
                   14677:          bug with name_cstr mutable CharPtr more tests
                   14678: 
                   14679:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14680:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14681:          << abort.  die now just exits
                   14682: 
                   14683:        * src/classes/classes.awk, src/classes/classes.h,
                   14684:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14685:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14686:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14687:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14688:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14689:          src/classes/xnode.C, src/include/pa_memory.h,
                   14690:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14691:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14692:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14693:          tests/017.html, tests/018.html, tests/019.html,
                   14694:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14695:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14696:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14697:          tests/results/015.processed, tests/results/016.processed,
                   14698:          tests/results/017.processed, tests/results/018.processed,
                   14699:          tests/results/019.processed, tests/results/020.processed,
                   14700:          tests/results/021.processed, tests/results/022.processed,
                   14701:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14702:          classes SAPI::get_env now returns info on pool more tests
                   14703: 
                   14704:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14705:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14706:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14707:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14708:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14709:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14710:          tests/results/001.processed, tests/results/002.processed,
                   14711:          tests/results/003.processed, tests/results/004.processed,
                   14712:          tests/results/005.processed, tests/results/006.processed,
                   14713:          tests/results/007.processed, tests/results/008.processed,
                   14714:          tests/results/009.processed, tests/results/010.processed,
                   14715:          tests/results/011.processed, tests/results/012.processed,
                   14716:          tests/results/013.processed, tests/results/014.processed: hash
                   14717:          cloning fixed
                   14718: 
                   14719: 2003-02-25  paf
                   14720: 
                   14721:        * src/main/pa_common.C: typo fixed
                   14722: 
                   14723: 2003-02-24  paf
                   14724: 
                   14725:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14726:          [one remained]
                   14727: 
                   14728:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14729:          [should have been get_string(&pool)] todo: check other such calls
                   14730: 
                   14731:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14732:          test10, bad lookups
                   14733: 
                   14734:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14735:          object got destructed, and xxx points to sky
                   14736: 
                   14737:        * ChangeLog, src/classes/string.C: match bug fixed
                   14738: 
                   14739:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14740:          $.charset[specified] now
                   14741: 
                   14742:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14743:          which failed to handle sigsetjmp+throw: crashed inside of
                   14744:          pre-throw code.  rewritten simplier [though duplicating
                   14745:          closesocket code]
                   14746: 
                   14747:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14748:          which failed to handle sigsetjmp+throw: crashed inside of
                   14749:          pre-throw code.  rewritten simplier [though duplicating
                   14750:          closesocket code]
                   14751: 
                   14752: 2003-02-21  paf
                   14753: 
                   14754:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14755:          $cookie:name[$.expires[date << can be now]]
                   14756: 
                   14757:          written makefile with regression tests [raw]
                   14758: 
                   14759:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14760:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14761:          CGI header when parser used in command line [useful for tests
                   14762:          also]
                   14763: 
                   14764:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14765:          switches on CGI mode, and is used in regression tests
                   14766: 
                   14767:        * src/: include/pa_request.h, main/pa_request.C,
                   14768:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14769:          fixed
                   14770: 
                   14771:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14772:          handling pa_*
                   14773: 
                   14774:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14775:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14776:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14777:          memory handling files
                   14778: 
                   14779:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14780: 
                   14781:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14782:          compiles OK test to show benefits of free
                   14783: 
                   14784:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14785:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14786:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14787:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14788:          use pool [as the one in ^process]
                   14789: 
                   14790:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14791:          -- some must use pool [as the one in ^process]
                   14792: 
                   14793: 2003-02-20  paf
                   14794: 
                   14795:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14796:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14797:          classes/math.C, classes/op.C, classes/response.C,
                   14798:          classes/string.C, classes/table.C, classes/void.C,
                   14799:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14800:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14801:          string cmp fixed
                   14802: 
                   14803:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14804:          values passed OK now
                   14805: 
                   14806: 2003-02-19  paf
                   14807: 
                   14808:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14809:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14810:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14811:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14812:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14813:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14814:          in gd -- planning complete rewrite extremely ugly code]
                   14815: 
                   14816:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14817:          files
                   14818: 
                   14819: 2003-02-17  paf
                   14820: 
                   14821:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14822:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14823:          classes/response.C, classes/string.C, classes/table.C,
                   14824:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14825:          include/pa_stylesheet_connection.h,
                   14826:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14827:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14828:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14829:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14830:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14831:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14832:          of unitialized simple-typed field
                   14833: 
                   14834:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14835:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14836:          simple-typed field fixed.  todo: find&kill all like that one
                   14837: 
                   14838:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14839:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14840:          debug output fixed
                   14841: 
                   14842:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14843:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14844:          object_ptr from delete[them]
                   14845: 
                   14846:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14847:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14848:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14849:          main/pa_charset.C, main/pa_common.C,
                   14850:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14851:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14852:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14853:          calls
                   14854: 
                   14855:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14856:          couple mem leaks rusulted from old pooled::malloc usage.
                   14857:          todo:find more like those
                   14858: 
                   14859:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14860: 
                   14861:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14862:          stackItem fixed [there were no string on stack before]
                   14863: 
                   14864:        * src/: main/execute.C, main/pa_request.C,
                   14865:          types/pa_vmethod_frame.C: first letters out OK
                   14866: 
                   14867:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14868:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14869:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14870:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14871:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14872:          type not initialized with zeros :( while class fields of class
                   14873:          types initialized with default constructors.  learn C++
                   14874: 
                   14875:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14876:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14877:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14878:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14879:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14880: 
                   14881: 2003-02-14  paf
                   14882: 
                   14883:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14884:          13 link errors
                   14885: 
                   14886:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14887:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14888:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14889:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14890:          errors :)
                   14891: 
                   14892:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14893:          classes/hash.C, classes/mail.C, classes/op.C,
                   14894:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14895:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14896:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14897:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14898: 
                   14899:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14900:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14901:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14902:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14903:          types/pa_vint.h, types/types.dsp: op compiled
                   14904: 
                   14905:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14906:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14907:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14908: 
                   14909: 2003-02-07  paf
                   14910: 
                   14911:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14912: 
                   14913: 2003-02-06  paf
                   14914: 
                   14915:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14916:          mail compiled
                   14917: 
                   14918:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14919:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14920:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14921: 
                   14922:        * src/classes/: file.C, form.C: form compiled
                   14923: 
                   14924:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14925:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14926:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   14927: 
                   14928:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   14929:          types/pa_vmath.h: math compiled [win32]
                   14930: 
                   14931:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   14932:          types/pa_vstring.h: hash compiled
                   14933: 
                   14934: 2003-02-04  paf
                   14935: 
                   14936:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   14937:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14938:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   14939:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   14940:          types/pa_vhash.h: hash 50% compiled
                   14941: 
                   14942:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14943:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   14944:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14945:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   14946:          main/pa_string.C: date compiled
                   14947: 
                   14948:        * src/classes/: classes.dsp, double.C: double compiled
                   14949: 
                   14950:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14951:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   14952:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14953:          classes/string.C, classes/table.C, classes/void.C,
                   14954:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   14955:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   14956:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   14957:          compiled
                   14958: 
                   14959:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14960:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14961:          classes/math.C, classes/op.C, classes/response.C,
                   14962:          classes/string.C, classes/table.C, classes/void.C,
                   14963:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14964:          types/pa_vvoid.h: void  compiled :)
                   14965: 
                   14966:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   14967:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14968:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14969:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   14970:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   14971:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   14972:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   14973:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   14974:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   14975:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   14976:          value_includes.h
                   14977: 
                   14978:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   14979:          trying to remove stupid value_includes.h
                   14980: 
                   14981:        * src/main/pa_exec.C: pa_exec compiled on win32
                   14982: 
                   14983:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   14984: 
                   14985:        * src/: include/pa_globals.h, include/pa_request.h,
                   14986:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   14987:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   14988:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   14989:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   14990:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   14991: 
                   14992:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   14993:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   14994:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   14995: 
                   14996:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   14997:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   14998:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   14999:          compiled
                   15000: 
                   15001:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15002:          name conflicts)
                   15003: 
                   15004:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15005:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15006:          yelds "virtual memory exhausted" while trying to compile
                   15007:          execute.C [eating up to 127MB]
                   15008: 
                   15009: 2003-02-03  paf
                   15010: 
                   15011:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15012:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15013:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15014:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15015:          types/pa_vint.h, types/pa_vjunction.h,
                   15016:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15017:          started gcc compiling pa_common compiled
                   15018: 
                   15019:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15020:          main/pa_exception.C: exception gcc change #1
                   15021: 
1.116     moko     15022:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15023:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15024: 
                   15025:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15026: 
                   15027:        * src/types/pa_vtable.C: vtable compiled
                   15028: 
                   15029:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15030: 
                   15031:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15032:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15033: 
                   15034:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15035: 
                   15036:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15037: 
                   15038:        * src/types/pa_vrequest.C: vrequest compiled
                   15039: 
                   15040:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15041:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15042: 
                   15043:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15044:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15045:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15046:          compiled
                   15047: 
                   15048:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15049: 
                   15050:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15051:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15052:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15053:          compiled
                   15054: 
                   15055:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15056:          main.lib - 0 error(s), 0 warning(s)
                   15057: 
                   15058:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15059:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15060: 
                   15061: 2003-01-31  paf
                   15062: 
                   15063:        * src/: include/pa_array.h, include/pa_operation.h,
                   15064:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15065:          types/pa_vjunction.h: started last file from main library:
                   15066:          execute
                   15067: 
                   15068:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15069:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15070:          main/pa_request.C, targets/cgi/parser3.C,
                   15071:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15072:          types/pa_vhash.h: pa_request compiled
                   15073: 
                   15074:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15075:          include/pa_globals.h, include/pa_request.h,
                   15076:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15077:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15078:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15079:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15080:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15081:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15082:          types/types.dsp: most pa_request compiled
                   15083: 
                   15084:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15085:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15086:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15087:          classes/op.C, classes/response.C, classes/string.C,
                   15088:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15089:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15090:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15091:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15092:          include/pa_dictionary.h, include/pa_dir.h,
                   15093:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15094:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15095:          include/pa_pool.h, include/pa_request.h,
                   15096:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15097:          include/pa_sapi.h, include/pa_socks.h,
                   15098:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15099:          include/pa_stack.h, include/pa_string.h,
                   15100:          include/pa_stylesheet_connection.h,
                   15101:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15102:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15103:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15104:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15105:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15106:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15107:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15108:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15109:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15110:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15111:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15112:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15113:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15114:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15115:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15116:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15117:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15118:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15119:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15120:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   15121:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   15122:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15123:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15124:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15125:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15126:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15127:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15128:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15129:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15130:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15131:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15132:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15133:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15134:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15135:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15136:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15137:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   15138: 
                   15139:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   15140:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15141:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15142:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   15143:          src/include/pa_exec.h, src/include/pa_pool.h,
                   15144:          src/include/pa_request.h, src/include/pa_sapi.h,
                   15145:          src/include/pa_sql_connection.h,
                   15146:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15147:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   15148:          src/main/compile.tab.C, src/main/compile_tools.C,
                   15149:          src/main/compile_tools.h, src/main/main.dsp,
                   15150:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   15151:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   15152:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15153:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15154:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   15155:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   15156:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   15157:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15158:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15159:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   15160:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   15161:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   15162:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15163:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15164:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15165:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15166:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15167:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15168:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   15169:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   15170:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   15171:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   15172:          died, long live StringPtr
                   15173: 
                   15174: 2003-01-30  paf
                   15175: 
                   15176:        * src/: include/pa_charset.h, include/pa_request.h,
                   15177:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   15178:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   15179:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   15180: 
                   15181:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   15182:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   15183:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   15184:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15185:          types/types.dsp: vstateless_class compiled
                   15186: 
                   15187:        * src/main/compile.C: compile compiled
                   15188: 
                   15189:        * src/: include/pa_array.h, include/pa_operation.h,
                   15190:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   15191:          main/pa_table.C: compile_tools compiled
                   15192: 
                   15193:        * src/: include/pa_operation.h, main/compile.y,
                   15194:          main/compile_tools.C, main/compile_tools.h: started
                   15195:          compile_tools. vagues ideas of how to free compiled code
                   15196: 
                   15197:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   15198:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   15199:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   15200:          compiled
                   15201: 
                   15202: 2003-01-29  paf
                   15203: 
                   15204:        * src/: include/pa_globals.h, include/pa_request.h,
                   15205:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15206:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   15207:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   15208:          compiled
                   15209: 
                   15210:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   15211:          now
                   15212: 
                   15213:        * src/: include/pa_array.h, include/pa_exception.h,
                   15214:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   15215: 
                   15216:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   15217:          compiled
                   15218: 
                   15219:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   15220:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   15221:          types/pa_vfile.h: vfile compiled
                   15222: 
                   15223:        * src/: include/pa_common.h, include/pa_globals.h,
                   15224:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   15225:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15226:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   15227: 
                   15228:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   15229:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   15230:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   15231:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15232:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   15233: 
                   15234:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   15235:          main/main.dsp, main/untaint.C: more compiled
                   15236: 
                   15237:        * src/: include/pa_charsets.h, include/pa_request.h,
                   15238:          include/pa_request_info.h, include/pa_string.h,
                   15239:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15240:          types/pa_vresponse.h: vrequest compiled
                   15241: 
                   15242:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   15243:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   15244:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   15245: 
                   15246:        * src/: classes/classes.h, include/pa_charset.h,
                   15247:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   15248:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   15249:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   15250:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   15251:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   15252:          types/pa_vrequest.C, types/pa_vrequest.h,
                   15253:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   15254:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   15255: 
                   15256:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   15257:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15258:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   15259:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   15260:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15261:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   15262:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   15263:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15264:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   15265: 
                   15266: 2003-01-28  paf
                   15267: 
                   15268:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   15269:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   15270:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   15271:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   15272:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   15273:          compile_tools
                   15274: 
                   15275:        * src/: include/pa_charset.h, include/pa_exception.h,
                   15276:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   15277:          untaint compiled
                   15278: 
                   15279:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   15280:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   15281:          more compiled.  struck with string::store_to needing to know
                   15282:          source/client charsets
                   15283: 
                   15284:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   15285:          types/pa_vfile.h: uue compiled
                   15286: 
                   15287:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   15288:          table compiled
                   15289: 
                   15290:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   15291:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   15292: 
                   15293:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15294:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   15295:          introduced]
                   15296: 
                   15297:        * src/: classes/date.C, include/pa_charset.h,
                   15298:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   15299:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   15300:          pa_charsets compiled
                   15301: 
                   15302:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   15303:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   15304: 
                   15305:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   15306:          common compiled
                   15307: 
                   15308:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   15309:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   15310: 
                   15311:        * src/: include/pa_array.h, include/pa_charset.h,
                   15312:          include/pa_charsets.h, include/pa_pool.h,
                   15313:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15314:          include/pa_stack.h, include/pa_string.h,
                   15315:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   15316:          sql_driver_manager compiled
                   15317: 
                   15318:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   15319:          letter i with two dots added to koi, all ukranian letters added
                   15320:          to win1251.
                   15321: 
                   15322:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   15323:          abscent from koi]
                   15324: 
                   15325: 2003-01-27  paf
                   15326: 
                   15327:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   15328:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15329:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15330:          sql/pa_sql_driver.h: paused on sql_manager
                   15331: 
                   15332:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   15333:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15334:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   15335:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   15336: 
                   15337:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   15338:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15339:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   15340:          main/pa_table.C: table compiled
                   15341: 
                   15342:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15343:          cache_managers compiled
                   15344: 
                   15345:        * src/: include/pa_array.h, include/pa_charset.h,
                   15346:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15347: 
                   15348:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15349: 
                   15350:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15351:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15352:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15353:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15354:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15355: 
                   15356: 2003-01-24  paf
                   15357: 
                   15358:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15359:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15360:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15361:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15362:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15363:          types/pa_vint.h, types/pa_vjunction.h,
                   15364:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15365:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15366: 
                   15367:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15368:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15369:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15370:          main/pa_string.C, main/pa_table.C: string compiled
                   15371: 
                   15372:        * src/: include/pa_array.h, include/pa_common.h,
                   15373:          include/pa_dictionary.h, include/pa_exception.h,
                   15374:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15375:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15376:          main/pa_string.C: dictionary compiled
                   15377: 
                   15378: 2003-01-23  paf
                   15379: 
                   15380:        * src/: include/pa_array.h, include/pa_common.h,
                   15381:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15382:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15383:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15384:          types/pa_value.h: resurrected pool in new sense: now it's
                   15385:          factory, producing&accounting memory chunks for read[autofree]
                   15386:          buffers
                   15387: 
                   15388:        * src/: include/pa_array.h, include/pa_exception.h,
                   15389:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15390:          main/pa_exception.C, main/pa_table.C: table compiled
                   15391: 
                   15392:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15393:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15394:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15395:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15396:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15397:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15398:          main/pa_table.C: aint that easy
                   15399: 
                   15400:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15401:          main/main.dsp: continued with Hash
                   15402: 
                   15403:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15404:          stack] now. and exception can be reported OK now [can be reported
                   15405:          outside of pro c with that stack]
                   15406: 
                   15407: 2003-01-22  paf
                   15408: 
                   15409:        * src/: include/pa_array.h, include/pa_charset.h,
                   15410:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15411:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15412:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15413:          base: contains references_count.  auto_ptr template calls
                   15414:          add_ref/release
                   15415: 
                   15416: 2003-01-21  paf
                   15417: 
                   15418:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15419:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15420:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15421:          classes/op.C, classes/response.C, classes/string.C,
                   15422:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15423:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15424:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15425:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15426:          include/pa_dictionary.h, include/pa_dir.h,
                   15427:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15428:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15429:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15430:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15431:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15432:          include/pa_stack.h, include/pa_string.h,
                   15433:          include/pa_stylesheet_connection.h,
                   15434:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15435:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15436:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15437:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15438:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15439:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15440:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15441:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15442:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15443:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15444:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15445:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15446:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15447:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15448:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15449:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15450:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15451:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15452:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15453:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15454:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15455:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15456:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15457:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15458:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15459:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15460:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15461:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15462:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15463:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15464:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15465:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15466:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15467:          2002->2003
                   15468: 
                   15469: 2003-01-16  paf
                   15470: 
                   15471:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15472:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15473: 
                   15474:        * operators.txt, src/include/pa_config_fixed.h,
                   15475:          src/main/pa_common.C: http request now return status. and not
                   15476:          fail on status!=200
                   15477: 
                   15478: 2003-01-15  paf
                   15479: 
                   15480:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15481: 
                   15482: 2003-01-14  paf
                   15483: 
                   15484:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15485:          mkinstalldirs: removed some ancient files [they in / really]
                   15486: 
                   15487:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15488:          regretfully needed patch in two places.  in config_fixed.h made
                   15489:          stubs for lib to compile in MSVC
                   15490: 
                   15491: 2003-01-13  paf
                   15492: 
                   15493:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15494:          configure.in(libtool) hacks
                   15495: 
1.116     moko     15496:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15497:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15498:          ltdl.h: moved to latest libtool (1.4.3)
                   15499: 
                   15500: 2003-01-10  paf
                   15501: 
                   15502:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15503: 
                   15504:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15505:          patches.        libxml2 >= 2.5.1
                   15506:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15507:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15508:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15509: 
                   15510:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15511:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15512:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15513:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15514: 
                   15515: 2003-01-09  paf
                   15516: 
                   15517:        * INSTALL: xml,xslt,gdome lib urls updated
                   15518: 
                   15519:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15520:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15521:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15522:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15523:          1.7.2
1.95      moko     15524: 
                   15525:        * depcomp: moving to automake 1.7.2
                   15526: 
                   15527: 2002-12-27  paf
                   15528: 
                   15529:        * src/include/pa_version.h: 0007
                   15530: 
                   15531:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15532:          outdated parts, made links to language docs
                   15533: 
                   15534:        * src/include/pa_config_auto.h.in: comment
                   15535: 
                   15536: 2002-12-26  paf
                   15537: 
                   15538:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15539:          not contain trailing / fixed.
                   15540: 
                   15541:        * INSTALL: changing SAFE_MODE politics
                   15542: 
                   15543:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15544: 
                   15545:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15546: 
                   15547: 2002-12-25  paf
                   15548: 
                   15549:        * src/main/pa_globals.C: optimized-xml
                   15550: 
                   15551:        * src/main/pa_globals.C: optimized-as-is
                   15552: 
                   15553: 2002-12-24  paf
                   15554: 
                   15555:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15556:          fixed [were really called with zero size when .html?a=&b=]
                   15557: 
                   15558:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15559:          with --with-sendmail
                   15560: 
                   15561:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15562:          fixed]
                   15563: 
                   15564: 2002-12-23  paf
                   15565: 
                   15566:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15567:          ignoring parameters & were storing only string with default
                   15568:          expires
                   15569: 
                   15570:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15571:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15572:          December 23, 2002 4:22 AM Subject: bug â
                   15573:          Charset::transcode_buf2xchar
                   15574: 
                   15575: 2002-12-20  paf
                   15576: 
                   15577:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15578:          non-cgi [script] runs
                   15579: 
                   15580: 2002-12-19  paf
                   15581: 
                   15582:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15583:          [tested on elik]] moreover, it's not needed there [parser
                   15584:          registers charsets itself]
                   15585: 
                   15586:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15587:          [tested on elik]]
                   15588: 
                   15589:        * operators.txt, src/include/pa_globals.h,
                   15590:          src/include/pa_request.h, src/main/pa_globals.C,
                   15591:          src/main/pa_request.C: $response:download
                   15592: 
                   15593:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15594:          compiler [win32]].
                   15595: 
                   15596: 2002-12-18  paf
                   15597: 
                   15598:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15599: 
                   15600: 2002-12-17  paf
                   15601: 
                   15602:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15603: 
                   15604:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15605:          to exit(1) 2. more flexible iilegal call check
                   15606: 
                   15607: 2002-12-16  paf
                   15608: 
                   15609:        * ltmain.sh: some automakes silly insist on having this handy
                   15610: 
                   15611:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15612:          'p' bug fix
                   15613: 
                   15614: 2002-12-15  paf
                   15615: 
                   15616:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15617:          'p'
                   15618: 
                   15619:        * configure.in, src/include/pa_config_auto.h.in,
                   15620:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15621:          from branch 6 to HEAD
                   15622: 
                   15623:        * src/main/compile.C: removed warning
                   15624: 
                   15625:        * src/main/pa_common.C: ftruncate having checked
                   15626: 
                   15627:        * configure.in, src/include/pa_version.h: new version
                   15628: 
                   15629: 2002-12-14  paf
                   15630: 
                   15631:        * src/classes/table.C: removed unnecessary code
                   15632: 
                   15633:        * src/sql/pa_sql_driver.h: exception type fixed
                   15634: 
                   15635: 2002-12-09  paf
                   15636: 
                   15637:        * src/types/pa_vvoid.h: $void.store[now] error
                   15638: 
                   15639:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15640: 
                   15641:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15642:          tries to write core dump
                   15643: 
                   15644:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15645: 
                   15646:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15647:          classes/void.C, main/pa_sql_driver_manager.C,
                   15648:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15649:          handlers #2
                   15650: 
                   15651:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15652:          exception handling mech in sql handlers
                   15653: 
                   15654:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15655:          handlers
                   15656: 
                   15657:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15658:          classes/void.C, main/pa_sql_driver_manager.C,
                   15659:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15660:          handlers
                   15661: 
1.116     moko     15662:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15663:          to write makefile which used libtool to install things, which is
                   15664:          not needed
1.95      moko     15665: 
                   15666: 2002-12-06  paf
                   15667: 
                   15668:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15669:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15670: 
                   15671: 2002-12-05  paf
                   15672: 
                   15673:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15674:          cc/bcc OK now
                   15675: 
                   15676:        * src/main/untaint.C: mail header closed properly
                   15677: 
                   15678:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15679:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15680:          works, cc, bcc ignored now, and MAILED ;)]
                   15681: 
                   15682:          [strncpy killed, memnchr used]
                   15683: 
                   15684:        * src/main/pa_table.C: table-copy now current=0
                   15685: 
                   15686:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15687:          lowlevel proc
                   15688: 
                   15689:        * src/targets/cgi/parser3.C: more checks on
                   15690:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15691:          checked that now
                   15692: 
                   15693:        * src/targets/cgi/parser3.C: more checks on
                   15694:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15695:          checked that now
                   15696: 
                   15697:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15698:          out-of-mem errors reached log]
                   15699: 
                   15700:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15701:          mail:send MIME-Version default
                   15702: 
                   15703:        * src/main/main.dsp: pa_version included into main.dsp
                   15704: 
                   15705: 2002-12-04  paf
                   15706: 
                   15707:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15708: 
                   15709:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15710:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15711: 
                   15712:        * src/classes/classes.awk: more strict *.C$
                   15713: 
                   15714:        * gnu.dsp: restored
                   15715: 
1.116     moko     15716:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15717:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15718:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15719:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15720:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15721:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15722:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15723:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15724:          now created with /configure, not ltdl/configure, so it does have
                   15725:          no problems with automake.  ltdl/configure
                   15726:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15727: 
                   15728: 2002-12-02  paf
                   15729: 
                   15730:        * operators.txt: removed outdated status:db
                   15731: 
                   15732:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15733:          src/main/pa_common.C, src/main/pa_request.C,
                   15734:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15735:          tainted parts becomes http-header
                   15736: 
                   15737: 2002-11-29  paf
                   15738: 
                   15739:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15740:          dates now objects of type date
                   15741: 
                   15742:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15743:          only, and for parser user this  means that jpeg image has bad
                   15744:          size in fragment's header] now used image.format
                   15745: 
                   15746:        * src/: include/pa_common.h, main/pa_common.C,
                   15747:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15748:          now handled exactly like $response:header values.  e.g. can be
                   15749:          hash [can have subattributes] & contain date values.
                   15750: 
                   15751:        * src/main/pa_common.C: http:// param values lang forced URI
                   15752: 
                   15753:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15754: 
                   15755: 2002-11-28  paf
                   15756: 
                   15757:        * operators.txt: http.timeout
                   15758: 
                   15759:        * src/classes/image.C: ^image.length now counts interchar space.
                   15760:          plus space after last char
                   15761: 
                   15762:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15763: 
                   15764:        * src/classes/image.C: ^image.font width measurer now scans full
                   15765:          height [were -1]
                   15766: 
                   15767:        * configure.in: stopped double libltdl/Makefile generation
                   15768: 
                   15769:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15770:          chars [one top horizontal line of 1pixel height were missing]
                   15771: 
                   15772:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15773:          'false' to go into (Hash *) parameter
                   15774: 
                   15775: 2002-11-27  paf
                   15776: 
                   15777:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15778:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15779:          returns content-disposition: >>attachment<<
                   15780: 
                   15781:        * src/classes/image.C: ^image.font << bad font file-size now
                   15782:          properly reported
                   15783: 
                   15784: 2002-11-26  paf
                   15785: 
                   15786:        * src/main/pa_request.C: fixed lang in reponse header
                   15787: 
                   15788:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15789: 
                   15790:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15791:          made exception: http.status with source=bad status#
                   15792: 
                   15793: 2002-11-25  paf
                   15794: 
                   15795:        * configure.in, src/classes/image.C,
                   15796:          src/include/pa_config_auto.h.in,
                   15797:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15798:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15799:          const void related probs fixed
1.95      moko     15800: 
                   15801:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15802: 
                   15803:          $file[^file::load[http://there]] $file.SERVER
                   15804: 
                   15805:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15806:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15807:          http options [invalid onces now reported] made default
                   15808:          user-agent: paf
                   15809: 
                   15810:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15811:          src/classes/xdoc.C, src/include/pa_common.h,
                   15812:          src/include/pa_globals.h, src/main/pa_common.C,
                   15813:          src/main/pa_globals.C, src/main/pa_request.C,
                   15814:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15815:          now understand http:// prefix and additional params, sample:
                   15816:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15817:          $.USER-AGENT[parser3] ]]
                   15818: 
                   15819: 2002-11-22  paf
                   15820: 
                   15821:        * src/classes/image.C, src/include/pa_globals.h,
                   15822:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15823:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15824:          $image.exif.DateTime & co
                   15825: 
                   15826: 2002-11-21  paf
                   15827: 
                   15828:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15829:          _PASS_APPENDED)
                   15830: 
                   15831:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15832:          EXIF information [were big block and it's size were considered
                   15833:          negative :(]
                   15834: 
                   15835:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15836:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15837:          internals rewritten. no there's reader.seek, and all's ready for
                   15838:          EXIF extraction [now we fail to measure files with EXIF info]
                   15839: 
                   15840:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15841:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15842:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15843: 
                   15844: 2002-11-20  paf
                   15845: 
                   15846:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15847: 
                   15848:        * configure.in, src/include/pa_config_auto.h.in,
                   15849:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15850:          comment
                   15851: 
                   15852:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15853: 
                   15854:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15855:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15856:          currently processed document SIGPIPE >> interrupts request
                   15857:          processing [exception = DB rollback]
                   15858: 
                   15859:        * src/main/pa_exec.C: comment
                   15860: 
                   15861:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15862: 
                   15863:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15864:          << disable HTTP-POST repassing
                   15865: 
                   15866:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15867:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15868:          pipe read errors now checked
                   15869: 
                   15870: 2002-11-19  paf
                   15871: 
                   15872:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15873:          CGI: Illegal call
                   15874: 
                   15875: 2002-11-01  paf
                   15876: 
                   15877:        * src/main/execute.C: comment
                   15878: 
                   15879: 2002-10-31  paf
                   15880: 
                   15881:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15882:          find out a way for that user could do that
                   15883: 
                   15884:        * src/types/pa_vstateless_object.h: object put replaces static
                   15885:          parent if any
                   15886: 
                   15887:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15888: 
                   15889:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15890:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15891:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15892:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15893:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15894:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15895:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15896:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15897:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15898:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15899:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15900:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15901:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15902:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15903:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15904:          types/pa_wwrapper.h: static fix merged
                   15905: 
                   15906:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15907:          $virtual_fields in dynamic, but one can reach derived
                   15908:          static[class] variable from base
                   15909: 
                   15910:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15911:          types/pa_vobject.C, types/pa_vobject.h,
                   15912:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15913:          statics, left $virtual_fields in dynamic
                   15914: 
                   15915:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15916:          one can't remember derivates in base class: there's so many of
                   15917:          them.  also there can be no virtual method calls in static
                   15918:          classes
                   15919: 
                   15920:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15921:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15922:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15923:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15924:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15925:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15926:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   15927:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   15928:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   15929:          types/pa_vresponse.C, types/pa_vresponse.h,
                   15930:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15931:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15932:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15933:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15934:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15935:          types/pa_wwrapper.h: static call $self fixed
                   15936: 
                   15937:        * src/main/execute.C: comment
                   15938: 
                   15939:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   15940:          ^process[$caller.self]{...} now compiles to last derived object
                   15941:          part of that 'self'
                   15942: 
                   15943: 2002-10-29  paf
                   15944: 
                   15945:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   15946:          re-passing [iis to blame]
                   15947: 
                   15948:        * src/classes/string.C: changed string.save to pass current sql
                   15949:          connection to cstr thus one can ^connect[some server]{
                   15950:          $s[insert into table x (x) values (^taint[sql]{value})]
                   15951:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   15952:          properly escaped.  [tried in mssql->mysql export->import of
                   15953:          binary data]
                   15954: 
                   15955: 2002-10-25  paf
                   15956: 
                   15957:        * src/types/pa_vresponse.C: case insensitive response user fields
                   15958:          get/put
                   15959: 
                   15960:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   15961:          types/pa_vresponse.C: saving for maybe-future
                   15962: 
                   15963: 2002-10-23  paf
                   15964: 
                   15965:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   15966:          ^table.hash(expr)...
                   15967: 
                   15968:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   15969: 
                   15970: 2002-10-22  paf
                   15971: 
                   15972:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   15973:          VForm::Append...(...Value)
                   15974: 
                   15975:        * src/main/execute.C: $.name outside of $name[...] checked
                   15976: 
                   15977:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   15978:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   15979: 
                   15980: 2002-10-21  paf
                   15981: 
                   15982:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   15983:          $form:qtail $form:imap.x/y
                   15984: 
                   15985:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   15986:          "?value&...", "...&value&...", "...&value"
                   15987: 
                   15988:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   15989: 
                   15990:        * operators.txt, src/classes/file.C: /some/page.html:
                   15991:          ^file:fullpath[a.gif] => /some/a.gif
                   15992: 
                   15993: 2002-10-17  paf
                   15994: 
                   15995:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   15996:          a little: logical not and bitwise negation precedence made
                   15997:          highest, << and >> bitshits precedence made equal [were << higher
                   15998:          than >>]
                   15999: 
                   16000:        * src/classes/op.C: exception handling fixed [were bad with
                   16001:          contexts]
                   16002: 
                   16003: 2002-10-16  paf
                   16004: 
                   16005:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16006:          main/pa_request.C: Request::self considered equal to
                   16007:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16008:          VMethodFrame.self()
                   16009: 
                   16010:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16011:          $hash in open field now gives old good error meesage
                   16012: 
                   16013: 2002-10-15  paf
                   16014: 
                   16015:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16016:          use ^if($junction is junction){was and now true}
                   16017: 
                   16018:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16019:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16020:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16021:          points to place where value left xml library and came to parser:
                   16022:          place of dom field extraction/call
                   16023: 
                   16024:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16025:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16026:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16027:          allowing $junction.xxx at compile time
                   16028: 
                   16029:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16030:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16031:          objects also considered [were only classes]
                   16032: 
                   16033:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16034:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16035:          with CLASS self.  [   (request&method_frame).self temporarily
                   16036:          changed   ]
                   16037: 
                   16038:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16039:          no exception to native calls.  for&foreach changed to use
                   16040:          method_frame.caller for their var's name context
                   16041: 
                   16042:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16043:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16044:          compiling to system classes disabled
                   16045: 
                   16046:        * operators.txt, src/classes/op.C:
                   16047:          ^process[$caller.CLASS]{code-string} added
                   16048: 
                   16049:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16050:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16051:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16052:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16053:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16054:          introducing $caller
                   16055: 
                   16056:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16057:          find them lower by inheritance tree
                   16058: 
                   16059:        * src/types/pa_vjunction.C: ident
                   16060: 
                   16061: 2002-10-14  paf
                   16062: 
                   16063:        * src/classes/op.C: process compiles to code's class class
                   16064: 
                   16065:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16066:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16067:          main/compile.y, main/execute.C, main/pa_request.C,
                   16068:          types/pa_vstateless_class.h: operators now main-class-methods
                   16069: 
                   16070:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16071:          better stack trace [has "call" & co there]
                   16072: 
                   16073:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16074:          operators @auto now executed in MAIN context
                   16075: 
                   16076:        * src/main/execute.C: operator execution context now = MAIN, not
                   16077:          closest stack frame
                   16078: 
                   16079:          @touchit[] $i[after]
                   16080: 
                   16081:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16082:          were 'after'
                   16083: 
                   16084:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16085:          'after'
                   16086: 
                   16087:        * src/main/execute.C: comment
                   16088: 
                   16089:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16090:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16091:          action]
                   16092: 
                   16093:        * src/types/pa_vxnode.C: misreplace fixed
                   16094: 
                   16095:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16096:          src/types/pa_vstatus.C, operators.txt:
                   16097:          $status:rusage.tv_secs/usecs introduced
                   16098: 
                   16099: 2002-10-09  paf
                   16100: 
                   16101:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16102:          on empty string [or uses (default)]
                   16103: 
                   16104: 2002-10-08  paf
                   16105: 
                   16106:        * src/main/untaint.C: mail header quoted printable changed after
                   16107:          RFC reread
                   16108: 
                   16109:        * operators.txt: plan on ^if(method
                   16110: 
                   16111:        * src/types/pa_vxnode.C: misreplace
                   16112: 
                   16113: 2002-09-24  paf
                   16114: 
1.116     moko     16115:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16116: 
                   16117:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16118:          mailreceive would compile on freebsd now
                   16119: 
                   16120:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   16121:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     16122:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   16123:          mailreceive would compile on freebsd now
1.95      moko     16124: 
                   16125:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   16126:          changed: now there are only few chars are untainted: * ? ' " < >
                   16127:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   16128:          one should use ^untaint[uri]{...} now]
                   16129: 
                   16130:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   16131:          $list.name, not tainted as filespec
                   16132: 
                   16133:          @russianindex[] #dir with files with russian-lang names
                   16134:          $where[dir]
                   16135: 
                   16136:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   16137:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   16138: 
                   16139: 2002-09-23  paf
                   16140: 
                   16141:        * src/types/pa_vdouble.h: double->int round added
                   16142: 
                   16143:        * src/classes/date.C: date bug fix, now
                   16144:          round(floatDays*secondsPerDay)
                   16145: 
                   16146:        * src/classes/date.C: date bug fix, now
                   16147:          round(floatDays*secondsPerDay)
                   16148: 
                   16149: 2002-09-20  paf
                   16150: 
                   16151:        * src/main/execute.C: code junction calls disabled [before: code
                   16152:          was compiled in such a way, that there were no code-junctions in
                   16153:          OP_CALL]
                   16154: 
                   16155:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   16156: 
                   16157:          @badjunctioncallinside[code] ^code[]
                   16158: 
                   16159:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   16160:          expanding to include ^junction.method
                   16161: 
                   16162:        * src/main/pa_common.C: -d "DIR/" now true
                   16163: 
                   16164:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   16165:          as internal xdoc encoding, and after decoding attributes set by
                   16166:          dom functions now encoded OK, not as digital entities
                   16167: 
                   16168:        * src/classes/xdoc.C: empty transform result, being taken as file
                   16169:          now returns empty file, not raises stupid error about "stat-ed
                   16170:          file"
                   16171: 
                   16172:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   16173:          allowed
                   16174: 
                   16175:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   16176:          write iterators now:
                   16177: 
                   16178:          ^user-foreach[key;value]{$key=$value<br>}
                   16179: 
                   16180:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16181:          $code.value($i*2)       $code }
                   16182: 
                   16183:        * src/main/compile_tools.h: mistype
                   16184: 
1.116     moko     16185:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   16186:          thus taking linking options configure changes into account [were:
                   16187:          ignoring]
1.95      moko     16188: 
                   16189:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   16190:          $junction.get/put(1) one can write iterators now:
                   16191: 
                   16192:          ^user-foreach[key;value]{$key=$value<br>}
                   16193: 
                   16194:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16195:          $code.value($i*2)       $code }
                   16196: 
                   16197:        * src/: include/pa_opcode.h, include/pa_request.h,
                   16198:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16199:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   16200:          introducing $junction.get/put(1) one can write iterators now:
                   16201: 
                   16202:          ^user-foreach[key;value]{$key=$value<br>}
                   16203: 
                   16204:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16205:          $code.value($i*2)       $code }
                   16206: 
                   16207: 2002-09-19  paf
                   16208: 
1.116     moko     16209:        * Makefile.am: new: make commit
1.95      moko     16210: 
                   16211:        * aclocal.m4: forced to be older
                   16212: 
                   16213: 2002-09-18  paf
                   16214: 
                   16215:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   16216:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   16217: 
                   16218:        * src/: include/pa_common.h, include/pa_request.h,
                   16219:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   16220:          - now this - fatal error
                   16221: 
                   16222:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   16223:          that one can pass binary data there
                   16224: 
                   16225:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16226:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16227:          classes/op.C, classes/response.C, classes/string.C,
                   16228:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16229:          include/pa_request.h: pa_request contexts made privated, plus
                   16230:          get_{self/method_frame} to read.  Request_context_saver used in
                   16231:          ^try to save flang too.  [were not saved]
                   16232: 
                   16233:        * src/types/pa_vresponse.C: header value chains joined before
                   16234:          output, this should help $.subject[$var $var] from being
                   16235:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   16236: 
                   16237: 2002-09-17  paf
                   16238: 
                   16239:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   16240:          removed changes, operators executed with calling self.  lots of
                   16241:          code with ^include code relies on defined/defining self variables
                   16242: 
                   16243:          $a[1] ^include[print_a.p] print_a.p: $a
                   16244: 
                   16245:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   16246: 
                   16247:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   16248:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16249:          types/pa_vstateless_class.h: operators now executed with MAIN
                   16250:          self.  it's for ^include sake, too strong a change
                   16251: 
                   16252:        * src/classes/op.C: made place for ^process to compile it's code to
                   16253:          in case of no self
                   16254: 
                   16255:        * src/main/execute.C: found ancient param to Junction, removed.
                   16256:          allowed passing self to native_code_operators [for ^process to
                   16257:          work, she needs self]
                   16258: 
                   16259:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16260:          types/pa_vstateless_class.h: found ancient param to Junction,
                   16261:          removed.  allowed passing self to native_code_operators [for
                   16262:          ^process to work, she needs self]
                   16263: 
                   16264:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   16265:          types/pa_value.h, types/pa_vmethod_frame.h,
                   16266:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   16267:          checked that in VMethodFrame get/put and $self.
                   16268: 
                   16269:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   16270:          copy options options checked, wrong option now fatal error
                   16271: 
                   16272:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   16273:          pieces boundaries]
                   16274: 
                   16275:        * bin/auto.p.dist.in: strange \n
                   16276: 
                   16277:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   16278:          .dll on cygwin, .so in other cases)
                   16279: 
1.116     moko     16280:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   16281:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     16282: 
                   16283:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   16284:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   16285:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   16286:          record taken [were last]
                   16287: 
                   16288:        * src/: classes/hash.C, classes/table.C,
                   16289:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   16290:          now errors
                   16291: 
                   16292:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   16293: 
                   16294:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   16295:          ,2,3]
                   16296: 
                   16297: 2002-09-16  paf
                   16298: 
                   16299:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   16300:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   16301:          stdout to be binary.  now detected closest header break.
                   16302: 
                   16303:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   16304:          closed right
                   16305: 
                   16306: 2002-09-13  paf
                   16307: 
                   16308:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   16309:          src/main/compile_tools.h: (expression #comment)
                   16310: 
                   16311:          (multiline expression #comment  line2  #comment )
                   16312: 
                   16313:          (expression #comment with (brackets) comment) << OK
                   16314: 
                   16315:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   16316:          bitwise !|| numerical xor now [preparing for expression
                   16317:          #comments]
                   16318: 
                   16319:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   16320:          error
                   16321: 
                   16322:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   16323:          cheched in pa_socks.C
                   16324: 
1.116     moko     16325:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   16326:          HAVE_WINSOCK_H created in configure.in
1.95      moko     16327: 
                   16328:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   16329:          cookie date now clean [were mistakenly tainted & that worked bad
                   16330:          with opera -- 'happily' that worked OK with msie]
                   16331: 
                   16332: 2002-09-12  paf
                   16333: 
                   16334:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   16335:          VClass get_element now first looks to fields, next to methods &
                   16336:          co todo: the rest reason: more speed
                   16337: 
                   16338:        * src/main/untaint.C: quoted printable encoding stops before
                   16339:          \s*<...>$
                   16340: 
                   16341:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16342:          stops before <...>$
                   16343: 
                   16344: 2002-09-11  paf
                   16345: 
                   16346:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16347:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16348:          forgot to check users of those funcs. not all were using that
                   16349:          return value convention
                   16350: 
                   16351:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16352:          windows-1254 added
                   16353: 
                   16354: 2002-09-10  paf
                   16355: 
                   16356:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16357:          VCodeFrame parent param were specified badly
                   16358: 
                   16359:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16360:          WWrapper which used in constructing objects(second param to sql
                   16361:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16362:          code in hash to survivi
                   16363: 
                   16364:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16365:          param to execute [stack said 'thanks']
                   16366: 
                   16367:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16368:          types/pa_value.h, types/pa_vcode_frame.h,
                   16369:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16370:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16371:          responsibility to wcontext
                   16372: 
                   16373:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16374:          could be warnings, and it's up to scritper to log/show them
                   16375: 
                   16376:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16377:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16378:          double/string converstion, which were loosing time&precesion
                   16379: 
                   16380:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16381:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16382:          case of unfinished in buffer processing, causing accidental
                   16383:          transcode stop [in case that source enc != utf-8 & there is
                   16384:          incomplete utf-8 sequence at the end of 16000block iside of
                   16385:          libxml lib] tfm readed & code updated
                   16386: 
                   16387: 2002-09-04  paf
                   16388: 
                   16389:        * configure: makes with sjlj
                   16390: 
                   16391:        * INSTALL, src/include/pa_config_fixed.h,
                   16392:          src/include/pa_sql_connection.h,
                   16393:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16394:          checked.  on win32 it made default
                   16395: 
                   16396:        * src/include/pa_config_auto.h.in: sjlj define
                   16397: 
                   16398:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16399:          can not work with longjump/throw pair, and one must switch that
                   16400:          on there.  todo: detect that automatically]
                   16401: 
                   16402:        * src/types/pa_vxnode.C: removed too strong checks of
                   16403:          xnode.elements.  now, for instance, if element does not have any
                   16404:          attributes, $xnode.attributes is void, not error
                   16405: 
                   16406: 2002-09-02  paf
                   16407: 
                   16408:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16409:          removed double_result, didn't help
                   16410: 
                   16411:        * src/main/execute.C: double_result made to move that var away from
                   16412:          hungry g++ optimizer (-O2), before: it were optimized and
                   16413:          comparison operators worked badly
                   16414: 
                   16415:        * src/types/pa_vdate.h: removed debug
                   16416: 
1.116     moko     16417:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16418: 
                   16419:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16420:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16421:          unknown reason.
                   16422: 
                   16423: 2002-08-29  paf
                   16424: 
                   16425:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16426:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16427:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16428:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16429:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16430:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16431:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16432:          [called less frequent, allowed to remove ugly
                   16433:          Junction.change_context-s from many places, switch,
                   16434:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16435:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16436:          [speed up]
                   16437: 
                   16438: 2002-08-28  paf
                   16439: 
                   16440:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16441:          tainted
                   16442: 
                   16443:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16444:          $cookie:name[$.value[]]
                   16445: 
                   16446:        * operators.txt, src/classes/string.C:
                   16447:          ^string.split[delim[;options]]
                   16448: 
                   16449: 2002-08-27  paf
                   16450: 
1.116     moko     16451:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16452: 
                   16453:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16454:          delimiter
                   16455: 
                   16456:        * INSTALL: recommended latest gmime 1.0.5
                   16457: 
                   16458: 2002-08-26  paf
                   16459: 
                   16460:        * configure, configure.in: apache13/hook added to make dist.
                   16461: 
                   16462: 2002-08-23  paf
                   16463: 
                   16464:        * src/: include/pa_common.h, main/pa_common.C,
                   16465:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16466:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16467:          whatever] it's error now
                   16468: 
                   16469: 2002-08-21  paf
                   16470: 
1.116     moko     16471:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16472: 
                   16473:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16474:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16475:          class".  compiled as if here they named base class
                   16476: 
                   16477:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16478:          cloning constructor]
                   16479: 
                   16480:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16481: 
                   16482:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16483:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16484:          $mail.received.file.value.content-type fixed
                   16485: 
                   16486: 2002-08-20  paf
                   16487: 
                   16488:        * src/classes/file.C: fixed language of file:file result
                   16489: 
                   16490:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16491:          from 3.0.0005
                   16492: 
                   16493:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16494: 
                   16495:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16496:          3.0.0005
                   16497: 
                   16498:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16499: 
                   16500: 2002-08-19  paf
                   16501: 
                   16502:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16503:          work now
                   16504: 
                   16505:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16506:          error in xnode, which were not catched in xdoc]
                   16507: 
                   16508:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16509:          prepared:        // validate each document after load/create (?)
                   16510:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16511: 
                   16512: 2002-08-15  paf
                   16513: 
                   16514:        * src/classes/classes.h: write to static var caused useless
                   16515:          Exception, introduced Methoded::put_element wich consumes those
                   16516: 
                   16517:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16518:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16519:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16520:          $response:field[date] $response:field[$.xxx[date]]
                   16521: 
                   16522:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16523:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16524:          ^hash::sql{bad}
                   16525: 
                   16526:        * operators.txt: $request:body unprecessed POST request body
                   16527: 
                   16528:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16529: 
                   16530:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16531:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16532: 
                   16533:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16534:          src/include/pa_request.h, src/main/pa_pool.C,
                   16535:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16536:          $request:body r.post_data now const
                   16537: 
                   16538:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16539:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16540:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16541:          types/pa_vtable.h: instead of type() checking everywhere used
                   16542:          Value.as now user descendants can be used in params.
                   16543: 
                   16544:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16545:          ^if($xtable) now OK
                   16546: 
                   16547:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16548:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16549:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16550: 
                   16551: 2002-08-14  paf
                   16552: 
                   16553:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16554:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16555:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16556:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16557:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16558:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16559:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16560:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16561:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16562:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16563:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16564:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16565:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16566:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16567:          & VClass
                   16568: 
                   16569:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16570: 
                   16571:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16572:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16573:          ../cgi/parser3 script
                   16574: 
                   16575:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16576:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16577: 
                   16578:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16579:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16580:          them by space, excluding argv[0], argv[argc-1]
                   16581: 
                   16582:        * src/targets/cgi/parser3.C: -f config file
                   16583: 
                   16584:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16585: 
                   16586: 2002-08-13  paf
                   16587: 
                   16588:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16589:          for form descendants [in vobject too, were in vclass]
                   16590: 
                   16591:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16592:          for form descendants
                   16593: 
                   16594:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16595:          overwritten in derived(table)
                   16596: 
                   16597:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16598:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16599:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16600:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16601:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16602:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16603:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16604:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16605:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16606:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16607:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16608:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16609:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16610:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16611:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16612:          Value::get_element(..., bool looking_down) [needed to exclude
                   16613:          endless recoursion]
                   16614: 
                   16615:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16616:          fix bug with put endless recoursion todo: check 'as'
                   16617: 
                   16618:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16619:          reorganized modules todo: fix bug with put endless recoursion
                   16620:          todo: check 'as'
                   16621: 
                   16622:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16623:          in derived(table)
                   16624: 
                   16625:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16626:          own now
                   16627: 
                   16628:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16629:          fixed error message on using non-created table
                   16630: 
                   16631:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16632:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16633:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16634:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16635:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16636:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16637:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16638:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16639:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16640:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16641:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16642:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16643:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16644:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16645:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16646:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16647:          looking down/up tree todo: fix error message on non-constructed
                   16648:          parents
                   16649: 
                   16650: 2002-08-12  paf
                   16651: 
                   16652:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16653:          derived OK
                   16654: 
                   16655:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16656:          thorough testing
                   16657: 
                   16658:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16659:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16660:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16661:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16662:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16663:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16664: 
                   16665:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16666:          now instantates base class, remembers it and saves child in
                   16667:          parent VObject.get_class now returns last child = downward
                   16668:          virtual calls OK
                   16669: 
                   16670:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16671:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16672:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16673:          types/pa_vobject.h, types/pa_vresponse.h,
                   16674:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16675:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16676:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16677:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16678:          instance]
                   16679: 
                   16680:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16681: 
                   16682:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16683: 
                   16684:        * src/main/pa_request.C: $response:body[file] content-type check
                   16685:          fixed [were bad when content-type is hash]
                   16686: 
                   16687: 2002-08-09  paf
                   16688: 
                   16689:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16690:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16691: 
                   16692: 2002-08-08  paf
                   16693: 
                   16694:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16695:          src/main/pa_globals.C: year column in month calendar [week year]
                   16696: 
                   16697:        * src/main/execute.C: error reporting on object writes to MAIN
                   16698:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16699: 
                   16700:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16701:          $date.daylightsaving
                   16702: 
                   16703:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16704:          use tainted data now. only she must specify the language.
                   16705: 
                   16706:          ^mail:send[     $.from[paf@mail.design.ru]
                   16707:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16708:                $.text[^taint[uri][ìîñêâà]=] ]
                   16709: 
                   16710:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16711:          now prints more precise origin
                   16712: 
                   16713:        * src/include/pa_string.h: String::first_char now not fails on
                   16714:          empty strings ^if(-f '') now ok and in 3 other places.
                   16715: 
                   16716:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16717:          String::first_char now not fails on empty strings ^if(-f '') now
                   16718:          ok and in 3 other places.
                   16719: 
                   16720: 2002-08-07  paf
                   16721: 
                   16722:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16723:          fixed
                   16724: 
                   16725:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16726: 
                   16727:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16728:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16729:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16730:          mistakenly not completely transparent to object writes.
                   16731:          $hash[^if(1){$hash}] now works
                   16732: 
                   16733:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16734:          now erasing cache file [there were bad check on that]
                   16735: 
                   16736:        * src/: classes/classes.dsp, classes/table.C,
                   16737:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16738:          all Debug dirs in .dsp now named 'Debug'
                   16739: 
1.116     moko     16740:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16741: 
                   16742:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16743: 
                   16744:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16745: 
                   16746:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16747: 
                   16748: 2002-08-06  paf
                   16749: 
                   16750:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16751:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16752:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16753: 
                   16754:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16755:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16756:          #  $.default() }
                   16757: 
                   16758:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16759: 
                   16760:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16761:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16762:          $file.content-type [instead of .mime-type] now works for
                   16763:          file::stat also
                   16764: 
                   16765:        * src/main/pa_request.C: case insensitive mime_type_of
                   16766: 
                   16767:        * bin/auto.p.dist.in: jpeg
                   16768: 
                   16769: 2002-08-05  paf
                   16770: 
                   16771:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16772: 
                   16773:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16774: 
                   16775:        * operators.txt: comment on date:calendar week column
                   16776: 
                   16777:        * src/main/pa_common.C: write checked
                   16778: 
                   16779:        * src/main/: pa_common.C: write checked
                   16780: 
                   16781:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16782: 
                   16783:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16784:          month calendar week column [ISO 8601 Week Numbers]
                   16785: 
                   16786: 2002-08-02  paf
                   16787: 
                   16788:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16789:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16790:          DEBUG*
                   16791: 
                   16792:        * configure, configure.in, src/include/pa_version.h: release
                   16793:          3_0_0005
                   16794: 
                   16795:        * bin/auto.p.dist.in: unhandled_exception comments
                   16796: 
                   16797:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16798:          multipart post fixed
                   16799: 
                   16800:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16801:          response transcoded source->client only when text/* or simple
                   16802:          onoverridden $response:body
                   16803: 
                   16804: 2002-08-01  paf
                   16805: 
                   16806:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16807:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16808:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16809:          classes/op.C, classes/response.C, classes/string.C,
                   16810:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16811:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16812:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16813:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16814:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16815:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16816:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16817:          include/pa_socks.h, include/pa_sql_connection.h,
                   16818:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16819:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16820:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16821:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16822:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16823:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16824:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16825:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16826:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16827:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16828:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16829:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16830:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16831:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16832:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16833:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16834:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16835:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16836:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16837:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16838:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16839:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16840:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16841:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16842:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16843:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16844:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16845:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16846:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16847:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16848:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16849:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16850:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16851:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16852:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16853: 
                   16854:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16855:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16856:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16857:          classes/math.C, classes/op.C, classes/response.C,
                   16858:          classes/string.C, classes/table.C, classes/void.C,
                   16859:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16860:          include/pa_array.h, include/pa_cache_managers.h,
                   16861:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16862:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16863:          include/pa_dictionary.h, include/pa_dir.h,
                   16864:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16865:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16866:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16867:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16868:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16869:          include/pa_stack.h, include/pa_string.h,
                   16870:          include/pa_stylesheet_connection.h,
                   16871:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16872:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16873:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16874:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16875:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16876:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16877:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16878:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16879:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16880:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16881:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16882:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16883:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16884:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16885:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16886:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16887:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16888:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16889:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16890:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16891:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16892:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16893:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16894:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16895:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16896:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16897:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16898:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16899:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16900:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16901:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16902:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16903:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16904:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16905:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16906:          types/Makefile.am: ident.C* removed
                   16907: 
                   16908:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16909:          file:find[/can/do/this/now.txt]
                   16910: 
                   16911:        * src/targets/cgi/parser3.C: usage to stdout now
                   16912: 
                   16913: 2002-07-31  paf
                   16914: 
                   16915:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16916: 
                   16917:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16918:          default "postmaster"
                   16919: 
                   16920:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16921:          -f postmaster now default sendmail key word "postmaster"
                   16922:          replaced to $.from
                   16923: 
                   16924: 2002-07-30  paf
                   16925: 
1.116     moko     16926:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   16927:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     16928: 
                   16929:        * src/main/pa_charset.C: comment
                   16930: 
                   16931:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   16932:          table, &#decimal;
                   16933: 
                   16934:        * src/main/pa_request.C: comment
                   16935: 
                   16936:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   16937:          paragraf]
                   16938: 
                   16939: 2002-07-11  paf
                   16940: 
                   16941:        * src/main/pa_exec.C: build command line badly added params twice
                   16942:          [and first time without ' ']. double wrong. fixed.
                   16943: 
                   16944:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   16945:          wich parser did not provide = reported badly.  fixed that.
                   16946: 
                   16947:        * src/classes/mail.C: $MAIL[ # xxx ]
                   16948: 
                   16949:          now ok
                   16950: 
                   16951:        * operators.txt: plan: sql detailed exception
                   16952: 
                   16953: 2002-07-01  paf
                   16954: 
                   16955:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   16956:          [MForm.configure_admin were called when request.main_class ==0
                   16957: 
                   16958:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   16959: 
                   16960:        * src/classes/form.C: content_length type fix
                   16961: 
                   16962: 2002-06-30  paf
                   16963: 
                   16964:        * src/classes/mail.C: merged from 4
                   16965: 
                   16966:        * src/classes/mail.C: restored $MAIL
                   16967: 
                   16968: 2002-06-28  paf
                   16969: 
                   16970:        * configure, configure.in: removed paths.h
                   16971: 
1.116     moko     16972:        * configure, src/include/pa_version.h,
1.95      moko     16973:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   16974:          merged, makes updated
                   16975: 
                   16976:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   16977:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16978:          src/include/pa_pool.h, src/include/pa_version.h,
                   16979:          src/main/pa_charset.C, src/main/pa_pool.C,
                   16980:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   16981:          src/types/pa_vmail.C: merged latest updates to head
                   16982: 
                   16983: 2002-06-27  paf
                   16984: 
                   16985:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   16986:          not error now
                   16987: 
                   16988:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   16989:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   16990:          src/main/pa_charset.C, src/main/pa_pool.C:
                   16991:          ^xdoc::create[[uri]]... base uri for document being created,
                   16992:          imports and other relative file names would be relative to this
                   16993:          uri default uri=path_translated
                   16994: 
                   16995:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   16996: 
                   16997: 2002-06-26  paf
                   16998: 
                   16999:        * configure, configure.in, src/include/pa_version.h:
                   17000:          release_3_0_0004
                   17001: 
                   17002:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17003:          0 now
                   17004: 
                   17005:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17006: 
                   17007: 2002-06-25  paf
                   17008: 
                   17009:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17010:          considered bad number now
                   17011: 
                   17012:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17013:          now
                   17014: 
                   17015:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17016:          name: optimize
                   17017: 
                   17018:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17019:          library configured
                   17020: 
                   17021:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17022: 
                   17023:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   17024:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   17025:          when needed and to call system crypt() if not $apr1$ prefix
                   17026: 
                   17027: 2002-06-24  paf
                   17028: 
                   17029:        * INSTALL: --with-static/shared-mailreceive described
                   17030: 
                   17031:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17032: 
1.116     moko     17033:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17034:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17035:          src/types/pa_vmail.C: $mail:received makes update
                   17036: 
                   17037:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17038:          WITH_MAILRECEIVE
                   17039: 
                   17040:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17041: 
                   17042:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17043:          option, for $mail:receive
                   17044: 
                   17045:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17046:          introducting $message:received ^mail:send rewritten with backward
                   17047:          comp
                   17048: 
                   17049:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17050:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17051:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17052:          now
                   17053: 
                   17054:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17055:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17056:          src/include/pa_request.h, src/include/pa_string.h,
                   17057:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17058:          src/main/pa_globals.C, src/main/pa_request.C,
                   17059:          src/main/pa_string.C, src/main/pa_uue.C,
                   17060:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17061:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17062:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17063:          uue to separate file introducting $message:received ^mail:send
                   17064:          rewritten with backward comp
                   17065: 
                   17066: 2002-06-21  paf
                   17067: 
1.116     moko     17068:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17069:          co changes
1.95      moko     17070: 
1.116     moko     17071:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17072:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17073:          restructure .in and .am files appropriate changes
1.95      moko     17074: 
                   17075:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17076:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17077:          targets ^math:crypt[password;$apr1$salt]
                   17078: 
                   17079:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17080:          src/Makefile.am, src/classes/Makefile.am,
                   17081:          src/classes/classes.dsp, src/classes/math.C,
                   17082:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17083:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17084:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17085:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17086:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17087:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17088:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17089:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17090:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17091:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17092:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17093:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17094:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17095:          src/main/compile.tab.C, src/main/main.dsp,
                   17096:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17097:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17098:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17099:          to libs/ added libs/md5 which is linked to non-apache targets
                   17100:          ^math:crypt[password;$apr1$salt]
                   17101: 
                   17102: 2002-06-20  paf
                   17103: 
                   17104:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     17105:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   17106:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     17107:          src/include/pa_request.h, src/main/execute.C,
                   17108:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17109:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   17110:          marged latest HEAD updates, mainly file:justname&co &
                   17111:          @auto/conf[filespec
                   17112: 
                   17113:        * operators.txt, src/classes/file.C:
                   17114:          !^file:dirname[/a/some.tar.gz]=/a
                   17115:              !^file:dirname[/a/b/]=/a
                   17116:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17117:              !^file:justname[/a/some.tar.gz]=some.tar
                   17118:              !^file:justext[/a/some.tar.gz]=gz
                   17119: 
                   17120:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17121:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17122:          @conf/auto[filespec]
                   17123: 
                   17124:        * bin/auto.p.dist.in: <noindex>
                   17125: 
1.116     moko     17126:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17127: 
                   17128:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   17129:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   17130:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17131:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17132: 
                   17133: 2002-06-18  paf
                   17134: 
                   17135:        * configure, configure.in, src/include/pa_version.h: version to
                   17136:          configure.in
                   17137: 
                   17138:        * INSTALL: reflected .conf.dist dir change
                   17139: 
1.116     moko     17140:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   17141:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     17142:          .in & *.am updated
                   17143: 
                   17144:        * src/classes/file.C: strncasecmp
                   17145: 
                   17146:        * src/classes/file.C: strcasecmp
                   17147: 
1.116     moko     17148:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   17149:          from etc
1.95      moko     17150: 
                   17151:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   17152:          insensitive check now
                   17153: 
                   17154:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   17155: 
                   17156:        * configure, configure.in, src/include/pa_pool.h,
                   17157:          src/include/pa_types.h: pack configure.in detection simplified.
                   17158:          figured out that gcc on sparc not that stupid as thought
                   17159:          previously: on sparc: when it sees packed class it modifies it's
                   17160:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   17161:          operations [st, lduh] so packed must be all parts of packed
                   17162:          class, i.e. it's parents&fields(classes).  for now it's only
                   17163:          String that packed and what was wrong is that it's parent -
                   17164:          Pooled, were not packed. fixed that.
                   17165: 
                   17166: 2002-06-14  paf
                   17167: 
                   17168:        * operators.txt: more precise xml-to-text options
                   17169: 
                   17170:        * operators.txt, src/types/pa_vxnode.C: xnode
                   17171:          attribute_node.name/value xnode pi.node.data
                   17172: 
                   17173: 2002-06-12  paf
                   17174: 
1.116     moko     17175:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   17176:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     17177: 
                   17178:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   17179:          src/include/pa_globals.h, src/include/pa_request.h,
                   17180:          src/main/compile.tab.C, src/main/pa_globals.C,
                   17181:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17182:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   17183: 
                   17184:        * src/classes/mail.C: sendmail -ti [default now]
                   17185: 
                   17186:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   17187:          to be strings. for convinient #ing
                   17188: 
                   17189:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   17190:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   17191: 
                   17192:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   17193:          main/pa_globals.C, main/pa_request.C: @conf
                   17194: 
                   17195: 2002-06-11  paf
                   17196: 
                   17197:        * src/classes/file.C: check simplified
                   17198: 
                   17199:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   17200:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   17201:          valid prefix
                   17202: 
                   17203:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   17204:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   17205:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   17206: 
                   17207: 2002-06-10  paf
                   17208: 
                   17209:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   17210:          src/main/pa_common.C: lock failures reported now
                   17211: 
                   17212:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   17213:          string->double @ compile time were not-enough-checking...
                   17214: 
                   17215:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   17216:          autoconvert now ignored
                   17217: 
                   17218:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   17219:          check
                   17220: 
                   17221:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   17222:          $response:body content-type:name
                   17223: 
                   17224:        * configure, configure.in: hpux check, nsl link, no socket
                   17225: 
                   17226:        * operators.txt: old merge conflict removed
                   17227: 
                   17228:        * configure, configure.in: pack even address access on sparc&co
                   17229:          arch checked in configure
                   17230: 
                   17231:        * configure, src/include/pa_version.h: makes
                   17232: 
                   17233:        * configure, configure.in, src/include/pa_version.h: makes
                   17234: 
                   17235:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   17236:          with charset even when all letters were 7bit one
                   17237: 
                   17238:        * src/main/pa_common.C: merged fixed -d (bug)
                   17239: 
                   17240:        * src/main/pa_common.C: fixed -d (bug)
                   17241: 
                   17242: 2002-06-03  paf
                   17243: 
                   17244:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   17245:          src/classes/classes.dsp, src/main/compile.tab.C,
                   17246:          src/main/main.dsp, src/main/pa_globals.C,
                   17247:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   17248:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   17249:          .dsp-s along with reorganized cvs modules dirs structure
                   17250: 
                   17251:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17252:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   17253:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   17254:          modules
                   17255: 
                   17256: 2002-05-28  paf
                   17257: 
                   17258:        * src/targets/cgi/parser3.C: info.uri now ""
                   17259: 
                   17260: 2002-05-17  paf
                   17261: 
                   17262:        * src/classes/: table.C: ^table.save << checked empty
                   17263:          pre/match/post columns
                   17264: 
                   17265: 2002-05-16  paf
                   17266: 
                   17267:        * src/classes/image.C: image::measure can png now
                   17268: 
                   17269: 2002-05-15  paf
                   17270: 
                   17271:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   17272:          added
                   17273: 
                   17274:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   17275: 
                   17276:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   17277:          %H[:%M[:%S]]]]]] [-%m now
                   17278: 
                   17279: 2002-05-14  paf
                   17280: 
                   17281:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   17282: 
                   17283: 2002-05-07  paf
                   17284: 
                   17285:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   17286:          src/include/pa_globals.h, src/include/pa_request.h,
                   17287:          src/include/pa_table.h, src/main/compile.tab.C,
                   17288:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   17289:          src/main/pa_request.C, src/main/pa_table.C,
                   17290:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   17291:          src/targets/isapi/parser3isapi.dsp,
                   17292:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   17293:          name2number field now &.  main_method_name now on Request pool
                   17294:          rather on global_pool [Junction+VJunction created on same pool as
                   17295:          name = were created on global pool, causing mem leaks]
                   17296: 
                   17297:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   17298:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   17299:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   17300:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   17301:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17302:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   17303:          field now &.  main_method_name now on Request pool rather on
                   17304:          global_pool [Junction+VJunction created on same pool as name =
                   17305:          were created on global pool, causing mem leaks]
                   17306: 
                   17307: 2002-05-06  paf
                   17308: 
                   17309:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17310:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17311:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17312: 
                   17313:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17314:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17315:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17316: 
                   17317: 2002-04-30  paf
                   17318: 
                   17319:        * configure, src/include/pa_version.h: version now not b
                   17320: 
                   17321:        * src/targets/cgi/parser3.C: request.uri now never 0
                   17322: 
                   17323: 2002-04-29  paf
                   17324: 
                   17325:        * configure.in: removed b
                   17326: 
                   17327:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   17328:          Exception::comment/type checked in (), no there's no empty
                   17329:          type/comment by default
                   17330: 
                   17331:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   17332:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   17333:          src/doc/value.dox, src/include/pa_exception.h,
                   17334:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   17335:          0001
                   17336: 
                   17337: 2002-04-26  paf
                   17338: 
                   17339:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   17340:          size reduced
                   17341: 
                   17342: 2002-04-25  paf
                   17343: 
                   17344:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17345:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17346:          now that took into account
                   17347: 
                   17348:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17349:          01:03:04]
                   17350: 
                   17351:        * ChangeLog, operators.txt, src/classes/date.C:
                   17352:          ^date::create[2002-12-33 01:03:04]
                   17353: 
                   17354:        * ChangeLog: updated changelog
                   17355: 
                   17356:        * src/classes/table.C: removed restriction on column count to
                   17357:          ^table.hash to work, now must be >0 [were >1]
                   17358: 
                   17359: 2002-04-24  paf
                   17360: 
                   17361:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17362:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17363:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17364:          targets
                   17365: 
                   17366: 2002-04-23  paf
                   17367: 
                   17368:        * operators.txt, src/classes/string.C:
                   17369:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17370:          "junction used outside of context"]
                   17371: 
                   17372: 2002-04-22  paf
                   17373: 
                   17374:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17375:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17376:          src/types/pa_vstring.h: ^string.optimize[]
                   17377: 
                   17378:        * src/: include/pa_globals.h, include/pa_table.h,
                   17379:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17380:          table template
                   17381: 
                   17382:        * src/classes/: string.C: optimize removed from string
                   17383:          .left/right/pos
                   17384: 
                   17385:        * src/main/execute.C: rolled back to
                   17386:          before_killing_userjunction_contexts
                   17387: 
                   17388:        * src/main/execute.C: user junctions context killed
                   17389: 
                   17390:        * src/main/execute.C: junctions to local contexts got
                   17391:          cleanized&checked later
                   17392: 
                   17393: 2002-04-19  paf
                   17394: 
                   17395:        * src/: classes/string.C, include/pa_request.h,
                   17396:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17397:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17398:          prior to .left .right .mid .pos .match when that is profitable,
                   17399:          and always before .replace when $ORIGINS(1) optimization disabled
                   17400:          economy from not wasting mem on lots of strings which occur by
                   17401:          lots of String:mid calls to get parts of source string between
                   17402:          found_occurances
                   17403: 
                   17404:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17405:          ^file:list
                   17406: 
                   17407:        * src/: include/pa_globals.h, include/pa_table.h,
                   17408:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17409:          globalized, not created @ each ^match anymore economy:
                   17410:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17411: 
                   17412:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17413:          removed from each String::match replace iteration, and made
                   17414:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17415: 
                   17416:        * src/doc/footer.htm: 2001,
                   17417: 
                   17418:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17419:          string.match[]['] option enables generation of $match.prematch
                   17420:          .match .postmatch columns
                   17421: 
                   17422:        * src/main/pa_string.C: String::match options analized without
                   17423:          cstr-ing them now
                   17424: 
                   17425:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17426:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17427:          config updated to doxygen 1.2.15, created helper which fixes
                   17428:          minor bugs in chm project files & htm tree.  changed extension to
                   17429:          .htm
                   17430: 
                   17431: 2002-04-18  paf
                   17432: 
                   17433:        * src/doc/doxygen.cfg: .chi generation disabled
                   17434: 
                   17435:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17436:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17437:          fields&methods
                   17438: 
                   17439:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17440:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17441:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17442:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17443:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17444:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17445:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17446:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17447:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17448:          VStateless_class to VObject
                   17449: 
                   17450:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17451:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17452:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17453:          version of VStateless_object
                   17454: 
                   17455:        * src/classes/op.C: ^throw comment param made optional
                   17456: 
                   17457:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17458:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17459:          and implemented down in VClass, fclass_alias removed,
                   17460: 
                   17461:        * src/types/pa_value.C: forced to cut that from .h because of
                   17462:          VStateless_class usage [undefined in .h]
                   17463: 
                   17464:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17465:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17466:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17467:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17468:          on each CALL]
                   17469: 
                   17470:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17471:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17472:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17473:          classes/response.C, classes/string.C, classes/table.C,
                   17474:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17475:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17476:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17477:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17478:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17479:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17480:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17481:          removed Value::fname
                   17482: 
                   17483: 2002-04-17  paf
                   17484: 
                   17485:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17486:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17487:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17488:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17489:          state, PTHROW freshen to throw & co
                   17490: 
                   17491:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17492: 
                   17493:        * src/classes/op.C: taint local result var bug fixed
                   17494: 
                   17495: 2002-04-16  paf
                   17496: 
                   17497:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17498:          Attic asm.txt as most interesting
                   17499: 
                   17500:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17501:          check, preventing content-length: 0 from appearing
                   17502: 
                   17503:        * src/main/execute.C: $result in @main now taken into account as in
                   17504:          usual functions
                   17505: 
                   17506:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17507:          & @unhandled_exception now taken into account as in usual
                   17508:          functions
                   17509: 
                   17510:        * src/doc/postbuild.txt: instructions on post .html build
                   17511: 
                   17512:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17513: 
                   17514:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17515:          tainted
                   17516: 
                   17517:        * src/main/pa_request.C: uri in error log
                   17518: 
                   17519:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17520:          cheched date:create(days) param for validity [later were assumed
                   17521:          valid and crashed on invalid onces]
                   17522: 
                   17523:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17524:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17525:          and used that for removing VString wrapper
                   17526: 
                   17527:        * src/classes/op.C: exception2vhash file now tainted
                   17528: 
                   17529:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17530:          heap
                   17531: 
                   17532:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17533: 
                   17534: 2002-04-15  paf
                   17535: 
                   17536:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17537: 
                   17538:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17539:          functions
                   17540: 
                   17541:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17542:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17543:          started dual write_xxx_lang functions, if checked & works
                   17544: 
                   17545:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17546:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17547:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17548:          unnecessary VString shells
                   17549: 
                   17550:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17551:          prev changes]
                   17552: 
                   17553:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17554:          classes/table.C, include/pa_request.h, main/execute.C,
                   17555:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17556:          StringOrValue wcontext result, now ready for dual writes
                   17557: 
                   17558:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17559:          checked that
                   17560: 
                   17561:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17562:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17563:          changed to OP_WRITE_VALUE in var get cases
                   17564: 
                   17565:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17566:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17567:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17568:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17569:          switch in hash constructor fixed [were problems with using of
                   17570:          stacked wwrapper after it's death]
                   17571: 
                   17572: 2002-04-12  paf
                   17573: 
                   17574:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17575: 
                   17576: 2002-04-11  paf
                   17577: 
                   17578:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17579:          Request::process_internal codeFrame & wwrapper stacked [not
                   17580:          wasting  heap anymore]
                   17581: 
                   17582: 2002-04-10  paf
                   17583: 
                   17584:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17585:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17586:          classes/string.C, classes/table.C, classes/void.C,
                   17587:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17588:          main/pa_string.C: killed Request::process() wrapping
                   17589:          VString(String) in case we need only String
                   17590: 
                   17591:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17592:          killed 8 bytes from String.head
                   17593: 
                   17594: 2002-04-09  paf
                   17595: 
                   17596:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17597:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17598:          local*/char b[...];      a=b; situations
                   17599: 
                   17600:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17601: 
                   17602:        * src/classes/xdoc.C: xslt params fixed
                   17603: 
                   17604:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17605:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17606:          not pool.malloc(MAX_NUMBER) but really neaded
                   17607: 
                   17608:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17609:          int/double.int/double(default)
                   17610: 
                   17611: 2002-04-04  paf
                   17612: 
                   17613:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17614:          [when reconstructing pieces were split by
                   17615:          max_integral(piece.size), thus some strings to replace happen to
                   17616:          be split into two = not replaced)
                   17617: 
                   17618:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17619:          standalone version = current dir
                   17620: 
                   17621:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17622:          current dir
                   17623: 
                   17624: 2002-04-03  paf
                   17625: 
                   17626:        * configure, configure.in: more checks on nonexistent charset
                   17627: 
1.116     moko     17628:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17629: 
                   17630: 2002-04-02  paf
                   17631: 
                   17632:        * src/main/compile.C: parser.compile [exception name more like in
                   17633:          doc]
                   17634: 
                   17635: 2002-04-01  paf
                   17636: 
                   17637:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17638:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17639:          .content-type.charset, not .charset
                   17640: 
                   17641: 2002-03-29  paf
                   17642: 
                   17643:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17644: 
                   17645:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17646:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17647:          days' year.  | 31.05->31.04   roll
                   17648: 
                   17649: 2002-03-28  paf
                   17650: 
                   17651:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17652:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17653:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17654:          ^cache(seconds)    ^cache[date] }
                   17655: 
                   17656:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17657:          param
                   17658: 
                   17659: 2002-03-27  paf
                   17660: 
                   17661:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17662:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17663:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17664:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17665:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17666:          src/classes/xnode.C, src/include/pa_exception.h,
                   17667:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17668:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17669:          src/main/pa_array.C, src/main/pa_charset.C,
                   17670:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17671:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17672:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17673:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17674:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17675:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17676:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17677:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17678:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17679:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17680:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17681:          src/types/pa_wwrapper.h: assigned exception types
                   17682: 
                   17683:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17684:          src/include/pa_request.h, src/main/execute.C,
                   17685:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17686:          just changed name
                   17687: 
                   17688: 2002-03-26  paf
                   17689: 
                   17690:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17691:          fixed
                   17692: 
                   17693:        * src/classes/op.C: forced language of $source field of exception
                   17694:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17695:          of connect
                   17696: 
                   17697:        * operators.txt: removed date.roll limit of +-1 offset
                   17698: 
                   17699:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17700: 
                   17701:        * operators.txt, src/classes/date.C: fixed date roll on
                   17702:          daylightsaving days mktime took into account tm_isdst flag, which
                   17703:          remained from BEFORE roll, but should have been reset
                   17704: 
                   17705: 2002-03-25  paf
                   17706: 
                   17707:        * operators.txt, src/targets/cgi/parser3.C:
                   17708:          http_site_config_filespec
                   17709: 
                   17710:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17711:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17712:          with any/both --disable-foreign-group-files --disable-execs
                   17713: 
                   17714:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17715: 
                   17716:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17717:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17718:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17719:          disables execs also.  introducing --sendmail
1.95      moko     17720: 
                   17721:        * operators.txt: pgsql options comment
                   17722: 
                   17723:        * INSTALL: comment on --disable-link-stdcpp
                   17724: 
1.116     moko     17725:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17726:          libstdc++ link skipping configure option
1.95      moko     17727: 
                   17728:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17729:          with error were put to cache with 'marked_to_rollback' flag, all
                   17730:          consequent even OK requests rolled back
                   17731: 
                   17732: 2002-03-22  paf
                   17733: 
                   17734:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17735:          false return
                   17736: 
                   17737:        * operators.txt: few comments on sets
                   17738: 
                   17739: 2002-03-18  paf
                   17740: 
                   17741:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17742:          src/include/pa_globals.h, src/include/pa_request.h,
                   17743:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17744:          src/main/pa_request.C: introducing ^try
                   17745: 
                   17746:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17747:          types/pa_vdouble.h: removed some tested @tests
                   17748: 
                   17749: 2002-03-15  paf
                   17750: 
                   17751:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17752: 
                   17753: 2002-03-13  paf
                   17754: 
                   17755:        * src/main/pa_exception.C: checked not-pooled malloc
                   17756: 
                   17757: 2002-03-11  paf
                   17758: 
                   17759:        * INSTALL, configure, configure.in,
                   17760:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17761: 
                   17762:        * src/main/pa_common.C: --disable-foreign-group-files
                   17763: 
                   17764:        * INSTALL: --disable-execs
                   17765: 
                   17766:        * src/main/pa_exec.C: --disable-execs
                   17767: 
                   17768:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17769:          --disable-execs
                   17770: 
                   17771:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17772: 
                   17773:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17774:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17775: 
                   17776: 2002-03-05  paf
                   17777: 
                   17778:        * operators.txt, src/classes/date.C: date week calendar columns
                   17779:          named
                   17780: 
                   17781:        * operators.txt, src/classes/date.C: date week calendar columns
                   17782:          named
                   17783: 
                   17784:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17785:          requires headers to be terminated with \r\n manually [refuses to
                   17786:          separate header/body itself]
                   17787: 
                   17788:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17789:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17790: 
                   17791: 2002-03-04  paf
                   17792: 
                   17793:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17794:          in PASS language
                   17795: 
                   17796:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17797:          deserialize checks on broken file
                   17798: 
                   17799:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17800:          parser3isapi.dsp: isapi updated
                   17801: 
                   17802: 2002-03-01  paf
                   17803: 
                   17804:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17805: 
                   17806: 2002-02-28  paf
                   17807: 
                   17808:        * src/main/untaint.C: removed some debug comments
                   17809: 
                   17810:        * src/main/pa_charsets.C: when placing charset to cache using
                   17811:          global name now [were request]
                   17812: 
                   17813:        * configure, configure.in: apache module updated
                   17814: 
                   17815:        * src/main/pa_string.C: origin by first piece preferred before last
                   17816:          piece
                   17817: 
                   17818: 2002-02-27  paf
                   17819: 
                   17820:        * src/main/pa_charset.C: size_t
                   17821: 
                   17822:        * INSTALL: shared/static-xml with-pathlink
                   17823: 
                   17824:        * operators.txt: SMTP comment
                   17825: 
                   17826: 2002-02-26  paf
                   17827: 
                   17828:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17829: 
                   17830:        * src/classes/xnode.C: in some situation, xpath query returned
                   17831:          result with type NODESET, but empty nodeset member field, checked
                   17832:          that
                   17833: 
                   17834: 2002-02-22  paf
                   17835: 
                   17836:        * INSTALL: without-zlib comment
                   17837: 
                   17838:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17839: 
                   17840:        * configure, configure.in: glib###.a detection fixed
                   17841: 
                   17842:        * INSTALL: hashfile removed from INSTALL
                   17843: 
1.116     moko     17844:        * Makefile.am: make update
1.95      moko     17845: 
                   17846:        * src/main/pa_string.C: string iterators fixed again, so were
                   17847:          String::join_chain
                   17848: 
                   17849:        * src/main/pa_string.C: string iterators fixed again, so were
                   17850:          String::join_chain
                   17851: 
                   17852:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17853:          fixed again, so were String::join_chain
                   17854: 
                   17855:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17856: 
                   17857:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17858:          "session"
                   17859: 
1.116     moko     17860:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17861:          --with-shared-xml --with-static-xml
1.95      moko     17862: 
                   17863:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17864:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17865:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17866:          xalan&xml
                   17867: 
                   17868:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17869: 
                   17870:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17871:          src/types/types.dsp: removed hashfile support from sources for
                   17872:          now
                   17873: 
1.116     moko     17874:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17875:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17876:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17877:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17878:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17879:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17880:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17881:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17882:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17883: 
                   17884: 2002-02-21  paf
                   17885: 
                   17886:        * src/main/untaint.C: removed debug code, activated commented-for
                   17887:          debug parts
                   17888: 
1.116     moko     17889:        * Makefile.am: make cvsupdate
1.95      moko     17890: 
                   17891:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17892:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17893:          append_row, not at link zero now string to string appending works
                   17894: 
                   17895: 2002-02-20  paf
                   17896: 
                   17897:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17898:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17899:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17900: 
                   17901:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17902:          economy: 22%
                   17903: 
                   17904:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17905:          space uptimized: string::link_row removed
                   17906: 
                   17907:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17908:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17909:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17910:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17911: 
                   17912:        * operators.txt, src/include/pa_common.h,
                   17913:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17914:          src/include/pa_types.h, src/main/compile.tab.C,
                   17915:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17916:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17917:          string append optimiziation idea and estimates
                   17918: 
                   17919: 2002-02-19  paf
                   17920: 
                   17921:        * src/classes/math.C: not used directly [but erroreously reported
                   17922:          that 'is', thus registering twice&other probs]
                   17923: 
                   17924:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17925:          to node [element]
                   17926: 
                   17927:        * src/main/compile.C: without string_origins parse error
                   17928:          file+line+col possible
                   17929: 
                   17930:        * src/main/: compile.C: without string_origins not worked
                   17931: 
                   17932: 2002-02-18  paf
                   17933: 
                   17934:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   17935:          trick i've installed into double::as_string
                   17936: 
                   17937:        * src/main/pa_globals.C: extern "C" was removed too fast
                   17938: 
                   17939:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17940:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17941:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   17942:          with string/nonstring values, now in expressions double/int
                   17943:          values are passed as-is, without stupid tostring/fromstring
                   17944:          conversions
                   17945: 
                   17946:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   17947:          __cplusplus } #endif
                   17948: 
                   17949:        * src/main/compile.tab.C: bison env set so one could compile
                   17950:          without cygwin installed
                   17951: 
                   17952:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17953:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   17954:          gnome xml libs parser .dsp-s changed accordingly
                   17955: 
                   17956:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   17957: 
                   17958:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   17959:          with backward comp
                   17960: 
                   17961:        * src/classes/math.C: math:random range check fixed
                   17962: 
                   17963:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   17964: 
                   17965:        * INSTALL: local install comment
                   17966: 
1.116     moko     17967:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     17968: 
1.116     moko     17969:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   17970:          src/include/pa_config_auto.h.in,
                   17971:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   17972:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     17973: 
                   17974:        * operators.txt: \ comment
                   17975: 
                   17976: 2002-02-13  paf
                   17977: 
                   17978:        * src/include/pa_config_includes.h: sys/time time both included
                   17979:          now.  vaguely remember confilicts on this on some system [not on
                   17980:          six|ablv] so when would see them again would think up proper
                   17981:          check
                   17982: 
1.116     moko     17983:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17984:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     17985: 
                   17986:        * src/main/pa_common.C: truncation never occured when writing files
                   17987:          on unix [since i've changed cache mech] fix
                   17988: 
                   17989:        * src/main/pa_common.C: strnchr: sanity check added
                   17990: 
                   17991:        * etc/parser3.charsets/windows-1257.cfg: id added
                   17992: 
                   17993:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   17994:          baltic charset file generated, in generation script ispunct check
                   17995:          added
                   17996: 
                   17997: 2002-02-08  paf
                   17998: 
1.116     moko     17999:        * src/: include/Makefile.am, sql/Makefile.am,
                   18000:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18001: 
                   18002:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18003:          forgotten
                   18004: 
                   18005:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18006: 
                   18007:        * INSTALL, README: install&others updated
                   18008: 
                   18009:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18010: 
1.116     moko     18011:        * Makefile.am, configure, configure.in,
                   18012:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18013:          src/classes/Makefile.am, src/main/Makefile.am,
                   18014:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18015:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18016:          works
1.95      moko     18017: 
                   18018:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18019:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18020:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18021:          classes/math.C, classes/op.C, classes/response.C,
                   18022:          classes/string.C, classes/table.C, classes/void.C,
                   18023:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18024:          include/pa_array.h, include/pa_cache_managers.h,
                   18025:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18026:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18027:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18028:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18029:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18030:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18031:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18032:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18033:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18034:          include/pa_stack.h, include/pa_string.h,
                   18035:          include/pa_stylesheet_connection.h,
                   18036:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18037:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18038:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18039:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18040:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18041:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18042:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18043:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18044:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18045:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18046:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18047:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18048:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18049:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18050:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18051:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18052:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18053:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18054:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18055:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18056:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18057:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18058:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18059:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18060:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18061:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18062:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18063:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18064:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18065:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18066:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18067:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18068:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18069: 
                   18070:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18071:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18072:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18073:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18074:          classes/string.C, classes/table.C, classes/void.C,
                   18075:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18076:          include/pa_array.h, include/pa_cache_managers.h,
                   18077:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18078:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18079:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18080:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18081:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18082:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18083:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18084:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18085:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18086:          include/pa_stack.h, include/pa_string.h,
                   18087:          include/pa_stylesheet_connection.h,
                   18088:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18089:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18090:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18091:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18092:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18093:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18094:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18095:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18096:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18097:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18098:          main/pa_status_provider.C, main/pa_string.C,
                   18099:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18100:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18101:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18102:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18103:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18104:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18105:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18106:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18107:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18108:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18109:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18110:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18111:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18112:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18113:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18114:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18115:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18116:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18117:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18118:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18119:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18120:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18121: 
                   18122: 2002-02-07  paf
                   18123: 
                   18124:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18125: 
1.116     moko     18126:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18127:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18128:          added yet another locking function: fcntl
1.95      moko     18129: 
                   18130:        * config.sub: on cygwin configure passes it with strange i1586
                   18131:          const, hacked it to mean i586
                   18132: 
                   18133:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18134:          disabled $if reference due to conflicts with local variables
                   18135: 
                   18136:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   18137:          xdoc::set obsolete now, now xdoc::create, with both sences
                   18138: 
                   18139:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18140:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18141:          table::create now // 'set' name obsolete now table clone.
                   18142: 
                   18143:        * operators.txt, src/classes/string.C,
                   18144:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   18145:          ^int/double/string.format now can be called with normal []
                   18146:          brackets, not stupid {} as it were implemented for some strange
                   18147:          reason.  retaining backward compatibility due to some
                   18148:          already-implemented servers
                   18149: 
                   18150:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   18151:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   18152:          operators now detected by check at name_without_curly_rdive_read
                   18153:          rule whether diving code constists only of
                   18154:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   18155:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   18156:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   18157: 
                   18158: 2002-02-06  paf
                   18159: 
                   18160:        * configure, configure.in: prefix expanded, grr
                   18161: 
                   18162:        * operators.txt, src/classes/mail.C: mail:send config changed
                   18163: 
                   18164: 2002-02-05  paf
                   18165: 
                   18166:        * operators.txt: regex options commented
                   18167: 
                   18168:        * src/main/: pa_exec.C: argv0 now correct
                   18169: 
                   18170:        * src/types/pa_vstatus.C: status:rusage 3
                   18171: 
                   18172:        * src/types/pa_vstatus.C: status:rusage 2
                   18173: 
                   18174:        * operators.txt: status:rusage described int operators
                   18175: 
                   18176:        * src/types/pa_vstatus.C: status:rusage 1
                   18177: 
                   18178:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   18179:          src/types/types.dsp: status:rusage
                   18180: 
                   18181:        * configure.in, operators.txt, src/classes/file.C,
                   18182:          src/classes/op.C, src/include/pa_common.h,
                   18183:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   18184:          src/main/pa_common.C: rewritten ^cache to use
                   18185:          non-blocking-exclusive-caches
                   18186: 
                   18187:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   18188:          [speed impact. was off for debugging purpose, but forgotten
                   18189:          afterwards]
                   18190: 
                   18191: 2002-02-01  paf
                   18192: 
                   18193:        * src/classes/op.C: file_write does EX lock after create, while
                   18194:          file_read does SH after open, so there's a moment after create
                   18195:          but before EX lock when read can sneak into, and read
                   18196:          just-created-for-writing-and-not-yet-locked file, added a check
                   18197:          for that in ^cache...read
                   18198: 
                   18199: 2002-01-31  paf
                   18200: 
                   18201:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   18202:          ^xxx:
                   18203: 
                   18204:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   18205:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   18206: 
                   18207:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   18208:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   18209:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   18210:          operators check 6.1 rewritten. now check is done at compile time
                   18211: 
                   18212:        * src/main/execute.C: operators check 5 floated up old error of
                   18213:          staying in 'entered class/object' state after $a($a..) it
                   18214:          prevented operators from being called thereafter
                   18215: 
                   18216:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18217:          main/execute.C: operators check 4 floated up old error of staying
                   18218:          in 'entered object' state after ^a.a(a) it prevented operators
                   18219:          from being called thereafter
                   18220: 
                   18221:        * src/main/execute.C: operators check 3 floated up old error of
                   18222:          staying in 'entered class' state after $a:a(a) it prevented
                   18223:          operators from being called thereafter
                   18224: 
                   18225:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   18226:          floated up old error of staying in 'entered class' state after
                   18227:          $a:a[a] it prevented operators from being called thereafter
                   18228: 
                   18229:        * src/main/execute.C: operators check, thay mistakenly seen in
                   18230:          $class:operator   $object.operators contexts
                   18231: 
                   18232:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   18233:          win32
                   18234: 
1.116     moko     18235:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   18236:          src/classes/Makefile.am, src/main/Makefile.am,
                   18237:          src/targets/cgi/Makefile.am,
1.95      moko     18238:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     18239:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     18240: 
1.116     moko     18241:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   18242:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   18243:          configure, configure.in, form.txt, ident.awk, install-sh,
                   18244:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   18245:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     18246:          etc/parser3.charsets/Makefile.am,
                   18247:          etc/parser3.charsets/koi8-r.cfg,
                   18248:          etc/parser3.charsets/windows-1250.cfg,
                   18249:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     18250:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   18251:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   18252:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   18253:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     18254:          straightened installation scripts procedure made
                   18255:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   18256:          change
                   18257: 
                   18258: 2002-01-30  paf
                   18259: 
                   18260:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   18261:          removed] those comments were a mistake, and prevented libltdl
                   18262:          from function properly
                   18263: 
                   18264: 2002-01-29  paf
                   18265: 
1.116     moko     18266:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   18267:          creation [modified acinclude.m4 which were creating int into just
                   18268:          assignment LIBTOOL=../libtool] added default system
                   18269:          config&charsetts prepared 'make install', now it installs
                   18270:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   18271:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     18272:          $sysconfdir/parser3.charsets respectively
                   18273: 
                   18274:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   18275:          main/pa_globals.C: few forgotten ifdef XML added
                   18276: 
                   18277: 2002-01-28  paf
                   18278: 
1.116     moko     18279:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     18280:          removed
                   18281: 
                   18282:        * src/main/pa_exception.C: dom|generic error output fix
                   18283: 
                   18284:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   18285: 
                   18286:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   18287: 
                   18288:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   18289:          [fixed as_node helper func to accept docs]
                   18290: 
                   18291:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   18292:          xdoc.importNode 0
                   18293: 
                   18294:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   18295: 
                   18296: 2002-01-25  paf
                   18297: 
                   18298:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   18299:          @SPECIAL now works OK
                   18300: 
                   18301:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   18302: 
                   18303:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   18304:          violation that added
                   18305: 
                   18306:        * src/classes/hash.C: unified  hash::sql, now
                   18307:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   18308: 
                   18309:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18310:          ^file:lock[filename]{code}
                   18311: 
                   18312:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   18313:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   18314:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   18315:          to some pa_common funcs
                   18316: 
                   18317:        * src/: include/pa_charset.h, main/pa_globals.C:
                   18318:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   18319: 
                   18320:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18321:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   18322:          not stupid illegal define
                   18323: 
                   18324: 2002-01-24  paf
                   18325: 
                   18326:        * src/include/pa_version.h: changed version number
                   18327: 
                   18328:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18329:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18330:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18331:          main/pa_db_connection.C, main/pa_db_table.C,
                   18332:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   18333:          hashfile without logfiles
                   18334: 
                   18335:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18336:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   18337:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   18338:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   18339:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   18340:          cluttered disk without huge need]
                   18341: 
                   18342:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18343:          handy macro, which is strangly abscent in dome lib
                   18344: 
                   18345:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18346: 
                   18347:        * src/classes/xdoc.C: checked empty response
                   18348: 
                   18349:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18350:          /, not self node]
                   18351: 
                   18352:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18353:          case 'nothing found' returns empty array
                   18354: 
                   18355:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18356:          be more tender with ctrl/c/v
                   18357: 
                   18358: 2002-01-23  paf
                   18359: 
                   18360:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18361:          substituted.         // 2. when dom tree with entites goes under
                   18362:          transform text nodes        // got [erroreosly] cut on first
                   18363:          entity occurance
                   18364: 
                   18365:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18366:          twice-converting
                   18367: 
                   18368:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18369:          'e' in output this is for regretful twice-converting here:
                   18370:          $a(double value) when they write double falue  they convert it to
                   18371:          string first, thus %g were losing precesion.
                   18372: 
                   18373:          todo: think up some way to remove double->string string->double
                   18374:          twice-converting
                   18375: 
                   18376:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18377:          %.20E now default float format this is for regretful
                   18378:          twice-converting here: $a(double value) when they write double
                   18379:          falue  they convert it to string first, thus %g were losing
                   18380:          precesion.
                   18381: 
                   18382:          todo: think up some way to remove double->string string->double
                   18383:          twice-converting
                   18384: 
                   18385:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18386:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18387:          reasons in comment inside
                   18388: 
                   18389:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18390:          statically linked]
                   18391: 
                   18392:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18393:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18394:          not needed anymore 2. there were a conflict[causing errors]
                   18395:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18396:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18397:          ctor(, va_list) which, of course, caused gpf
                   18398: 
                   18399:        * src/main/pa_globals.C: removed debug xslt messages
                   18400: 
                   18401: 2002-01-22  paf
                   18402: 
                   18403:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18404:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18405:          helps compiling stylesheet properly.  example: this refused to
                   18406:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18407:          />&raquo;</b> stranly worked only this way:
                   18408:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18409: 
                   18410:          docs says "set it to 1", never going into details, so I decided
                   18411:          to try NOT to do that
                   18412: 
                   18413:        * src/classes/table.C: join behaived badly in case named tables
                   18414:          structure mismatched: 0 strings sneaked into dest failing
                   18415:          afterwards.  replaced them with empty strings
                   18416: 
                   18417: 2002-01-21  paf
                   18418: 
                   18419:        * src/main/pa_charset.C: checked empty transcoders in
                   18420:          transcode_cstr|buf
                   18421: 
                   18422:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18423: 
                   18424:        * src/classes/xdoc.C: transform error source now
                   18425:          stylesheet_filespec
                   18426: 
1.116     moko     18427:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18428:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18429:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18430:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18431:          gnome
1.95      moko     18432: 
                   18433:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18434:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18435:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18436:          xslt generic error 1
                   18437: 
                   18438:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18439:          xml generic message 1
                   18440: 
                   18441:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18442:          headline
                   18443: 
                   18444:        * src/: include/pa_array.h, include/pa_globals.h,
                   18445:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18446:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18447:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18448:          errors 0
                   18449: 
                   18450: 2002-01-16  paf
                   18451: 
                   18452:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18453:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18454:          include/pa_db_connection.h, include/pa_request.h,
                   18455:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18456:          include/pa_stylesheet_connection.h,
                   18457:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18458:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18459:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18460:          stylesheet_connection auto destroyers to remaining gnome objects
                   18461: 
                   18462:        * src/classes/xdoc.C: few comments
                   18463: 
                   18464: 2002-01-15  paf
                   18465: 
                   18466:        * src/classes/xdoc.C: xdoc   file   save   string
                   18467: 
                   18468:          ready.  todo: error handling
                   18469: 
                   18470:        * src/classes/xdoc.C: xdoc save rewritten using
                   18471:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18472:          result
                   18473: 
                   18474:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18475:          started output options parsing
                   18476: 
                   18477: 2002-01-14  paf
                   18478: 
                   18479:        * src/classes/xdoc.C: method
                   18480: 
                   18481:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18482:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18483:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18484:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18485:          xslt transform0.  TODO:   use output options   handle errors
                   18486: 
                   18487:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18488: 
                   18489: 2002-01-11  paf
                   18490: 
                   18491:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18492:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18493:          partial logical && || evaluation
                   18494: 
                   18495:        * src/classes/xnode.C: xpath selectNodes
                   18496: 
                   18497:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18498:          string/number/bool
                   18499: 
                   18500:        * src/classes/xnode.C: xpath selectNode 2
                   18501: 
                   18502:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18503:          xpath selectNode 1
                   18504: 
                   18505: 2002-01-10  paf
                   18506: 
                   18507:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18508: 
                   18509:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18510:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18511:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18512:          refcounter]
                   18513: 
                   18514: 2001-12-29  paf
                   18515: 
                   18516:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18517:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18518:          glib works 0
                   18519: 
                   18520: 2001-12-28  paf
                   18521: 
                   18522:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18523:          main/pa_exception.C: started glib transcoders
                   18524: 
                   18525:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18526: 
                   18527:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18528:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18529:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18530:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18531:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18532:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18533:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18534:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18535: 
                   18536: 2001-12-27  paf
                   18537: 
                   18538:        * src/: include/pa_charset.h, include/pa_common.h,
                   18539:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18540:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18541:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18542:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18543:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18544:          from xalan&xerces, started the process.  globals [initialization
                   18545:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18546:          calls
                   18547: 
                   18548:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18549:          anymore
                   18550: 
                   18551: 2001-12-26  paf
                   18552: 
                   18553:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18554:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18555:          key globalized [bug]
                   18556: 
                   18557: 2001-12-25  paf
                   18558: 
                   18559:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18560:          main/pa_string.C: table set & append changed splitting languages,
                   18561:          separators now can be clean AND as-is same to mail command line
                   18562:          $MAIN:MAIL.progX arguments
                   18563: 
                   18564: 2001-12-24  paf
                   18565: 
                   18566:        * src/classes/mail.C: one parted text messages - no multipart
                   18567:          mime-type anymore.  for convinient if $.attach-ments
                   18568: 
                   18569:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18570:          main/pa_string.C: read from cache size check updated
                   18571: 
                   18572:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18573: 
                   18574: 2001-12-21  paf
                   18575: 
                   18576:        * src/classes/date.C: date:sql-string now returns localtime
                   18577: 
                   18578:        * src/main/pa_request.C: $result in @main actually not working, to
                   18579:          hell with it for now
                   18580: 
                   18581:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18582:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18583:          @postprocess @exception
                   18584: 
                   18585:        * src/main/execute.C: junction evaluation canceled - endless
                   18586:          recursion detected
                   18587: 
                   18588: 2001-12-19  paf
                   18589: 
                   18590:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18591:          intermediate
                   18592: 
                   18593:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18594: 
                   18595:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18596: 
                   18597:        * src/classes/op.C: ^cache keypath now relative
                   18598: 
                   18599:        * src/classes/mail.C: changed weighting prior to sort
                   18600: 
                   18601:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18602:          were missing
                   18603: 
                   18604: 2001-12-17  paf
                   18605: 
                   18606:        * src/main/pa_charset.C: ifndef XML were bad type
                   18607: 
                   18608:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18609:          outdated unset services_pool
                   18610: 
                   18611:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18612:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18613:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18614: 
                   18615:        * src/main/untaint.C: allowed space in filespec
                   18616: 
                   18617:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18618: 
                   18619:        * src/classes/image.C: no govno
                   18620: 
                   18621:        * src/classes/image.C: govno
                   18622: 
                   18623: 2001-12-16  paf
                   18624: 
                   18625:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18626: 
                   18627:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18628:          charset_connection&manager replaced by charset&charsets
                   18629: 
                   18630:        * src/main/pa_charset.C: name_cstr 0
                   18631: 
                   18632:        * src/main/untaint.C: uri lang now knows about client/source
                   18633:          charsets
                   18634: 
                   18635:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18636:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18637:          include/pa_array.h, include/pa_cache_managers.h,
                   18638:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18639:          include/pa_common.h, include/pa_db_connection.h,
                   18640:          include/pa_db_manager.h, include/pa_db_table.h,
                   18641:          include/pa_dictionary.h, include/pa_exception.h,
                   18642:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18643:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18644:          include/pa_sapi.h, include/pa_socks.h,
                   18645:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18646:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18647:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18648:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18649:          main/pa_charset.C, main/pa_charset_connection.C,
                   18650:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18651:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18652:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18653:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18654:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18655:          types/types.dsp: introducing Charset
                   18656: 
                   18657: 2001-12-14  paf
                   18658: 
                   18659:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18660:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18661:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18662:          uri lang
                   18663: 
                   18664:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18665: 
                   18666:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18667: 
                   18668:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18669:          defalts_name global
                   18670: 
                   18671:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18672:          include/pa_request.h, main/main.dsp,
                   18673:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18674:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18675:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18676:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18677:          changed charset model.  now important: $request:charset
                   18678:          $response:charset while $response:content-type.charset become
                   18679:          unimportant [informational]
                   18680: 
                   18681: 2001-12-13  paf
                   18682: 
                   18683:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18684: 
                   18685:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18686:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18687:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18688:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18689:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18690:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18691: 
                   18692:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18693:          auto_ptr part other way, because of stupid gcc 2.96
                   18694:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18695:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18696:          FormatterListener] /usr/include/g++-3/memory:48:
                   18697:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18698:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18699: 
                   18700:        * src/classes/xdoc.C: removed extra inc
                   18701: 
                   18702:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18703: 
                   18704:        * src/include/pa_types.h: msvc head debugging flag
                   18705: 
                   18706:        * src/classes/xdoc.C: freed up listener
                   18707: 
                   18708:        * src/classes/string.C: change msg '... code is not code'
                   18709: 
                   18710:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18711:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18712:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18713:          [past/future prob]
                   18714: 
                   18715:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18716:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18717:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18718:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18719: 
                   18720:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18721:          main/pa_string.C: removed signed mismatch warnings
                   18722: 
                   18723:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18724:          'expires' from header outputs
                   18725: 
                   18726:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18727:          row ptr
                   18728: 
                   18729:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18730:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18731: 
                   18732:        * src/classes/xdoc.C: lang list updated
                   18733: 
                   18734: 2001-12-10  paf
                   18735: 
                   18736:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18737: 
                   18738:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18739:          erase files like that, knowing their full name introducing   //
                   18740:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18741:          // they would yield the same    // because
                   18742:          need_file_encode('_')=false  // but we need to delete such files
                   18743:          somehow, getting names from ^index
                   18744: 
                   18745:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18746:          string::join_chank break]
                   18747: 
                   18748: 2001-12-07  paf
                   18749: 
                   18750:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18751:          include/pa_common.h, include/pa_config_auto.h.in,
                   18752:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18753:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18754:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18755:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18756: 
                   18757:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18758:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18759:             lduh  [ %i2 + 1 ], %l0
                   18760: 
                   18761:          bus error, fixed that
                   18762: 
                   18763:        * src/main/pa_string.C: strange string deserialize bug on
                   18764:          client[pmts], a bit shortened,
                   18765: 
                   18766:        * src/include/pa_config_auto.h.in: makes
                   18767: 
                   18768:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18769:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18770:          file write shared lock file read
                   18771: 
                   18772:        * src/: classes/op.C, include/pa_common.h,
                   18773:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18774: 
                   18775: 2001-12-06  paf
                   18776: 
                   18777:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18778:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18779: 
                   18780:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18781:          info
                   18782: 
                   18783:        * src/classes/hashfile.C: removed transaction from ^cache
                   18784: 
                   18785: 2001-12-05  paf
                   18786: 
                   18787:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18788:          IIS5 there were a prob with illegal call check
                   18789: 
                   18790: 2001-12-04  paf
                   18791: 
                   18792:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18793:          main/pa_request.C: measures to log
                   18794: 
                   18795: 2001-11-23  paf
                   18796: 
                   18797:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18798:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18799:          types/pa_vhashfile.C: merged from _0014, 1
                   18800: 
                   18801:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18802:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18803:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18804:          ^cache(33) would change
                   18805: 
                   18806:          0660 bits in file_write & hashfile create
                   18807: 
                   18808:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18809:          after pa_string optimization]
                   18810: 
                   18811: 2001-11-22  paf
                   18812: 
                   18813:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18814:          table.offset[whence]
                   18815: 
                   18816:        * src/classes/op.C: process cstr(,connection)
                   18817: 
                   18818:        * src/classes/op.C: process now gets its body on current language,
                   18819:          not as-is
                   18820: 
                   18821:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18822: 
                   18823:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18824:          bit
                   18825: 
1.116     moko     18826:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18827: 
                   18828: 2001-11-21  paf
                   18829: 
                   18830:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18831:          <xsl:output output options made identical to xsl:output
                   18832:          attributes exclusion:    cdata-section-elements what xalan can do
                   18833:          but that not used now:    it can escape and remove CDATA sections
                   18834: 
                   18835:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18836:          produced by xslt
                   18837: 
                   18838:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18839: 
                   18840:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18841: 
                   18842:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18843:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18844:          default language for {code}, it happen to change it's language
                   18845:          from CLEAN, so later refused to split by CLEAN \t
                   18846: 
                   18847: 2001-11-20  paf
                   18848: 
1.116     moko     18849:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18850:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18851:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18852:          line numbering in table::sql
                   18853: 
                   18854: 2001-11-19  paf
                   18855: 
                   18856:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18857:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18858:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18859:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18860:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18861:          at wcontext.write
                   18862: 
1.116     moko     18863:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18864:          _set_new_handler
                   18865: 
1.116     moko     18866:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18867:          set_new_handler in apache&isapi
1.95      moko     18868: 
                   18869: 2001-11-16  paf
                   18870: 
                   18871:        * src/targets/cgi/parser3.C: pool debug @ die
                   18872: 
                   18873:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18874:          removed 8 bytes from String, 2 bytes from
                   18875:          string::chunk::row::item
                   18876: 
                   18877:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18878: 
                   18879:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18880:          types/pa_vstring.C: removed 1+4 bytes from String
                   18881: 
                   18882:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18883:          0
                   18884: 
                   18885:        * src/: include/pa_globals.h, include/pa_string.h,
                   18886:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18887:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18888:          targets/cgi/parser3.C: introducing estimating
                   18889:          String::cstr_bufsize, 0
                   18890: 
                   18891:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18892: 
                   18893:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18894: 
                   18895:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18896:          include/pa_pool.h: die in pool::fail
                   18897: 
                   18898: 2001-11-15  paf
                   18899: 
                   18900:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18901:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18902:          dynamic buffer re-back now with counter
                   18903: 
                   18904:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18905:          static buffer back
                   18906: 
                   18907:        * src/targets/cgi/parser3.C: std::
                   18908: 
                   18909:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18910:          include/pa_config_includes.h: setnewhandler check
                   18911: 
1.116     moko     18912:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18913: 
                   18914:        * src/targets/cgi/parser3.C: set_new_handler started
                   18915: 
                   18916: 2001-11-14  paf
                   18917: 
                   18918:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18919:          was wrong
                   18920: 
                   18921:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18922:          was wrong
                   18923: 
                   18924:        * src/main/pa_request.C: z
                   18925: 
                   18926:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   18927:          full returns win32 -1 solaris >buffer_size
                   18928: 
                   18929:          checked all that
                   18930: 
                   18931:        * src/classes/op.C: ^untaint{body} as-is default now
                   18932: 
                   18933:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18934:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   18935:          with no_bad_constructors_try
                   18936: 
                   18937:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18938:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   18939:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   18940:          $bred[^int::int[]]
                   18941: 
                   18942:          now VObject creation moved into overriden
                   18943:          VClass::create_new_value, thus 0 from create_new_value means that
                   18944:          class has no ctors
                   18945: 
                   18946: 2001-11-13  paf
                   18947: 
                   18948:        * src/classes/classes.C: returned accedently removed if in foreach
                   18949:          callbacks [when hash no-0-restructure]
                   18950: 
                   18951: 2001-11-12  paf
                   18952: 
                   18953:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   18954:          passed as-is to method, xalan makes & into &amp; itself
                   18955: 
                   18956:        * src/classes/date.C: date.roll parser2 alg used
                   18957: 
                   18958:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   18959:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18960:          main/pa_dictionary.C, main/pa_hash.C,
                   18961:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   18962:          now does not containt 0 values. put 0 actullay removes.  no check
                   18963:          on 0 value in foreach now required
                   18964: 
                   18965: 2001-11-11  paf
                   18966: 
                   18967:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   18968: 
                   18969:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   18970: 
                   18971:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   18972:          driver initialize not const
                   18973: 
                   18974: 2001-11-10  paf
                   18975: 
                   18976:        * src/main/pa_exec.C: doc
                   18977: 
                   18978: 2001-11-09  paf
                   18979: 
                   18980:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   18981:          param properly
                   18982: 
                   18983:        * src/classes/string.C: string.save now does untainting before
                   18984:          saving
                   18985: 
                   18986:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   18987:          still cstr oriented]
                   18988: 
                   18989:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18990:          line endings fixing got rid of cstr, now must work ok with post
                   18991:          multipart
                   18992: 
                   18993:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   18994:          not file  also now
                   18995: 
                   18996: 2001-11-08  paf
                   18997: 
                   18998:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18999:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19000:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19001:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19002:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19003:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19004:          call virtual from second parent]
                   19005: 
1.116     moko     19006:        * src/: include/pa_common.h, main/Makefile.am,
                   19007:          targets/cgi/pa_pool.C: makes
1.95      moko     19008: 
                   19009:        * src/: include/pa_request.h, main/pa_request.C,
                   19010:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19011:          'status' class enabler
                   19012: 
                   19013:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   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/main.dsp,
                   19018:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19019:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19020:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19021:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19022:          todo: apache 'status' class enabler
                   19023: 
                   19024: 2001-11-05  paf
                   19025: 
                   19026:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19027:          debug to normal
                   19028: 
                   19029:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19030:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19031:          check cleaned cache items manually. few more checks.
                   19032: 
                   19033:          expiring to 0 time was wrong, changed to 'now' time
                   19034: 
                   19035:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19036:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19037:          on apache already done :)
                   19038: 
                   19039:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19040:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19041:          cache items manually
                   19042: 
                   19043:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19044:          parser_multithreaded check was wrong
                   19045: 
                   19046:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19047:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19048:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19049:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19050:          classes/string.C, classes/table.C, classes/void.C,
                   19051:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19052:          include/pa_array.h, include/pa_charset_connection.h,
                   19053:          include/pa_charset_manager.h, include/pa_common.h,
                   19054:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19055:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19056:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19057:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19058:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19059:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19060:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19061:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19062:          include/pa_stack.h, include/pa_string.h,
                   19063:          include/pa_stylesheet_connection.h,
                   19064:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19065:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19066:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19067:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19068:          main/pa_charset_manager.C, main/pa_common.C,
                   19069:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19070:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19071:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19072:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19073:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19074:          main/pa_status_provider.C, main/pa_string.C,
                   19075:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19076:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19077:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19078:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19079:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19080:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19081:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19082:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19083:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19084:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19085:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19086:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19087:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19088:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19089:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19090:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19091:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19092:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19093:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19094:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19095:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19096:          $status:db fixed used not initialized in db_connection & db_table
                   19097: 
                   19098:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19099:          $status:charset
                   19100: 
                   19101:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19102:          include/pa_stylesheet_connection.h,
                   19103:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19104:          types/pa_vstatus.h: $status:stylesheet
                   19105: 
                   19106:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19107:          include/pa_request.h, include/pa_sql_connection.h,
                   19108:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19109:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19110:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19111:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19112:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19113:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19114: 
                   19115: 2001-11-01  paf
                   19116: 
                   19117:        * src/include/pa_config_auto.h.in: makes
                   19118: 
                   19119:        * src/main/pa_hash.C: removed old extra include
                   19120: 
                   19121:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19122:          checks [for hp, there are such in math.h]
                   19123: 
                   19124:        * src/classes/op.C: ^for endless loop check strightened
                   19125: 
                   19126:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19127:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19128:          co can use r.root to write their i & key,value there
                   19129: 
                   19130:        * src/classes/op.C: detected for var storage bug, fixed.
                   19131:          todo:foreach
                   19132: 
                   19133:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19134:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   19135:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   19136:          changing of hash inside of foreach
                   19137: 
                   19138:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   19139:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   19140:          were hash.foreach
                   19141: 
                   19142:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   19143:          types/pa_vstring.C, types/pa_vstring.h:
                   19144:          ^foreach[key|value]{body}[[separator]|{separator}]
                   19145: 
                   19146:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   19147:          types/pa_vcookie.C: ^hash.delete[key]
                   19148: 
                   19149: 2001-10-31  paf
                   19150: 
                   19151:        * src/main/: compile.C, pa_common.C: completely empty file now
                   19152:          considered "read", not ignored [not perfect trick used]
                   19153: 
                   19154:        * src/main/pa_common.C: simplier common ifdefs
                   19155: 
                   19156:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   19157: 
                   19158:        * src/main/pa_db_connection.C: z
                   19159: 
                   19160:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   19161:          lockdetector flags
                   19162:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   19163: 
                   19164:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   19165:          from accidental show [imagine user forgot @exception]
                   19166: 
                   19167:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   19168: 
                   19169:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   19170:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   19171:          main/pa_common.C: ^string.save[[append;]path]
                   19172: 
                   19173:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19174:          main/execute.C: \ in expression: int divide 10/3=3
                   19175: 
                   19176:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   19177:          inside of ^cache
                   19178: 
                   19179:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   19180:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   19181:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   19182:          needed
                   19183: 
                   19184: 2001-10-30  paf
                   19185: 
                   19186:        * src/: classes/classes.dsp, main/main.dsp,
                   19187:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19188:          types/types.dsp: enabled debug incremental compile
                   19189: 
                   19190:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19191:          form post data line endings not reformatted now.
                   19192: 
                   19193:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   19194:          now required [had bug when file= has no value]
                   19195: 
                   19196:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   19197:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   19198:          cstr(asis) default param removed
                   19199: 
                   19200:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   19201: 
                   19202:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   19203: 
                   19204:        * src/include/pa_dir.h: LOAD_DIR fixed
                   19205: 
                   19206:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   19207:          was broken} fix_line_breaks
                   19208: 
                   19209:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   19210:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   19211:          packed with #pragma pack
                   19212: 
1.116     moko     19213:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     19214: 
                   19215: 2001-10-29  paf
                   19216: 
                   19217:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   19218: 
                   19219:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   19220:          string hash.puts
                   19221: 
                   19222:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   19223: 
                   19224:        * src/include/pa_sql_connection.h: there were one wrong
                   19225:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   19226: 
                   19227:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   19228:          param.someday either ifdef or remove it
                   19229: 
                   19230:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   19231: 
                   19232:        * src/main/untaint.C: optimizing returned after debugging
                   19233: 
                   19234:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19235:          main/untaint.C: memory hunging #pragma pack(1)
                   19236: 
                   19237:          16 419 844 13 169 394
                   19238: 
                   19239:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19240:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   19241:          places [todo:Array]
                   19242: 
                   19243:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   19244:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   19245:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   19246: 
                   19247:          total 5 652 652/158731 total 5 469 332/158731
                   19248: 
                   19249:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   19250:          Array:: without cache in get/put now
                   19251: 
                   19252:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   19253:          18:25:27 2001] total 5 652 652/158731
                   19254: 
                   19255:        * src/: include/pa_string.h, main/pa_string.C,
                   19256:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   19257:          now
                   19258: 
                   19259:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   19260:          18:11:53 2001] total 5796092/158731
                   19261: 
                   19262:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   19263:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   19264:          key ref now
                   19265: 
                   19266:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   19267:          17:11:17 2001] total 16867948/202658
                   19268: 
                   19269:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   19270:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   19271:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19272:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   19273:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   19274:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   19275:          string::as_int/double now usually uses stack, not heap [200K out
                   19276:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   19277: 
                   19278:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   19279:          hiding bug]
                   19280: 
                   19281:        * src/Makefile.am: .am order
                   19282: 
                   19283:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   19284:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19285:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   19286:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19287:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   19288:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   19289:          required "friend class"
                   19290: 
                   19291:          ../include/pa_request.h:51: friend declaration requires
                   19292:          class-key, i.e. `friend    class Temp_lang'
                   19293: 
                   19294:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   19295:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   19296:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   19297: 
                   19298:          the idea is to #1 jump to C++ some function to main body, where
                   19299:          every function stack frame has exception unwind information and
                   19300:          from there... #2 propagate_exception()
                   19301: 
                   19302: 2001-10-28  paf
                   19303: 
                   19304:        * src/main/pa_db_connection.C: removed old consts
                   19305: 
                   19306:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   19307:          with wrong type/cast]
                   19308: 
                   19309:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   19310:          translation
                   19311: 
1.116     moko     19312:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     19313:          remember to build DB2 with -fexceptions!!!
                   19314: 
                   19315:        * src/main/pa_db_table.C: DB_RMW defed
                   19316: 
                   19317:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19318:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19319:          include/pa_db_table.h, main/pa_db_connection.C,
                   19320:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   19321: 
                   19322: 2001-10-27  paf
                   19323: 
                   19324:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19325:          include/pa_db_table.h, main/pa_db_connection.C,
                   19326:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   19327:          types/pa_vhashfile.C: DB2 ifdefs
                   19328: 
1.116     moko     19329:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   19330:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     19331:          makes with DB2
                   19332: 
1.116     moko     19333:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   19334:          types/Makefile.am: makes db
1.95      moko     19335: 
                   19336:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   19337:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   19338:          globals.C
                   19339: 
                   19340:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19341:          include/pa_db_table.h, main/pa_db_connection.C,
                   19342:          main/pa_db_table.C: ^hashfile.clear[]
                   19343: 
                   19344:        * src/classes/classes.awk: no $ in var names
                   19345: 
                   19346:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19347:          connection&table [forgotten calls]
                   19348: 
                   19349: 2001-10-26  paf
                   19350: 
                   19351:        * src/main/pa_db_connection.C: db checkpoints
                   19352: 
                   19353:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19354:          checkpoints
                   19355: 
                   19356:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19357:          default. but entities still reparsed. todo: tothink
                   19358: 
                   19359:        * src/main/pa_db_connection.C: db recover mech 2
                   19360: 
                   19361:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19362:          include/pa_db_manager.h, include/pa_db_table.h,
                   19363:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19364:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19365:          types/pa_vhashfile.h: db connections & tables now cached at
                   19366:          create time & multithreaded
                   19367: 
                   19368:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19369:          parsed_source
                   19370: 
                   19371:        * src/main/pa_db_connection.C: about to remove connection from
                   19372:          vhashfile
                   19373: 
                   19374:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19375:          transaction commit/rollback responsibility left to parent [as it
                   19376:          sould - else there were a bug with double free]
                   19377: 
                   19378:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19379:          responsibility left to parent [as it sould - else there were a
                   19380:          bug with double free]
                   19381: 
                   19382: 2001-10-25  paf
                   19383: 
                   19384:        * src/: classes/hashfile.C, include/pa_common.h,
                   19385:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19386:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19387:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19388:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19389:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19390:          yet]
                   19391: 
                   19392:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19393: 
                   19394:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19395:          transaction parent passed
                   19396: 
                   19397: 2001-10-24  parser
                   19398: 
1.116     moko     19399:        * src/classes/Makefile.am: makes
1.95      moko     19400: 
                   19401:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19402:          isapi/pool_storage.h: pool_storage fixed
                   19403: 
                   19404:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19405:          types/pa_vform.h: form fix_line_breaks
                   19406: 
1.116     moko     19407:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19408: 
                   19409:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19410:          targets/cgi/pool_storage.h: makes
                   19411: 
                   19412:        * src/sql/pa_sql_driver.h: version
                   19413: 
                   19414:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19415:          types/pa_vform.C, types/pa_vform.h: .am
                   19416: 
                   19417:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19418:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19419:          the retrieval. Setting this flag may decrease the likelihood of
                   19420:          deadlock during a read-modify-write cycle by immediately
                   19421:          acquiring the write lock during the read part of the cycle so
                   19422:          that another thread of control acquiring a read lock for the same
                   19423:          item, in its own read-modify-write cycle, will not result in
                   19424:          deadlock
                   19425: 
                   19426:        * src/targets/isapi/parser3isapi.dsp: doc
                   19427: 
                   19428:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19429: 
                   19430:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19431: 
                   19432:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19433:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19434:          get & iterate
                   19435: 
                   19436:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19437:          expiring 1
                   19438: 
                   19439:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19440: 
                   19441:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19442:          db_connection not bothers with key when not returning expired
                   19443:          data
                   19444: 
                   19445:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19446:          types/pa_vhashfile.C: db_cursor constructor public now
                   19447: 
                   19448:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19449:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19450:          stamped, todo: put_element analize
                   19451: 
                   19452:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19453:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19454:          serialize. todo stamp
                   19455: 
                   19456: 2001-10-23  parser
                   19457: 
                   19458:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19459:          classes/image.C, classes/mail.C, classes/response.C,
                   19460:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19461:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19462:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19463:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19464:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19465:          types/pa_vtable.C: ^hashfile.hash[]
                   19466: 
                   19467:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19468:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19469:          main/pa_globals.C: ifdefs so it compiled without db
                   19470: 
                   19471:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19472:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19473:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19474:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19475:          ^hashfile.delete[key]
                   19476: 
                   19477: 2001-10-22  parser
                   19478: 
                   19479:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19480:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19481: 
                   19482:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19483:          classes/xnode.C, include/pa_charset_connection.h,
                   19484:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19485:          include/pa_exception.h, include/pa_sapi.h,
                   19486:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19487:          include/pa_stylesheet_connection.h,
                   19488:          include/pa_stylesheet_manager.h,
                   19489:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19490:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19491:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19492:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19493:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19494:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19495:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19496:          types/types.dsp: hashfile 0
                   19497: 
                   19498:        * src/types/pa_vhashfile.C: z
                   19499: 
                   19500:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19501:          include/pa_config_fixed.h, main/execute.C,
                   19502:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19503:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19504: 
                   19505:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19506: 
                   19507:        * src/: include/pa_exception.h, include/pa_request.h,
                   19508:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19509:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19510:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19511: 
                   19512: 2001-10-19  parser
                   19513: 
                   19514:        * src/include/pa_pool.h: header
                   19515: 
                   19516:        * src/main/pa_pool.C: auto compiled on gcc
                   19517: 
                   19518:        * src/classes/image.C: comment
                   19519: 
1.116     moko     19520:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19521: 
                   19522:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19523:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19524:          types/pa_vxnode.h: xnode clone got freed
                   19525: 
                   19526:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19527:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19528:          can free up xalandomstring resulting from pool::transcode
                   19529: 
                   19530:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19531:          include/pa_config_fixed.h, include/pa_exception.h,
                   19532:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19533:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19534:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19535:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19536:          from non-xml compile
                   19537: 
                   19538:        * src/main/pa_request.C: pool:: context - get_context
                   19539: 
                   19540:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19541:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19542:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19543:          classes/string.C, classes/table.C, classes/void.C,
                   19544:          include/pa_config_fixed.h, include/pa_exception.h,
                   19545:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19546:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19547:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19548:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19549:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19550:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19551:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19552:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19553:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19554:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19555:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19556:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19557:          exceptions 0
                   19558: 
                   19559:        * src/classes/classes.awk: $ removed
                   19560: 
                   19561: 2001-10-18  parser
                   19562: 
                   19563:        * src/types/pa_vcookie.C: cookie:CLASS
                   19564: 
                   19565:        * src/main/main.dsp: project
                   19566: 
                   19567:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19568:          set_document & ctor question "who owns document" solved
                   19569: 
                   19570:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19571: 
                   19572:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19573:          main/pa_pool.C: encoding in dom creating funcs
                   19574: 
                   19575:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19576:          be transformed now
                   19577: 
                   19578:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19579: 
                   19580:        * src/classes/xdoc.C: z
                   19581: 
                   19582:        * src/classes/xdoc.C: comment
                   19583: 
                   19584:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19585:          create now uses XercesDocumentBridge, appendChild&co now works
                   19586: 
                   19587:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19588:          @ recompile
                   19589: 
                   19590:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19591:          $origin @exception[
                   19592: 
                   19593:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19594:          tag names forced to XML lang
                   19595: 
                   19596:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19597:          leechy-found bugs in code&doc fixed
                   19598: 
                   19599: 2001-10-17  parser
                   19600: 
                   19601:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19602:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19603:          n functionality preserved
                   19604: 
                   19605:        * src/types/pa_vimage.h: removed unused vimage::save
                   19606: 
                   19607: 2001-10-16  parser
                   19608: 
                   19609:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19610: 
                   19611:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19612: 
                   19613:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19614: 
                   19615:        * src/classes/image.C: image.copy tolerance
                   19616: 
                   19617:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19618:          ineffective, but works for small paleted image
                   19619: 
                   19620:        * src/types/pa_vimage.C: comment
                   19621: 
                   19622:        * src/classes/image.C: gd size/resize bugfix
                   19623: 
                   19624:        * src/: classes/classes.dsp, main/main.dsp,
                   19625:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19626:          types/types.dsp: ident >nul 2>&1
                   19627: 
                   19628:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19629:          systems
                   19630: 
                   19631:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19632:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19633: 
                   19634: 2001-10-15  parser
                   19635: 
                   19636:        * src/main/execute.C: z
                   19637: 
                   19638:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19639: 
                   19640:        * src/types/pa_vxnode.C:     document_type_node.
                   19641:                  !readonly attribute DOMString name
                   19642:              !notation_node.
                   19643:                  !readonly attribute DOMString publicId
                   19644:                  !readonly attribute DOMString systemId
                   19645: 
1.116     moko     19646:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19647:          ::write badly passed string too transparently [failed to
                   19648:          intercept it]
1.95      moko     19649: 
                   19650:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19651:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19652:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19653:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19654:          attributes/methods left
                   19655: 
                   19656: 2001-10-13  parser
                   19657: 
                   19658:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19659:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19660:          in main handler
                   19661: 
                   19662:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19663:          cleanups & frees order
                   19664: 
                   19665:        * src/types/pa_vcode_frame.h: couple comments
                   19666: 
                   19667:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19668:          transparent enough to handle hash if creation&passing
                   19669: 
                   19670:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19671:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19672:          enough, would change now
                   19673: 
                   19674: 2001-10-12  parser
                   19675: 
                   19676:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19677:          fixed. initialization&free on each thread!
                   19678: 
                   19679:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19680:          handling changed: now type of default param analized always, not
                   19681:          only at problem time, thus helping early problem spotting
                   19682: 
                   19683:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19684:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19685:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19686:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19687:          multithread bug fixed. initialization&free on each thread!
                   19688: 
                   19689: 2001-10-11  parser
                   19690: 
                   19691:        * src/classes/xnode.C: xnode.selectSingle now
                   19692: 
                   19693:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19694:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19695:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19696:          convertors out of Pool into Exception
                   19697: 
                   19698:        * src/main/pa_string.C: const
                   19699: 
                   19700:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19701:          linked pieces of same language together prior to String::replace
                   19702: 
                   19703:        * src/classes/hash.C:     !^hash.add[addme]
                   19704:              !^hash.sub[subme]
                   19705:              !^a.union[b] = new
                   19706:              !^a.intersection[b] = new
                   19707:              !^a.intersects[b] = bool
                   19708: 
                   19709:        * src/classes/hash.C:     !^hash::append[append_from]
                   19710: 
                   19711:        * src/: classes/hash.C, types/pa_vhash.h:
                   19712:          !^hash::create[[copy_from]]
                   19713: 
                   19714:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19715:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19716:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19717:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19718:          exception but somebody[value.bark] tried to throw it on it's pool
                   19719: 
1.116     moko     19720:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19721: 
                   19722: 2001-10-10  parser
                   19723: 
                   19724:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19725: 
                   19726:        * src/main/: compile.tab.C, compile.y: ^a[
                   19727: 
                   19728:          @next_method  << now unclosed ] would be reported here
                   19729: 
                   19730:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19731:          compile error
                   19732: 
                   19733: 2001-10-09  parser
                   19734: 
1.116     moko     19735:        * src/: classes/Makefile.am, main/Makefile.am,
                   19736:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19737: 
                   19738:        * src/classes/Makefile.am: makes
                   19739: 
                   19740:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19741:          win32 errors intercepted [xalan transformer patched and
                   19742:          incorporated]
                   19743: 
                   19744:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19745:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19746:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19747:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19748:          patches starting
                   19749: 
                   19750:        * src/classes/: string.C, table.C: ^string.save[file]
                   19751: 
                   19752:        * src/classes/: date.C, table.C: calendar moved to date
                   19753: 
                   19754:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19755:          string/table]  now
                   19756: 
                   19757:        * src/classes/: op.C, table.C: z
                   19758: 
                   19759:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19760:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19761:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19762:          be code [be string..]
                   19763: 
                   19764:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19765:          table.C: lots of
                   19766:          params->as_int/double/as_string/as_junction/as_no_junction
                   19767:          messages added
                   19768: 
                   19769: 2001-10-08  parser
                   19770: 
                   19771:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19772:          classes/table.C, classes/void.C, include/pa_request.h:
                   19773:          params->as_int/double message added
                   19774: 
                   19775:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19776: 
                   19777:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19778:          image:sector removed image:html internal "line-*" attribs
                   19779: 
                   19780:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19781:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19782: 
                   19783:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19784:          way
                   19785: 
                   19786:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19787:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19788:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19789: 
                   19790:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19791:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19792:          @ SAPI::log
                   19793: 
                   19794:        * src/main/untaint.C: \r to ' ' in origins mode
                   19795: 
                   19796:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19797:          set]
                   19798: 
                   19799:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19800:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19801:          nonstandard liaison freed up
                   19802: 
                   19803: 2001-10-07  parser
                   19804: 
                   19805:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19806:          project
                   19807: 
                   19808: 2001-10-05  parser
                   19809: 
                   19810:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19811:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19812:          from outputing to cerr.  lots of "todos"
                   19813: 
                   19814:        * src/main/untaint.C: http_header tainting more gentle with
                   19815:          enquoting now
                   19816: 
                   19817:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19818:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19819:          xml errorhandler.  fixed string.replace a little, read @test
                   19820: 
                   19821:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19822:          *) does not have limit, and looks further eos, fixing....
                   19823: 
                   19824:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19825: 
                   19826:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19827: 
                   19828:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19829:          bugfix
                   19830: 
1.116     moko     19831:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19832:          $result[^[$p^]z] now works fine
1.95      moko     19833: 
                   19834:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19835:          wrong. fixed it
                   19836: 
                   19837:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19838:          of totable appered to be vital
                   19839: 
                   19840: 2001-10-04  parser
                   19841: 
                   19842:        * src/classes/image.C: ^image.length[text]
                   19843: 
                   19844: 2001-10-03  parser
                   19845: 
                   19846:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19847: 
                   19848:        * src/main/pa_request.C: restored pcre defaulting in request
                   19849:          [mindlessly "optimized" yesterday] comment left
                   19850: 
                   19851: 2001-10-02  parser
                   19852: 
                   19853:        * src/: main/pa_charset_manager.C,
                   19854:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19855:          needed
                   19856: 
                   19857:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19858:          forgot non-xml pool.*charset needed
                   19859: 
                   19860:        * src/classes/table.C: # config comments fixed
                   19861: 
                   19862:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19863:          charset_connection #comment now
                   19864: 
                   19865:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19866:          options fixed to use release msvcrt lib
                   19867: 
                   19868:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19869:          removed default - pcre handles that internally fixed bug on
                   19870:          not-cleaning tables [previously was calloced, now member]
                   19871: 
                   19872:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19873:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19874:          inside removed default - pcre handles that internally fixed bug
                   19875:          on not-cleaning tables [previously was calloced, now member]
                   19876: 
                   19877:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19878:          tested charset reload on file change @ apache version = OK tested
                   19879:          freeing up prev encoding on adding new = OK
                   19880: 
                   19881: 2001-10-01  parser
                   19882: 
                   19883:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19884:          [internal installed]
                   19885: 
1.116     moko     19886:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19887: 
                   19888:        * src/: include/pa_charset_connection.h,
                   19889:          include/pa_charset_manager.h,
                   19890:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19891:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19892:          main/pa_request.C: charset loading & caching mech 0
                   19893: 
                   19894:        * src/: include/pa_stylesheet_connection.h,
                   19895:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19896:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19897:          & caching mech now
                   19898: 
                   19899: 2001-09-30  parser
                   19900: 
                   19901:        * src/main/pa_request.C: forgot to fill toTable
                   19902: 
                   19903:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19904:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19905:          failed on win32 for now..
                   19906: 
                   19907:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19908:          now charsets table configuration variable is: CHARSETS
                   19909: 
                   19910:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19911:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19912: 
                   19913:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19914:          include/pa_request.h, main/pa_request.C: started ctype with
                   19915:          unicode values
                   19916: 
                   19917: 2001-09-28  parser
                   19918: 
                   19919:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19920:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19921:          string passed AS-IS now
                   19922: 
                   19923:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19924:          way of user-configuring... todo: implement
                   19925: 
                   19926: 2001-09-27  parser
                   19927: 
                   19928:        * src/classes/table.C: table.sort changed to sort table itself
                   19929: 
                   19930:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   19931:          X^.getElementsByTagName[tagname] = array of xnode
                   19932:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   19933:          nodes removed - regretfully not supported @ xalan. maybe someday
                   19934:          would reimplement, if needed.
                   19935: 
                   19936:          win32build system: solved long waiting anti-non-started-apache
                   19937:          problem
                   19938: 
                   19939:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   19940:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19941:          types/types.dsp: win32 ident make system so not to rebuild
                   19942:          library [ident.C.new]
                   19943: 
                   19944: 2001-09-26  parser
                   19945: 
                   19946:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   19947:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   19948:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19949:          types/pa_vxnode.C, types/types.dsp: z
                   19950: 
                   19951:        * src/classes/classes.C: forgot one non-xml check
                   19952: 
1.116     moko     19953:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   19954:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     19955: 
                   19956:        * src/targets/cgi/parser3.C: z
                   19957: 
                   19958:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   19959:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   19960: 
                   19961:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   19962:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19963:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   19964:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   19965:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19966:          types/types.dsp: xdoc&xnode now
                   19967: 
                   19968:        * src/: classes/classes.C, classes/classes.awk,
                   19969:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   19970:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   19971:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19972:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19973:          classes/op.C, classes/response.C, classes/string.C,
                   19974:          classes/table.C, classes/void.C, include/pa_array.h,
                   19975:          include/pa_common.h, include/pa_config_fixed.h,
                   19976:          include/pa_config_includes.h, include/pa_dictionary.h,
                   19977:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19978:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19979:          include/pa_socks.h, include/pa_sql_connection.h,
                   19980:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19981:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19982:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19983:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   19984:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19985:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   19986:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19987:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19988:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19989:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19990:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   19991:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19992:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19993:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   19994:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19995:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   19996:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19997:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19998:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19999:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20000:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20001:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20002:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20003:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20004:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20005:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20006:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20007:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20008:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20009:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20010:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20011:          main.dsp splitted to main+classes+types along to .am
                   20012: 
                   20013:        * src/classes/Makefile.am: removed useless var
                   20014: 
                   20015:        * src/: classes/classes.cmd, main/main.dsp,
                   20016:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20017:          main.dsp
                   20018: 
                   20019: 2001-09-25  parser
                   20020: 
                   20021:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20022:          1251 though, todo ICU
                   20023: 
1.116     moko     20024:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20025:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20026:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20027:          types/pa_vdom.h: xml configure makes
1.95      moko     20028: 
                   20029: 2001-09-24  parser
                   20030: 
1.116     moko     20031:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20032:          types/Makefile.am: makes
1.95      moko     20033: 
1.116     moko     20034:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20035: 
                   20036:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20037:          started unix makes update
                   20038: 
                   20039:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20040:          started unix makes update
                   20041: 
                   20042:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20043: 
                   20044:        * src/types/pa_value.h: z
                   20045: 
                   20046:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20047:          bugs with usinge hash/table in expressions
                   20048: 
                   20049:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20050:          resolved conflicts fixed [const]
                   20051: 
                   20052:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20053:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20054:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20055:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20056:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20057:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20058:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20059:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20060:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20061:          with before_xml [merge2 actually didn't happen - i've created
                   20062:          tags on wrong branch. so this merge is in fact re-merge]
                   20063: 
                   20064: 2001-09-21  parser
                   20065: 
                   20066:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20067:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20068:          produced "" in make file and sadly wrong interpreted on load]
                   20069: 
1.116     moko     20070:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20071:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20072:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20073:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20074:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20075:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20076:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20077: 
                   20078:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20079:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20080:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20081:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20082:          main/pa_pool.C, main/pa_request.C,
                   20083:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20084:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20085:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20086:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20087:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20088:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20089:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20090:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20091:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20092:          created new projects for sql drivers [planning to remove sql
                   20093:          drivers from main cvs project] first, will join latest changes
                   20094: 
                   20095:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20096:          pool.get_charset
                   20097: 
                   20098:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20099:          pool.get_charset
                   20100: 
                   20101:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20102:          pool.get_charset
                   20103: 
                   20104:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20105:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20106:          methods encoding to pool.get_charset
                   20107: 
                   20108:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20109:          transcoder were created right "unsupported encoding" message.
                   20110:          not @ set time, but @ use time, so until xml output functions
                   20111:          .string, .file, .save used - no encoding name check occur
                   20112: 
                   20113:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20114:          registration needed, pools are officially destructured
                   20115: 
                   20116: 2001-09-20  parser
                   20117: 
                   20118:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20119: 
                   20120:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20121:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20122: 
                   20123:        * src/: classes/dnode.C, classes/dom.C,
                   20124:          include/pa_config_includes.h, include/pa_globals.h,
                   20125:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20126:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20127:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20128:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20129:          Pool::transcode 0
                   20130: 
                   20131:        * src/classes/dom.C: dom. string save file moved output xml options
                   20132:          to last param and made it optional
                   20133: 
                   20134:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   20135:          dnodes
                   20136:              !$attributenode.specified = boolean
                   20137:                      true if the attribute received its value explicitly
                   20138:          in the XML document,
                   20139:                      or if a value was assigned programatically with the
                   20140:          setValue function.
                   20141:                  false if the attribute value came from the default value
                   20142:          declared in the document's DTD.
                   20143:              !$pinode.target = target of this processing instruction
                   20144:                  XML defines this as being the first token following the
                   20145:          markup
                   20146:                  that begins the processing instruction.
                   20147:                  XPath:
                   20148:              !^node.select[xpath/query/expression] = hash of 0->node0
                   20149:          1->node1
                   20150:              !^node.select-single[xpath/query/expression] = first node if
                   20151:          any
                   20152: 
                   20153:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   20154:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   20155:          some 'const's added
                   20156: 
                   20157:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   20158:          expression context now, there value = size and boolean value
                   20159:          size!=0
                   20160: 
                   20161:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   20162:          can be used in expression context now, there value = size and
                   20163:          boolean value size!=0
                   20164: 
                   20165:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   20166:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   20167:          due to strange xalan bug
                   20168: 
                   20169: 2001-09-18  parser
                   20170: 
                   20171:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   20172:          classes/image.C, classes/op.C, classes/table.C,
                   20173:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20174:          include/pa_sql_driver_manager.h, main/compile.C,
                   20175:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   20176:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   20177:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20178:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20179:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   20180:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   20181:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   20182:          before_xml branch ^if(def $hash) now true only when
                   20183:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   20184: 
                   20185:        * src/: classes/op.C, main/execute.C: operators self changed to
                   20186:          root ^for variable context changed to self
                   20187: 
                   20188:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   20189:          dnode 1
                   20190: 
                   20191:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   20192:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   20193: 
                   20194:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   20195:          poly* fixed
                   20196: 
                   20197: 2001-09-17  parser
                   20198: 
                   20199:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   20200:          types/pa_vdom.h: started dnode+dom
                   20201: 
                   20202:          dnode     DOM methods:     $node.name     $node.value
                   20203:          ...others...
                   20204: 
                   20205:              ^node.xpath[/rates/USD] = hash
                   20206:                  $hash[
                   20207:                          $.0[node0]
                   20208:                          $.1[node1]
                   20209:                  ]
                   20210: 
                   20211:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   20212:          applies to all linear primitives
                   20213: 
                   20214:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   20215:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20216:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   20217:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   20218:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   20219:          dom(dnode)
                   20220: 
                   20221:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   20222:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20223:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   20224:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   20225:          name after '.'
                   20226: 
                   20227: 2001-09-15  parser
                   20228: 
                   20229:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   20230:          image: $line-width ^line(...)[****   style]
                   20231: 
                   20232:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   20233:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   20234:          pool_storage - cleanups first, allocations second.  apache wisely
                   20235:          does just like that
                   20236: 
                   20237:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   20238:          rewritten using template, no bugs now
                   20239: 
                   20240:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   20241:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20242:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   20243:          poorly started isapi pool_storage, would rewrite using template
                   20244:          now
                   20245: 
                   20246:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   20247:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20248:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   20249:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   20250:          xalan objects freed up [introducing Pool::register_cleanup]
                   20251: 
                   20252:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   20253:          comments
                   20254: 
                   20255: 2001-09-14  parser
                   20256: 
                   20257:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   20258:          z
                   20259: 
                   20260:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20261:          classes/mail.C, include/pa_common.h,
                   20262:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20263:          include/pa_stylesheet_connection.h,
                   20264:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20265:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   20266:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   20267:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   20268:          compiled&cached
                   20269: 
                   20270: 2001-09-13  parser
                   20271: 
                   20272:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20273:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   20274: 
                   20275:        * src/classes/dom.C: dom:file content-type(.method)
                   20276: 
                   20277:        * src/: include/pa_common.h, include/pa_globals.h,
                   20278:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   20279:          string now more informative error messages
                   20280: 
                   20281:        * src/: include/pa_globals.h, include/pa_request.h,
                   20282:          main/pa_request.C, targets/cgi/parser3.C,
                   20283:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   20284:          ParserSiteConfig .../parser3.conf
                   20285: 
                   20286:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20287: 
                   20288: 2001-09-12  parser
                   20289: 
                   20290:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20291:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   20292:          precise error reporting: "connection string must start with
                   20293:          protocol://" now
                   20294: 
                   20295:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   20296:          braced
                   20297: 
                   20298:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   20299:          lexer on LS_USER level did [] matching without setting nestage,
                   20300:          introduced special LS_NAME_SQUARE_PART state
                   20301: 
                   20302: 2001-09-11  parser
                   20303: 
                   20304:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   20305:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   20306:          languages+=xml
                   20307: 
                   20308:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   20309: 
                   20310:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20311:          options:     $.method[xml|html|text] detection fixed
                   20312: 
                   20313:        * src/types/pa_vdom.h: messages
                   20314: 
                   20315:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20316:          options:     $.method[xml|html|text] detection fixed
                   20317: 
                   20318: 2001-09-10  parser
                   20319: 
                   20320:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20321:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   20322: 
                   20323:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   20324:          added]
                   20325: 
                   20326:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20327:          ^dom.xslt[stylesheet filename] 0
                   20328: 
                   20329:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20330:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   20331: 
                   20332:        * src/classes/dom.C: ^dom.file[encoding] = file
                   20333: 
                   20334:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   20335:          ^dom.save[encoding;filename]
                   20336: 
                   20337:        * src/classes/dom.C: ^dom.string[] 0
                   20338: 
                   20339:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   20340: 
                   20341:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20342:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20343: 
                   20344: 2001-09-08  parser
                   20345: 
                   20346:        * src/types/pa_vform.C: $form:tables.name.field
                   20347: 
                   20348: 2001-09-07  parser
                   20349: 
                   20350:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20351:          $table)...
                   20352: 
                   20353:        * src/targets/cgi/parser3.C: z
                   20354: 
                   20355:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20356:          from '' to int/double is 0]
                   20357: 
                   20358:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20359:          $table) is false when table is empty
                   20360: 
                   20361:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20362:          !$form:tables $atable[$form:tables.a]
                   20363:          ^atable.menu{a=$atable.element}[,]
                   20364: 
                   20365:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20366:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20367: 
1.116     moko     20368:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20369:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20370:          of dom
                   20371: 
                   20372:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20373:          types/pa_vform.C, types/pa_vform.h: z
                   20374: 
                   20375:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20376:          element [not last]
                   20377: 
1.116     moko     20378:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20379:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20380: 
                   20381: 2001-09-06  parser
                   20382: 
                   20383:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20384:          table with one column 'element' and two rows: 1 and 2
                   20385: 
                   20386:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20387:          table with one column 'element' and two rows: 1 and 2
                   20388: 
                   20389:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20390:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20391:          would return 88
                   20392: 
                   20393:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20394:          types/pa_vhash.h: now there's special hash key '_default'
                   20395:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20396:          $._default[xx] ] $hash.c
                   20397: 
                   20398:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20399:          fixed [thanks, fif], ^; were treated there non-literally
                   20400: 
                   20401:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20402:          doxygen
                   20403: 
                   20404:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20405:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20406:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20407: 
                   20408: 2001-09-05  parser
                   20409: 
                   20410:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20411:          image:html the other day]
                   20412: 
                   20413:        * src/targets/cgi/Makefile.am: .am undo
                   20414: 
                   20415:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20416:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20417:          macro expantion on param, simply qoutes whatever passed, undone
                   20418: 
                   20419:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20420:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20421:          STRINGIZE(name) #name invented
                   20422: 
                   20423:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20424:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20425:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20426: 
                   20427:          moved to be availible to all users
                   20428: 
                   20429:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20430:          SQL_DRIVER_CREATE_FUNC_NAME
                   20431: 
                   20432:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20433: 
                   20434: 2001-09-04  parser
                   20435: 
                   20436:        * src/classes/image.C: image.html now can accept void params
                   20437: 
                   20438:        * src/targets/isapi/parser3isapi.C: z
                   20439: 
                   20440:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20441: 
                   20442:        * src/targets/cgi/parser3.C: getenvcheck
                   20443: 
                   20444:        * src/targets/cgi/parser3.C: zz
                   20445: 
                   20446:        * src/targets/cgi/parser3.C: zzz
                   20447: 
                   20448:        * src/classes/date.C: date
                   20449: 
                   20450:        * src/classes/date.C: date:sql-string is now without ''
                   20451: 
1.116     moko     20452:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20453:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20454:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20455: 
1.116     moko     20456:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20457: 
                   20458: 2001-09-03  parser
                   20459: 
                   20460:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20461: 
                   20462: 2001-09-01  parser
                   20463: 
                   20464:        * src/classes/image.C: letter_spacing
                   20465: 
                   20466:        * src/classes/image.C: image: font params changed
                   20467: 
                   20468:        * src/classes/image.C: image: as_int as_string used
                   20469: 
                   20470:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20471:          analized
                   20472: 
                   20473: 2001-08-31  parser
                   20474: 
                   20475:        * src/targets/cgi/parser3.C: z
                   20476: 
1.116     moko     20477:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20478:          cygwin
1.95      moko     20479: 
                   20480:        * src/classes/void.C: void:int/double += (default)
                   20481: 
                   20482:        * src/classes/image.C: image:font added space param image:font
                   20483:          changed charwidth alg, added kerning const[for now]
                   20484: 
                   20485:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20486: 
                   20487: 2001-08-29  parser
                   20488: 
                   20489:        * src/main/pa_exception.C: exception redundant debug info
                   20490: 
                   20491: 2001-08-28  parser
                   20492: 
                   20493:        * src/classes/image.C: image error msgs
                   20494: 
                   20495:        * src/classes/image.C: image: gifsize little endian
                   20496: 
                   20497:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20498:          doxygeneration
                   20499: 
                   20500:        * src/: classes/Makefile.am, main/Makefile.am,
                   20501:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20502: 
                   20503:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20504:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20505: 
                   20506:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20507: 
                   20508:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20509: 
                   20510:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20511:          storage class specifiers invalid in friend function declarations
                   20512: 
                   20513:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20514:          main/untaint.C, targets/cgi/parser3.C,
                   20515:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20516:          case of limit
                   20517: 
                   20518:        * src/: classes/file.C, main/pa_common.C: file:move
                   20519:          autocreate/remove dest/src dir
                   20520: 
                   20521:        * src/: classes/string.C, include/pa_dictionary.h,
                   20522:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20523:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20524:          to directory constructor.  string:replace
                   20525: 
                   20526: 2001-08-27  parser
                   20527: 
                   20528:        * src/classes/image.C: fixed jpgsize alg
                   20529: 
                   20530:        * src/classes/image.C: fixed jpgsize alg
                   20531: 
                   20532:        * src/main/pa_exception.C: z
                   20533: 
                   20534:        * src/main/pa_common.C: removed debug info from pa_common
                   20535: 
                   20536:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20537:          [auto.p from current dir loading]
                   20538: 
1.116     moko     20539:        * src/: main/pa_common.C, main/pa_exception.C,
                   20540:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20541:          for solaris -lsocket
1.95      moko     20542: 
                   20543: 2001-08-24  parser
                   20544: 
                   20545:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20546: 
                   20547:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20548: 
                   20549:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20550: 
                   20551:        * src/main/pa_sql_driver_manager.C: z
                   20552: 
                   20553:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20554:          sql* removed services from disconnect - cross-request ideological
                   20555:          probs.
                   20556: 
                   20557:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20558:          cross-request ideological probs.  oracle - fixed bug: cs
                   20559:          allocated on request.pool and got freed before disconnect
                   20560: 
                   20561:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20562:          mallocs fixed
                   20563: 
                   20564: 2001-08-23  parser
                   20565: 
                   20566:        * src/classes/file.C: minor bug in file:save fixed
                   20567: 
                   20568:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20569: 
                   20570: 2001-08-22  parser
                   20571: 
                   20572:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20573:          types/pa_vfile.h: file:load|save[text|binary;
                   20574: 
                   20575:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20576: 
                   20577: 2001-08-21  parser
                   20578: 
                   20579:        * src/classes/: file.C, table.C: ^file:list
                   20580: 
                   20581: 2001-08-20  parser
                   20582: 
                   20583:        * src/: main/compile.tab.C, main/compile.y,
                   20584:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20585:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20586:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20587: 
                   20588: 2001-08-10  parser
                   20589: 
                   20590:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20591: 
                   20592:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20593:          added
                   20594: 
                   20595:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20596:          added
                   20597: 
                   20598:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20599: 
                   20600:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20601:          ''
                   20602: 
                   20603:        * src/main/: pa_request.C: wanted to make const int
                   20604:          MAX_EXECUTE_SECONDS=1;
                   20605: 
                   20606:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20607:          :(
                   20608: 
                   20609:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20610:          check but it weren't wise enough
                   20611: 
                   20612:          @parse[dateString][tmp]
                   20613:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20614:          #end
                   20615: 
                   20616:          @main[] ^parse[2001-02-03]
                   20617: 
                   20618:        * src/classes/: table.C: table:sort now default desc
                   20619: 
                   20620:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20621:          table.sort now creates new sorted table
                   20622: 
                   20623: 2001-08-09  parser
                   20624: 
                   20625:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20626: 
                   20627:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20628: 
                   20629:        * src/classes/op.C: case without switch check added
                   20630: 
                   20631:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20632:          precise $ORIGINS(1)
                   20633: 
                   20634:        * src/main/Makefile.am: .am
                   20635: 
                   20636:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20637:          fixed
                   20638: 
                   20639:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20640:          fixed
                   20641: 
                   20642: 2001-08-07  parser
                   20643: 
                   20644:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20645:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20646:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20647:          string, table
                   20648: 
                   20649:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20650:          srand made working
                   20651: 
                   20652: 2001-08-06  parser
                   20653: 
                   20654:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20655:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20656:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20657:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20658:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20659: 
                   20660:        * src/main/pa_exec.C: exec win32 real filename
                   20661: 
                   20662:        * src/classes/file.C: exec stderr out
                   20663: 
                   20664:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20665: 
                   20666: 2001-08-03  parser
                   20667: 
                   20668:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20669: 
                   20670: 2001-08-02  parser
                   20671: 
                   20672:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20673:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20674: 
                   20675:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20676:          get@execute, but needs array iterator, separate from array to
                   20677:          avoid it & use caching
                   20678: 
                   20679:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20680:          bug fixed
                   20681: 
                   20682:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20683:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20684:          in op.C (last, last global var killed) :)
                   20685: 
                   20686: 2001-08-01  parser
                   20687: 
                   20688:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20689:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20690:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20691:          main/untaint.C: speeded up typo-html replacements. introducing
                   20692:          Dictionary with first-char caching
                   20693: 
                   20694: 2001-07-31  parser
                   20695: 
                   20696:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20697: 
                   20698:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20699:          non-bison-enabled platforms
                   20700: 
                   20701: 2001-07-28  parser
                   20702: 
                   20703:        * src/classes/table.C: table:hash always produces hash, when can't
                   20704:          - empty
                   20705: 
                   20706:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20707:          skipped \n
                   20708: 
                   20709: 2001-07-27  parser
                   20710: 
                   20711:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20712:          on int/double/string :sql without result and default
                   20713: 
                   20714: 2001-07-26  parser
                   20715: 
                   20716:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20717:          OP
                   20718: 
                   20719:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20720: 
                   20721:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20722:          creation syntax problem persists. restored $: for a while.
                   20723:          thinking of $man[$.age[zzz]] syntax now
                   20724: 
                   20725:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20726:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20727:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20728:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20729:          types/pa_wwrapper.h: fixing :: realization #1
                   20730: 
                   20731:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20732:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20733:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20734:          prefix.  ordinary : remains for static accesses
                   20735: 
                   20736: 2001-07-25  parser
                   20737: 
                   20738:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20739:          fields 2. methods 3. columns
                   20740: 
                   20741:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20742:          quote.  optimized double&int tostring-s
                   20743: 
                   20744:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20745:          whitespace before first method decl
                   20746: 
                   20747:        * src/classes/table.C: allowed nontable result in table:sql,
                   20748:          results in empty table
                   20749: 
                   20750:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20751:          lines before first method decl
                   20752: 
                   20753:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20754:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20755: 
                   20756:        * src/main/compile.y: $var[] is now empty string, not void
                   20757: 
                   20758:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20759:          void
                   20760: 
                   20761:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20762:          main/pa_globals.C: match replace code context moved to implicit
                   20763:          $match context
                   20764: 
                   20765:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20766:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20767:          introduced with former 'with' syntax
                   20768: 
                   20769: 2001-07-24  parser
                   20770: 
                   20771:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20772:          types/pa_value.h: first get_element, next get operator
                   20773: 
                   20774:        * src/main/compile.y: removed @end handling
                   20775: 
                   20776:        * src/main/: compile.C, compile.y: @end handling method2
                   20777: 
                   20778:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20779:          file:move
                   20780: 
                   20781:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20782:          fixed
                   20783: 
                   20784: 2001-07-23  parser
                   20785: 
                   20786:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20787:          driver
                   20788: 
                   20789:        * src/classes/hash.C: changed sql driver query interface
                   20790: 
                   20791:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20792:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20793:          changed sql driver query interface
                   20794: 
                   20795: 2001-07-20  parser
                   20796: 
                   20797:        * src/types/pa_vrequest.C: X!$browser:type
                   20798: 
                   20799:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20800:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20801:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20802:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20803:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20804:          types/pa_vobject.h, types/pa_vrequest.C,
                   20805:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20806:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20807:          BASE element globally removed
                   20808: 
                   20809: 2001-07-18  parser
                   20810: 
                   20811:        * src/classes/file.C: file:exec/cgi msg
                   20812: 
                   20813:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20814: 
                   20815:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20816: 
1.116     moko     20817:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20818:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20819:          removed $id from *.in *.am
1.95      moko     20820: 
                   20821:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20822:          abbrevations
                   20823: 
                   20824:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20825:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20826:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20827:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20828:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20829:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20830:          $ORIGINS(1) output tracing mode
                   20831: 
                   20832: 2001-07-13  parser
                   20833: 
                   20834:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20835:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20836:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20837:          second would not call first @auto
                   20838: 
                   20839:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20840:          wrong, fixed
                   20841: 
                   20842: 2001-07-12  parser
                   20843: 
                   20844:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20845:          classes prevented
                   20846: 
                   20847: 2001-07-11  parser
                   20848: 
                   20849:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20850:          table $piece
                   20851: 
                   20852:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20853:          types/pa_vstateless_class.h: $file created by file:state +=
                   20854:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20855:          get_junction-created objects [they were on wrong pool]
                   20856: 
                   20857: 2001-07-09  parser
                   20858: 
                   20859:        * src/main/untaint.C: qp wrong name
                   20860: 
                   20861:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20862:          main/compile.y: date format 0
                   20863: 
                   20864: 2001-07-07  parser
                   20865: 
                   20866:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20867:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20868:          roll table calendar
                   20869: 
                   20870:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20871:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20872:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20873:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20874:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20875:          string.  todo: sql, calendar
                   20876: 
                   20877: 2001-07-06  parser
                   20878: 
                   20879:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20880:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20881: 
                   20882: 2001-07-03  parser
                   20883: 
                   20884:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20885:          classes/random.C, main/main.dsp: class random renamed to math,
                   20886:          operators became methods
                   20887: 
                   20888:        * src/classes/op.C:  pow sqrt
                   20889: 
                   20890:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20891: 
                   20892: 2001-07-02  parser
                   20893: 
                   20894:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20895:          'column'
                   20896: 
                   20897:        * src/classes/hash.C: ^hash.keys[]
                   20898: 
                   20899:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20900: 
                   20901:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20902:          'strings'
                   20903: 
                   20904: 2001-06-29  parser
                   20905: 
                   20906:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20907: 
                   20908:        * src/main/execute.C: /0  %0 checke
                   20909: 
                   20910:        * src/classes/Makefile.am: nothing - void
                   20911: 
                   20912:        * src/classes/table.C: empty strings @ sql
                   20913: 
                   20914: 2001-06-28  parser
                   20915: 
                   20916:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20917:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20918:          classes/op.C, classes/random.C, classes/response.C,
                   20919:          classes/string.C, classes/table.C, classes/void.C,
                   20920:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20921:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20922:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20923:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20924:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20925:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20926:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   20927:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   20928:          $";
                   20929: 
                   20930:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20931:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20932:          classes/op.C, classes/random.C, classes/response.C,
                   20933:          classes/string.C, classes/table.C, classes/void.C,
                   20934:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20935:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20936:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20937:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20938:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20939:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     20940:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     20941: 
                   20942:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   20943:          $class:name: == ${class:name}:
                   20944: 
                   20945:        * src/classes/string.C: exactly one
                   20946: 
                   20947: 2001-06-27  parser
                   20948: 
                   20949:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   20950:          types/pa_vvoid.h: nothing renamed to void
                   20951: 
                   20952:        * src/classes/op.C: ^switch ^case
                   20953: 
                   20954:        * src/main/compile.y: nothing renamed to void
                   20955: 
                   20956:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   20957:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20958:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   20959:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   20960:          void
                   20961: 
                   20962:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   20963: 
                   20964: 2001-05-28  parser
                   20965: 
                   20966:        * src/doc/html2chm.cmd: removed >a
                   20967: 
                   20968:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   20969:          project options [some bugs]
                   20970: 
                   20971:        * src/doc/sources2html.cmd: z
                   20972: 
                   20973:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20974:          main/execute.C: operators are not in root class again
                   20975: 
                   20976: 2001-05-24  parser
                   20977: 
                   20978:        * src/targets/cgi/parser3.dsp: project file
                   20979: 
                   20980:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   20981:          ^log ^exp
                   20982: 
                   20983:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   20984:          conversions in @exception[params]
                   20985: 
                   20986:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   20987: 
                   20988: 2001-05-23  parser
                   20989: 
                   20990:        * src/main/pa_string.C: string cmp bug
                   20991: 
                   20992:        * src/classes/: mail.C, op.C: rem max 1000
                   20993: 
                   20994:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   20995:          LS_DEF_NAME
                   20996: 
                   20997: 2001-05-22  parser
                   20998: 
                   20999:        * src/classes/op.C: if params code-required
                   21000: 
                   21001: 2001-05-21  parser
                   21002: 
                   21003:        * src/types/pa_vstring.C: eoleof
                   21004: 
                   21005:        * src/classes/Makefile.am: .AM
                   21006: 
                   21007:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21008: 
                   21009:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21010: 
                   21011:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21012:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21013:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21014:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21015:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21016:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21017:          'nothing'
                   21018: 
                   21019:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21020:          vstring::set_string
                   21021: 
                   21022:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21023: 
                   21024:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21025:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21026:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21027: 
                   21028:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21029:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21030:          hash:sql moved to main trunc. operators.txt updated
                   21031: 
                   21032:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21033: 
                   21034:        * src/classes/op.C: z
                   21035: 
                   21036:        * src/: main/compile.C, classes/classes.C: 1
                   21037: 
                   21038:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21039:          main/execute.C: 0
                   21040: 
                   21041:        * src/main/execute.C: z
                   21042: 
                   21043:        * src/targets/cgi/parser3.C: z
                   21044: 
                   21045:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21046:          site_auto_path "." in that case
                   21047: 
                   21048:        * src/targets/cgi/: parser3.C: z
                   21049: 
                   21050:        * src/main/pa_request.C: .am
                   21051: 
                   21052:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21053:          pcre_tables=pcre_default_tables;
                   21054: 
                   21055: 2001-05-19  parser
                   21056: 
                   21057:        * src/main/pa_string.C: z
                   21058: 
                   21059:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21060:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21061:          target.
                   21062: 
                   21063:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21064:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21065:          used, 4* mem wasted
                   21066: 
                   21067:        * src/classes/string.C: root context in match replace body now
                   21068:          unchanged
                   21069: 
                   21070:        * src/types/pa_value.h: parameter # 1 based
                   21071: 
                   21072:        * src/main/pa_common.C: common:  actual filename '%s'
                   21073: 
                   21074:        * src/classes/string.C: z
                   21075: 
                   21076:        * src/classes/Makefile.am: classes/.am
                   21077: 
                   21078:        * src/classes/: Makefile.am: classes/.am
                   21079: 
                   21080:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21081:          targets/cgi/pa_pool.C: classes/.am
                   21082: 
                   21083: 2001-05-18  parser
                   21084: 
1.116     moko     21085:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21086:          pa_threads.C ins
1.95      moko     21087: 
                   21088:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21089: 
                   21090: 2001-05-17  parser
                   21091: 
                   21092:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21093:          include/pa_config_includes.h, main/compile.y,
                   21094:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21095:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21096:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21097:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21098:          most .C
                   21099: 
                   21100:        * src/doc/html2chm.cmd: z
                   21101: 
                   21102:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21103:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21104: 
                   21105:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21106:          get_connection_from_cache
                   21107: 
                   21108:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21109: 
                   21110:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21111:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21112:          cache expiration[use SQL_Driver::disconnect]
                   21113: 
                   21114:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21115: 
                   21116:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21117:          line no
                   21118: 
                   21119:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21120:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21121: 
                   21122:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21123:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21124:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21125:          1driver and set_services fight for driver::fservices. before fix
                   21126: 
                   21127:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21128:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21129:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21130:          own 1driver and set_services fight for driver::fservices. before
                   21131:          fix
                   21132: 
                   21133:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21134:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21135:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   21136:          pa_threads.C
                   21137: 
                   21138:        * src/include/pa_threads.h: removed targets/parser
                   21139: 
                   21140:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   21141:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   21142:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   21143:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   21144:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   21145:          headers
                   21146: 
                   21147:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   21148:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   21149:          order prevented sqlmanager to see MULTYTHREAD define
                   21150: 
                   21151:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21152:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   21153:          put/gets
                   21154: 
                   21155:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   21156:          from hash.h
                   21157: 
                   21158:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21159:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   21160:          from cache ->set_services(&services);
                   21161: 
                   21162: 2001-05-16  parser
                   21163: 
                   21164:        * src/targets/cgi/parser3.C: z
                   21165: 
                   21166:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   21167:          debug, #ifdefed some.  would debug later, on more precise sample
                   21168:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   21169:          $name.$tail[$tail!] $name.$tail } ok3
                   21170: 
                   21171:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   21172:          removed array debug. before vstring rebasing
                   21173: 
                   21174:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   21175:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   21176:          array debugged; adjusted
                   21177: 
                   21178:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   21179:          SQL_Driver_manager line no for connect/charset errors
                   21180: 
                   21181: 2001-05-15  parser
                   21182: 
                   21183:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   21184:          main/pa_string.C: string+array made linear grows
                   21185: 
                   21186:        * src/: include/pa_string.h, main/pa_string.C,
                   21187:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   21188:          grow lineary, not exponentialy
                   21189: 
                   21190:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   21191:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   21192:          with fullchunk cmps
                   21193: 
                   21194:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   21195:          70041=           81
                   21196: 
                   21197:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   21198:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   21199:          malloc 27809390/368771, calloc 3232/83. would test now
                   21200: 
                   21201:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   21202:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   21203:          numbered params had wrong name - for instance: bad error message
                   21204:          in ^for[] bad body type. fixed
                   21205: 
                   21206: 2001-05-14  parser
                   21207: 
                   21208:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   21209:          main/untaint.C: ^string.upper|lower[]
                   21210: 
                   21211: 2001-05-11  parser
                   21212: 
                   21213:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   21214:          classes/string.C, classes/table.C, classes/unknown.C,
                   21215:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   21216:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   21217:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   21218: 
                   21219:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   21220:          .dsp for win32tools
                   21221: 
                   21222: 2001-05-11  paf
                   21223: 
                   21224:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   21225:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   21226:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   21227:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   21228: 
                   21229: 2001-05-10  paf
                   21230: 
                   21231:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   21232:          for C++, that's all
                   21233: 
1.116     moko     21234:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   21235:          pa_config_includes.h: inline wonders
1.95      moko     21236: 
                   21237:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   21238:          doc/doxygen.cmd: hash.C added
                   21239: 
                   21240:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   21241: 
                   21242:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   21243:          menthod
                   21244: 
                   21245:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   21246:          pa_vstateless_object.h: changed priority: field before method
                   21247:          lookup in vclass & vobject
                   21248: 
                   21249:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   21250:          grammar: priorities changes [lowerd && prior] vobject: now first
                   21251:          fields, next methods
                   21252: 
                   21253: 2001-05-08  paf
                   21254: 
                   21255:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   21256:          bark=false. fixed
                   21257: 
                   21258:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   21259:          types/pa_vmethod_frame.h: hash:default works at last!
                   21260: 
                   21261:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   21262:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   21263:          hash:default
                   21264: 
                   21265:        * src/classes/table.C: z
                   21266: 
                   21267:        * src/classes/table.C: table:hash always hash of hash now
                   21268: 
                   21269:        * src/classes/table.C: table:empty return bool now
                   21270: 
                   21271:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   21272:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21273:          types/pa_vtable.h: table:hash
                   21274: 
                   21275:        * src/classes/table.C: table:record have name
                   21276: 
                   21277:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   21278:          returns vunknown
                   21279: 
                   21280:        * src/classes/: double.C, int.C, op.C, string.C:
                   21281:          int,double,string:int[] double[] string:length[] results now have
                   21282:          hames
                   21283: 
                   21284:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   21285:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   21286:          now return bool
                   21287: 
                   21288:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   21289:          in method checkparams again. fixed
                   21290: 
                   21291: 2001-05-07  paf
                   21292: 
                   21293:        * src/doc/chm.cmd: cmd
                   21294: 
                   21295:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21296:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   21297:          types/pa_value.h: method reported errors on wrong pool
                   21298: 
                   21299:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   21300:          now
                   21301: 
                   21302:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   21303:          include/code.h, include/pa_opcode.h, main/compile.C,
                   21304:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   21305:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21306:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21307:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   21308:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21309:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21310:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21311:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21312:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21313:          types/pa_wwrapper.h: pa_code.h
                   21314: 
                   21315:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   21316: 
                   21317:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   21318:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   21319:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21320:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   21321:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21322:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   21323:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   21324:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   21325:          types/pa_vtable.h: dox, split by not clean parts also
                   21326: 
                   21327:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21328:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   21329:          'dir' fields & co. more
                   21330: 
                   21331:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   21332:          so to enable 'dir' fields & co.
                   21333: 
                   21334:        * src/main/compile.y: grammar: @end
                   21335: 
                   21336: 2001-05-04  paf
                   21337: 
                   21338:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   21339:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   21340: 
                   21341:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21342:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21343:          classes/op.C, classes/random.C, classes/response.C,
                   21344:          classes/string.C, classes/table.C, classes/unknown.C,
                   21345:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21346:          method dox
                   21347: 
                   21348: 2001-05-03  paf
                   21349: 
                   21350:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21351:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21352:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21353:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21354:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21355:          main/pa_request.C: dox splitted .dox files and added some
                   21356: 
                   21357:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21358: 
                   21359: 2001-05-02  paf
                   21360: 
                   21361:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21362:          by file_name  language now
                   21363: 
                   21364: 2001-04-28  paf
                   21365: 
                   21366:        * src/classes/classes.inc: removed classes.inc
                   21367: 
                   21368:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21369:          from .am
                   21370: 
                   21371:        * src/classes/classes.awk: skipped classes in .awk
                   21372: 
                   21373:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21374:          classes/classes.inc, classes/double.C, classes/file.C,
                   21375:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21376:          classes/string.C, classes/table.C, classes/unknown.C,
                   21377:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21378:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21379:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21380:          pa_methoded back to classes/classes.h
                   21381: 
                   21382:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21383: 
                   21384:        * src/: classes/Makefile.am, classes/classes.awk,
                   21385:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21386:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21387: 
                   21388:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21389:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21390:          classes/response.C, classes/string.C, classes/table.C,
                   21391:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21392:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21393:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21394:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21395:          include|main/pa_methoded
                   21396: 
                   21397:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21398:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21399: 
                   21400:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21401:          moved some configured data to request::classes_conf moved some
                   21402:          string crations from globals to M...  [works]
                   21403: 
                   21404:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21405:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21406:          main/pa_request.C: moved some configured data to
                   21407:          request::classes_conf moved some string crations from globals to
                   21408:          M...
                   21409: 
                   21410:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21411:          about to move configured data to special request hash
                   21412: 
                   21413:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21414:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21415:          main/pa_request.C: configure started
                   21416: 
                   21417:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21418:          2. todo: methoded-configure
                   21419: 
                   21420:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21421:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21422:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21423:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21424:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21425:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21426:          classes/random.C, classes/response.C, classes/string.C,
                   21427:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21428:          include/pa_request.h, main/compile.y, main/execute.C,
                   21429:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21430:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21431:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21432:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21433:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21434:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21435:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21436:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21437:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21438:          methoded-configure
                   21439: 
                   21440:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21441:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21442:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21443:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21444: 
                   21445:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21446:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21447:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21448:          classes/random.C, classes/response.C, classes/string.C,
                   21449:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21450:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21451:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21452:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21453:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21454:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21455:          beautifying just compiled. todo: debug, configure
                   21456: 
                   21457: 2001-04-27  paf
                   21458: 
                   21459:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21460:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21461:          beautifying -99
                   21462: 
                   21463:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21464:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21465:          classes/classes.h, classes/double.C, classes/file.C,
                   21466:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21467:          classes/op.C, classes/random.C, classes/response.C,
                   21468:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21469:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21470:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21471:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21472:          types/pa_vunknown.h: beautifying -100
                   21473: 
                   21474:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21475: 
                   21476:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21477:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21478:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21479:          classes/op.C, classes/random.C, classes/response.C,
                   21480:          classes/string.C, classes/table.C, classes/unknown.C,
                   21481:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21482:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21483:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21484:          beautifying
                   21485: 
                   21486: 2001-04-26  paf
                   21487: 
                   21488:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21489: 
                   21490:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21491:          documentation ++
                   21492: 
                   21493:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21494:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21495:          targets/cgi/pa_pool.C: code documentation ++
                   21496: 
                   21497:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21498:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21499:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21500:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21501:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21502:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21503:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21504:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21505:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21506:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21507:          code documentation ++
                   21508: 
                   21509:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21510:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21511:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21512:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21513:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21514:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21515:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21516:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21517: 
                   21518:        * src/main/: pa_request.C, pa_string.C: z
                   21519: 
                   21520:        * src/: include/pa_common.h, include/pa_types.h,
                   21521:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21522:          connection caching fixed.  request-pooled-url were stored into
                   21523:          global connectioncache
                   21524: 
                   21525: 2001-04-25  paf
                   21526: 
                   21527:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21528:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21529: 
                   21530:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21531:          main/execute.C, main/pa_common.C: -d
                   21532: 
                   21533:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21534:          illegal call check a bit improved, but still under iis no mapping
                   21535:          of dir with parser allowed!
                   21536: 
                   21537: 2001-04-24  paf
                   21538: 
                   21539:        * src/targets/Makefile.am: apache module lib .am
                   21540: 
                   21541:        * src/main/pa_exec.C: windows32 buildCommand
                   21542: 
                   21543: 2001-04-23  paf
                   21544: 
                   21545:        * src/targets/cgi/Makefile.am: win32 conditional
                   21546: 
                   21547:        * src/targets/cgi/Makefile.am: win32 conditional
                   21548: 
                   21549:        * src/targets/cgi/Makefile.am: liblink
                   21550: 
                   21551:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21552:          vfile fields return type
                   21553: 
                   21554:        * src/types/pa_vfile.h: vfile fields return type
                   21555: 
                   21556:        * src/include/pa_config_auto.h.in: .h.in
                   21557: 
                   21558:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21559:          types/Makefile: makefiles removed
                   21560: 
                   21561:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21562:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21563: 
                   21564:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21565:          [tested: i & g ]
                   21566: 
                   21567:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21568:          @test noticed series in isapi, check how initialize_random_class
                   21569:          is called! [must be called only once]
                   21570: 
                   21571:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21572:          would not be 'unknown column'
                   21573: 
                   21574:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21575:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21576: 
                   21577:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21578:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21579:          [now doesnt]
                   21580: 
                   21581:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21582: 
                   21583:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21584:          /cgi-bin/parser3/auto.p
                   21585: 
                   21586:        * src/main/untaint.C: untaint without charset
                   21587: 
                   21588:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21589:          main/pa_common.C: common: file_write /// @test mkdirs
                   21590:          file_delete rmdirs
                   21591: 
                   21592:        * src/main/untaint.C: mail header only once to =?
                   21593: 
                   21594:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21595:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21596:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21597:          all but 'html'
                   21598: 
                   21599:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21600:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21601:          main/untaint.C: untaint -  @test mail-header
                   21602: 
                   21603: 2001-04-20  paf
                   21604: 
                   21605:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21606:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21607:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21608:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21609: 
                   21610:        * src/main/untaint.C: z
                   21611: 
                   21612:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21613: 
                   21614: 2001-04-19  paf
                   21615: 
                   21616:        * src/main/compile_tools.h: $a$b bugfix
                   21617: 
                   21618:        * src/targets/cgi/parser3.C: z
                   21619: 
                   21620:        * src/classes/file.C: z
                   21621: 
                   21622:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21623:          done: header to $fields. waits for header '\' tricks
                   21624: 
                   21625:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21626:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21627:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21628:          \" mech
                   21629: 
                   21630:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21631:          http://alx/~paf/ doesnt load /auto.p
                   21632: 
                   21633: 2001-04-18  paf
                   21634: 
                   21635:        * src/main/pa_request.C: 1
                   21636: 
                   21637:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21638:          linux @alx
                   21639: 
                   21640: 2001-04-17  paf
                   21641: 
                   21642:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21643:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21644:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21645:          enabled
                   21646: 
                   21647:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21648:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21649:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21650:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21651:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21652:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21653:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21654:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21655:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21656:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21657:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21658:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21659:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21660:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21661: 
                   21662:        * src/: include/pa_sql_driver_manager.h,
                   21663:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21664:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21665:          .so)
                   21666: 
                   21667: 2001-04-16  paf
                   21668: 
                   21669:        * src/Makefile.am: compile2 cygwin
                   21670: 
                   21671:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21672:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21673: 
                   21674:        * src/targets/cgi/Makefile.am: compile0 jav
                   21675: 
                   21676:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21677:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21678:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21679:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21680:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21681:          classes/mail.C, classes/op.C, classes/random.C,
                   21682:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21683:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21684:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21685:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21686:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21687:          compile-1
                   21688: 
                   21689: 2001-04-15  paf
                   21690: 
                   21691:        * src/classes/op.C: z
                   21692: 
                   21693:        * src/classes/table.C: table:empty +=process
                   21694: 
                   21695:        * src/types/pa_value.h: MethodParams !junction
                   21696: 
                   21697:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21698:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21699:          classes/random.C, classes/response.C, classes/string.C,
                   21700:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21701:          MethodParams everywhere
                   21702: 
                   21703:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21704:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21705: 
                   21706: 2001-04-12  paf
                   21707: 
                   21708:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21709: 
                   21710:        * src/: classes/_unknown.h, classes/unknown.C,
                   21711:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21712:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21713: 
                   21714:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21715: 
                   21716:        * src/classes/image.C: image:gif now does not have params
                   21717: 
                   21718:        * src/classes/image.C:
                   21719:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21720: 
                   21721:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21722:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21723:          for var now written not to r.wcontext, but to r.root cleared
                   21724:          "entered_object" state
                   21725: 
                   21726: 2001-04-11  paf
                   21727: 
                   21728:        * src/classes/image.C: image:create image:load
                   21729: 
                   21730:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21731:          just compiled
                   21732: 
                   21733:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21734:          todo: gif without file
                   21735: 
                   21736:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21737:          started porting to Pooled descendant
                   21738: 
                   21739:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21740:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21741:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21742:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21743: 
                   21744:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21745:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21746:          end. switching to python imaging lib
                   21747: 
                   21748:        * src/main/main.dsp: gd+smtp made separate libs
                   21749: 
                   21750:        * src/: include/pa_globals.h, include/pa_string.h,
                   21751:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21752:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21753:          length
                   21754: 
                   21755:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21756:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21757:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21758:          UL_FILE_NAME of posted file name
                   21759: 
                   21760:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21761:          post [broke when moved post read to core]
                   21762: 
                   21763: 2001-04-10  paf
                   21764: 
                   21765:        * src/classes/image.C: image:html done
                   21766: 
                   21767:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21768: 
                   21769:        * src/classes/image.C: z
                   21770: 
                   21771:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21772:          forgotten!
                   21773: 
                   21774:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21775:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21776:          types/pa_vimage.h: image:measure -90
                   21777: 
                   21778:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21779:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21780:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21781:          classes/_table.h, classes/file.C, classes/mail.C,
                   21782:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21783:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21784:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21785:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21786:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21787:          compiled
                   21788: 
                   21789:        * src/classes/mail.C: minor bug with unclear from/to
                   21790: 
                   21791:        * src/classes/mail.C: sendmail unix skipping defaults
                   21792: 
                   21793:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21794:          sendmail unix added defaults
                   21795: 
                   21796:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21797: 
                   21798:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21799: 
                   21800: 2001-04-09  paf
                   21801: 
                   21802:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21803:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21804:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21805:          targets/isapi/parser3isapi.dsp: all targets exec
                   21806: 
                   21807:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21808:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21809:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21810:          args in apache:util.script
                   21811: 
                   21812:        * src/include/pa_string.h: written but not tested exec with env for
                   21813:          unix
                   21814: 
                   21815:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21816:          targets/cgi/parser3.C: exec win32 env
                   21817: 
                   21818:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21819:          0
                   21820: 
                   21821:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21822:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21823:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21824:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21825: 
                   21826:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21827:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21828: 
                   21829:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21830:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21831: 
                   21832:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21833:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21834:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21835:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21836:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21837:          exec class just compiled. moved post read to request core
                   21838: 
                   21839:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21840:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21841:          main/pa_globals.C, targets/cgi/parser3.C,
                   21842:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21843:          are already read by vform
                   21844: 
                   21845: 2001-04-08  paf
                   21846: 
                   21847:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21848:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21849:          uuencode. string<<
                   21850: 
                   21851: 2001-04-07  paf
                   21852: 
                   21853:        * src/classes/mail.C: z
                   21854: 
                   21855:        * src/classes/mail.C: z
                   21856: 
                   21857:        * src/classes/mail.C: ^mail[$attach
                   21858: 
                   21859:        * src/classes/mail.C: ^attach dead end
                   21860: 
                   21861:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21862:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21863:          targets/isapi/parser3isapi.C: mail:send 1
                   21864: 
                   21865:        * src/: classes/mail.C, main/pa_request.C: z
                   21866: 
                   21867:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21868:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21869:          compiled
                   21870: 
                   21871:        * src/classes/mail.C: +=
                   21872: 
                   21873:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21874:          prepared
                   21875: 
                   21876:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21877:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21878:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21879:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21880: 
                   21881: 2001-04-06  paf
                   21882: 
                   21883:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21884:          main/pa_string.C: table:dir 1
                   21885: 
                   21886:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21887:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21888: 
                   21889:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21890:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21891:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21892:          main/pa_request.C: renamed 'root' to 'op'
                   21893: 
                   21894:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21895: 
                   21896:        * src/types/pa_valiased.C: another root inherititance skipped
                   21897: 
                   21898:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21899:          root methods of parent class. just 'ROOT' class
                   21900: 
                   21901:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21902:          @office
                   21903: 
                   21904:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21905: 
                   21906: 2001-04-05  paf
                   21907: 
                   21908:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21909:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21910:          constructor flag dropped at get_method_frame and remembered into
                   21911:          method_frame
                   21912: 
                   21913:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21914:          classes/table.C, main/pa_request.C: junction to code&expression
                   21915:          in errors
                   21916: 
                   21917:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21918:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21919:          $LOCALE:ctype[Russian_Russia.1251]
                   21920: 
                   21921:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21922:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21923:          main/pa_table.C: hash now not thread-safe.
                   21924: 
                   21925:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21926:          main/untaint.C: z
                   21927: 
                   21928:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21929:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   21930:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   21931:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   21932:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   21933: 
                   21934:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21935:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   21936: 
                   21937:        * src/classes/table.C: select * from hren error contains statement
                   21938: 
                   21939:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21940:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   21941:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   21942: 
                   21943:        * src/: classes/root.C, include/pa_sql_connection.h,
                   21944:          include/pa_sql_driver.h, main/main.dsp,
                   21945:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   21946:          services for conv memory & error reporting
                   21947: 
                   21948: 2001-04-04  paf
                   21949: 
                   21950:        * src/doc/doxygen.cfg: z
                   21951: 
                   21952:        * src/include/pa_sql_driver.h: mysql connect
                   21953: 
                   21954:        * src/include/pa_sql_driver.h: mysql info
                   21955: 
                   21956:        * src/: classes/root.C, include/pa_sql_driver.h,
                   21957:          include/pa_sql_driver_manager.h, main/main.dsp,
                   21958:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   21959: 
                   21960:        * src/sql/Makefile.am: forgot to add mysql client
                   21961: 
                   21962:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   21963:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   21964:          [forgot to add libltdl, added]
                   21965: 
                   21966:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   21967:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   21968:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   21969:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   21970:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   21971:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   21972:          -1000 just compiled
                   21973: 
                   21974:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21975:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   21976:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   21977: 
                   21978: 2001-04-03  paf
                   21979: 
                   21980:        * src/types/pa_vform.C: z
                   21981: 
                   21982:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   21983:          assigned lang
                   21984: 
                   21985:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   21986:          {}[]< empty []
                   21987: 
                   21988:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   21989:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   21990:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   21991: 
                   21992:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21993:          string:match replace strange matches
                   21994: 
                   21995:        * src/classes/string.C: string:match replace 0
                   21996: 
                   21997:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   21998:          prepared 2
                   21999: 
                   22000:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22001:          string:match replace prepared
                   22002: 
                   22003:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22004:          string:match replace -11
                   22005: 
                   22006:        * src/: classes/string.C, include/pa_globals.h,
                   22007:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22008:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22009: 
                   22010:        * src/: classes/string.C, include/pa_globals.h,
                   22011:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22012:          main/pa_string.C: string:match [search] -1 just compiled
                   22013: 
                   22014:        * src/types/pa_vstring.C: z
                   22015: 
                   22016:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22017:          classes/int.C, classes/response.C, classes/root.C,
                   22018:          classes/string.C, classes/table.C, include/pa_string.h,
                   22019:          main/pa_string.C: string:match -10 [frame]
                   22020: 
                   22021:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22022:          main/pa_request.C: z
                   22023: 
                   22024:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22025:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22026:          todo/tests
                   22027: 
                   22028:        * src/include/pa_common.h: z
                   22029: 
                   22030:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22031:          main/pa_request.C, targets/cgi/parser3.C,
                   22032:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22033:          content-disposition
                   22034: 
                   22035:        * src/: include/pa_common.h, include/pa_globals.h,
                   22036:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22037:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22038: 
                   22039:        * src/: include/pa_common.h, include/pa_request.h,
                   22040:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22041:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22042:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22043:          response:body
                   22044: 
                   22045:        * src/classes/table.C: table:append now uses string::split
                   22046: 
                   22047:        * src/classes/table.C: z
                   22048: 
                   22049:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22050:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22051:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22052:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22053:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22054:          string::pos & cmp & piece bugs fixed.  string::split new
                   22055:          table:load separated from set table:set implemented with clean \n
                   22056:          \t searches
                   22057: 
                   22058: 2001-04-02  paf
                   22059: 
                   22060:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22061:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22062:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22063:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22064:          it in table:set/load
                   22065: 
                   22066:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22067:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22068: 
                   22069:        * src/classes/random.C: random:generate 1
                   22070: 
                   22071:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22072:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22073:          types/pa_value.h: random:generate
                   22074: 
                   22075: 2001-03-30  paf
                   22076: 
                   22077:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22078:          todo: table flip and append. string::pos
                   22079: 
                   22080:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22081:          classes/response.C, classes/root.C, classes/string.C,
                   22082:          classes/table.C, main/compile.y, main/execute.C,
                   22083:          types/pa_value.h, types/pa_vstateless_class.C,
                   22084:          types/pa_vstateless_class.h: static|dynamic|any method
                   22085:          registration
                   22086: 
                   22087:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22088:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22089:          table:flip
                   22090: 
                   22091: 2001-03-29  paf
                   22092: 
                   22093:        * src/classes/string.C: string:xsplit forgot that they must result
                   22094:          in 1 row N column [not vice versa]
                   22095: 
                   22096:        * src/classes/string.C: z
                   22097: 
                   22098:        * src/classes/string.C: string: rsplit
                   22099: 
                   22100:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22101:          string: lsplit
                   22102: 
                   22103:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22104:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22105:          lsplit -1
                   22106: 
                   22107:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22108:          string: pos
                   22109: 
                   22110:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22111:          string: pos -1
                   22112: 
                   22113:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22114:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22115:          main/untaint.C: string: left right mid
                   22116: 
                   22117:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22118:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22119:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22120:          and [;] are different now.
                   22121: 
                   22122:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22123:          main/untaint.C: pool.request undone
                   22124: 
                   22125:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22126:          main/untaint.C: pool.request
                   22127: 
                   22128: 2001-03-28  paf
                   22129: 
                   22130:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22131:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22132:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22133:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22134: 
                   22135:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22136:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   22137:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   22138:          types/pa_vform.C: file:load autodetection of mime-type by
                   22139:          user-file-name
                   22140: 
                   22141:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   22142:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   22143:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   22144: 
                   22145:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22146:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   22147:          write. must be self.set
                   22148: 
                   22149:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22150:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   22151: 
                   22152:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   22153:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   22154:          types/pa_vtable.h: table:locate just compiled
                   22155: 
                   22156: 2001-03-27  paf
                   22157: 
                   22158:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   22159:          code-params2, fixed ntfs hardlink slow dir update
                   22160: 
                   22161:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   22162:          types/pa_wcontext.h: fixed r/w context of code-params
                   22163: 
                   22164:        * src/: classes/table.C, main/execute.C: about to change junction
                   22165:          rcontext!!
                   22166: 
                   22167:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22168:          classes/string.C, classes/table.C, main/compile_tools.C,
                   22169:          main/execute.C, main/pa_request.C, main/untaint.C,
                   22170:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   22171:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22172:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   22173:          types/pa_vunknown.h: sort 0
                   22174: 
                   22175:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   22176:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   22177:          renamed to are_static_calls_disabled
                   22178: 
                   22179:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   22180:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   22181:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22182:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   22183: 
                   22184:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   22185: 
                   22186:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   22187:          started table:sort fixed minor bug in #...^{
                   22188: 
                   22189:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   22190:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   22191:          decided to have as it were. stepped back.  grammar: added 'in'
                   22192:          'is' 'lt'&co follow-space check
                   22193: 
                   22194: 2001-03-26  paf
                   22195: 
                   22196:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22197:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   22198:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22199:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   22200:          invocation in ^process
                   22201: 
                   22202:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   22203: 
                   22204:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   22205:          main/pa_array.C: table:record
                   22206: 
                   22207:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   22208:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22209:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   22210:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22211:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   22212:          types/pa_vtable.h: z
                   22213: 
                   22214:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   22215:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   22216:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22217:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   22218:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   22219:          method realisations on 'self' validity - they now can simply
                   22220:          assume that 'self' is V{Proper} .
                   22221: 
                   22222: 2001-03-25  paf
                   22223: 
                   22224:        * src/main/untaint.C: z
                   22225: 
                   22226:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   22227:          lowlevel - it initialization could be skipped if failed in @auto.
                   22228:          so that exception report would use some table
                   22229: 
                   22230:        * src/main/pa_request.C: table empty lines ignored. system-default
                   22231:          content type assigned in output:result [can fail in main:auto and
                   22232:          skipped normal defaults extraction]
                   22233: 
                   22234:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   22235:          bug
                   22236: 
                   22237:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   22238:          processing to table [except preliminary \r\n \r \n replacements
                   22239:          to "\n"]
                   22240: 
                   22241:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   22242:          move all the processing to table
                   22243: 
                   22244:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   22245:          main/pa_table.C, main/untaint.C: returned table originating.
                   22246:          useful for reporting typo table problems origin. think would be
                   22247:          useful somewhere else
                   22248: 
                   22249:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   22250: 
                   22251:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   22252:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   22253:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   22254:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22255:          types/pa_vcookie.h: typo & typo-default
                   22256: 
                   22257: 2001-03-24  paf
                   22258: 
                   22259:        * src/main/pa_common.C: z
                   22260: 
                   22261:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22262:          targets/cgi/parser3.C: html-typo 2
                   22263: 
                   22264:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   22265:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   22266:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   22267:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   22268:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22269:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22270:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   22271:          noticed double default content-type prob. run cgi.cmd tomorrow
                   22272:          first html-typo sample. detected << problem: they become ltlt too
                   22273:          fast
                   22274: 
                   22275:        * src/main/compile.y: z
                   22276: 
                   22277:        * src/main/: compile.y, compile_tools.h: #comment
                   22278: 
                   22279:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22280:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   22281:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22282:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   22283:          stringified
                   22284: 
                   22285:        * src/types/pa_valiased.C: decided to String-ify file_read
                   22286: 
                   22287:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   22288:          isapi/parser3isapi.dsp: cgi: sapi::log
                   22289: 
                   22290:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   22291:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   22292:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   22293:          error log experiments failed - cgi under iis got no access to
                   22294:          log. registereventsource simply failed with 5(illegal call) code,
                   22295:          while worked OK as standalone executable.  isapi: used
                   22296:          HSE_APPEND_LOG_PARAMETER feature
                   22297: 
                   22298:        * src/: include/pa_common.h, include/pa_globals.h,
                   22299:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22300:          targets/isapi/parser3isapi.C: fixed default content-type
                   22301:          allocation storage
                   22302: 
                   22303:        * src/: include/pa_globals.h, include/pa_request.h,
                   22304:          main/pa_globals.C, main/pa_request.C: z
                   22305: 
                   22306:        * src/: include/pa_array.h, include/pa_hash.h,
                   22307:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   22308:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22309:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   22310:          content-type
                   22311: 
                   22312:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   22313:          sanity
                   22314: 
                   22315:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   22316:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   22317:          away freeze mech.  no danger now for you can't do
                   22318:          ^request:process[@new-method[] body] trick anymore.  still
                   22319:          remains $some_instance.process[@new-method[] possibility] but
                   22320:          would leave it as a feature.  see index for sample
                   22321: 
                   22322:        * src/: include/pa_common.h, main/pa_common.C,
                   22323:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   22324:          monkey every target
                   22325: 
                   22326:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22327:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   22328:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   22329: 
                   22330: 2001-03-23  paf
                   22331: 
                   22332:        * src/: include/pa_pool.h, main/pa_request.C,
                   22333:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22334:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22335:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   22336: 
                   22337:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   22338: 
                   22339:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   22340:          it would be better to rewrite as filter then to deal with pool
                   22341: 
                   22342:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22343:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22344: 
                   22345:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22346:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22347:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22348:          include/pa_version.h, main/compile.y, main/execute.C,
                   22349:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22350:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22351:          main/untaint.C, targets/cgi/parser3.C,
                   22352:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22353:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22354:          updated. introducing ap_config_includes
                   22355: 
                   22356:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22357: 
                   22358:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22359: 
                   22360:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22361:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22362:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22363:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22364: 
                   22365:        * src/: include/pa_globals.h, main/pa_request.C,
                   22366:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22367:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22368:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22369: 
                   22370:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22371:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22372:          isapi minor env beauty
                   22373: 
                   22374:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22375:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22376:          isapi document_root 0
                   22377: 
                   22378: 2001-03-22  paf
                   22379: 
                   22380:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22381: 
                   22382:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22383:          isapi/parser3isapi.C: z
                   22384: 
                   22385:        * src/: include/pa_pool.h, main/pa_request.C,
                   22386:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22387: 
                   22388:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22389:          kill.pl: isapi added utils
                   22390: 
                   22391:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22392:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22393:          types/pa_vform.C: isapi 0
                   22394: 
                   22395:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22396:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22397:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22398:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22399:          started isapi
                   22400: 
                   22401:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22402:          some comments
                   22403: 
                   22404:        * src/: include/pa_globals.h, include/pa_request.h,
                   22405:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22406:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22407:          parser_root_auto_path parser_site_auto_path
                   22408: 
                   22409:        * src/types/pa_vcookie.C: cookie attr decoded
                   22410: 
                   22411: 2001-03-21  paf
                   22412: 
                   22413:        * src/targets/cgi/parser3.C: z
                   22414: 
                   22415:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22416: 
                   22417:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22418:          types/pa_venv.h: in cookie & env. todo:post
                   22419: 
                   22420:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22421:          classes/root.C, classes/table.C, include/pa_array.h,
                   22422:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22423:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22424:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22425:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22426:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22427:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22428:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22429:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22430:          shifted apache branch on main trunc
                   22431: 
                   22432:        * src/: include/pa_common.h, include/pa_globals.h,
                   22433:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22434:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22435:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22436:          starting mod_parser3
                   22437: 
                   22438:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22439: 
                   22440: 2001-03-20  paf
                   22441: 
                   22442:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22443:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22444:          win32 ifdefs work and add ifdef unistd
                   22445: 
                   22446:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22447:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22448:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22449:          z
                   22450: 
                   22451:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22452:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22453:          locking
                   22454: 
                   22455:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22456: 
                   22457:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22458:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22459:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22460:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22461:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22462:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22463:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22464: 
                   22465:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22466:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22467: 
                   22468:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22469:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22470:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22471:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22472:          types/pa_vform.h: z
                   22473: 
                   22474:        * src/include/pa_string.h: z
                   22475: 
                   22476:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22477:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22478:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22479:          :Value
                   22480: 
                   22481:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22482:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22483:          :VStateless_object
                   22484: 
                   22485:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22486:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22487:          :VStateless_object
                   22488: 
                   22489:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22490:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22491: 
                   22492:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22493:          types/pa_valiased.h, types/pa_value.h,
                   22494:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22495:          types/pa_vstateless_object.h: moved common get_element part from
                   22496:          stateless object&class into VAliased
                   22497: 
                   22498:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22499:          classes/table.C, main/execute.C, main/main.dsp,
                   22500:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22501:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22502:          now :Value
                   22503: 
                   22504:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22505:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22506:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22507: 
                   22508:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22509:          doxx
                   22510: 
                   22511:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22512:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22513:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22514:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22515:          and ^file:save
                   22516: 
                   22517: 2001-03-19  paf
                   22518: 
                   22519:        * src/types/pa_vfile.C: z
                   22520: 
                   22521:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22522:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22523:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22524:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22525: 
                   22526:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22527:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22528:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22529:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22530:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22531:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22532:          types/pa_vfile.h: file class just compiled
                   22533: 
                   22534:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22535:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22536:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22537:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22538:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22539: 
                   22540:        * src/include/pa_pool.h: z
                   22541: 
                   22542:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22543:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22544:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22545:          those Value-s
                   22546: 
                   22547:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22548:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22549:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22550:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22551:          include/pa_types.h, main/compile.C, main/compile.y,
                   22552:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22553:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22554:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22555:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22556:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22557: 
                   22558:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22559:          derivates somehow unlinked. don't know why yet
                   22560: 
                   22561:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22562:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22563:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22564:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22565:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22566:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22567:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22568: 
                   22569:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22570:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22571:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22572:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22573:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22574: 
                   22575:        * src/include/pa_globals.h: z
                   22576: 
                   22577:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22578:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22579:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22580:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22581:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22582:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22583:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22584:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22585: 
                   22586: 2001-03-18  paf
                   22587: 
                   22588:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22589:          cookie: allowed access to hash-assigned
                   22590: 
                   22591:        * src/targets/cgi/parser3.C: z
                   22592: 
                   22593:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22594:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22595:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22596:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22597:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22598:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22599:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22600:          types/pa_vunknown.h: cookie class
                   22601: 
                   22602:        * src/main/pa_request.C: zero length output allowed
                   22603: 
                   22604:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22605:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22606: 
                   22607:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22608:          lang switch
                   22609: 
                   22610:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22611:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22612:          types/pa_value.h, types/pa_vhash.h:
                   22613:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22614: 
                   22615:        * src/main/execute.C: z
                   22616: 
                   22617:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22618:          targets/cgi/parser3.C: taint[uri
                   22619: 
                   22620:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22621:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22622:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22623:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22624: 
                   22625:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22626:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22627:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22628:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22629:          bool tainted) ctor
                   22630: 
                   22631:        * src/: include/pa_hash.h, include/pa_request.h,
                   22632:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22633:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22634:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22635: 
                   22636:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22637:          response fields to header
                   22638: 
                   22639:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22640:          z
                   22641: 
                   22642:        * src/: classes/_response.h, classes/response.C,
                   22643:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22644:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22645:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22646:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22647:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22648:          $response: 0  request::core exception rethrow
                   22649: 
                   22650: 2001-03-16  paf
                   22651: 
                   22652:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22653:          types/pa_vrequest.h: native method' class call with less params
                   22654:          then needed error reporting
                   22655: 
                   22656:        * src/: classes/_request.h, classes/request.C,
                   22657:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22658:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22659:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22660:          types/pa_vrequest.h: $request : query :uri
                   22661: 
                   22662:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22663:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22664:          types/pa_wcontext.h: $result
                   22665: 
                   22666:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22667: 
                   22668:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22669:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22670:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22671: 
                   22672:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22673:          main/compile.y, main/execute.C, types/pa_value.h,
                   22674:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22675:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22676:          wcontext conflict
                   22677: 
                   22678:        * src/: main/execute.C, types/pa_value.h,
                   22679:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22680:          $string.field
                   22681: 
                   22682: 2001-03-15  paf
                   22683: 
                   22684:        * src/main/pa_request.C: news sample
                   22685: 
                   22686:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22687:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22688: 
                   22689:        * src/main/: compile.y, execute.C: z
                   22690: 
                   22691:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22692:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22693:          pre pre works
                   22694: 
                   22695:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22696:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22697:          fillfields just compiled
                   22698: 
                   22699: 2001-03-14  paf
                   22700: 
                   22701:        * src/: include/pa_request.h, main/pa_request.C,
                   22702:          targets/cgi/parser3.C: z
                   22703: 
                   22704:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22705:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22706:          types/pa_vstring.h: limits -1
                   22707: 
                   22708:        * src/: include/pa_globals.h, include/pa_request.h,
                   22709:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22710:          main/pa_request.C, targets/cgi/parser3.C,
                   22711:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22712:          request_info -1
                   22713: 
                   22714:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22715:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22716:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22717:          vform_fields_fill
                   22718: 
                   22719:        * src/targets/cgi/parser3.C: #  if MSVC
                   22720: 
                   22721:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22722:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22723: 
                   22724:        * src/targets/cgi/parser3.C: z
                   22725: 
                   22726:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22727:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22728:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22729:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22730:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22731:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22732: 
                   22733: 2001-03-13  paf
                   22734: 
                   22735:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22736:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22737:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22738:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22739:          instead
                   22740: 
                   22741:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22742:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22743:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22744:          started cgi target
                   22745: 
                   22746:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22747:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22748:          before error show with parser
                   22749: 
                   22750:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22751:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22752:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22753: 
                   22754:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22755: 
                   22756:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22757:          parser3.C: renamed targets/ parser to cgi
                   22758: 
                   22759:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22760:          classes/root.C, classes/string.C, classes/table.C,
                   22761:          include/pa_request.h, types/pa_vhash.h: z
                   22762: 
                   22763:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22764:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22765:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22766:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22767:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22768:          [historical moment :)]
                   22769: 
                   22770:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22771:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22772: 
                   22773:        * src/types/pa_venv.h: $ENV 1
                   22774: 
                   22775:        * src/main/execute.C: z
                   22776: 
                   22777:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22778:          future methods of ENV constructor if
                   22779: 
                   22780:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22781:          class
                   22782: 
                   22783:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22784:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22785:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22786:          classes/string.C, classes/table.C, include/pa_request.h,
                   22787:          main/compile.C, main/compile_tools.h, main/core.C,
                   22788:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22789:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22790:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22791:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22792:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22793:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22794: 
                   22795:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22796:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22797:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22798:          classes/string.C, classes/table.C, include/pa_request.h,
                   22799:          main/compile.C, main/compile_tools.h, main/core.C,
                   22800:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22801:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22802:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22803:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22804:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22805:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22806: 
                   22807:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22808:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22809:          yesterdays bad decision on execute_static_method
                   22810: 
                   22811:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22812: 
                   22813:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22814:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22815: 
                   22816:        * src/main/pa_request.C: z
                   22817: 
                   22818:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22819:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22820: 
                   22821:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22822:          include/pa_pool.h, main/pa_request.C:
                   22823:          restructure_exceptions_dead_end
                   22824: 
                   22825:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22826:          allowed ; inside {} to break params
                   22827: 
                   22828:        * src/classes/root.C: ^eval
                   22829: 
                   22830:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22831:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22832:          string ^format
                   22833: 
                   22834:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22835:          'bad' but not 'enough'
                   22836: 
                   22837:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22838:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22839:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22840:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22841:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22842: 
                   22843:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22844:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22845:          types/pa_vint.h: ^for
                   22846: 
                   22847: 2001-03-12  paf
                   22848: 
                   22849:        * src/classes/table.C: table ^empty
                   22850: 
                   22851:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22852: 
                   22853:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22854:          ^offset ^line ^count
                   22855: 
                   22856:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22857:          ^abs()  ^sign()
                   22858: 
                   22859:        * src/classes/: root.C, table.C: ^use
                   22860: 
                   22861:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22862:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22863:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22864:          ^while. switched off wcontext.constructing after write(value) or
                   22865:          auto-vhash-constructing
                   22866: 
                   22867:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22868:          main/pa_request.C: fail_if_junction_ helper func
                   22869: 
                   22870:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22871:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22872:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22873:          actual method_name, not source.  ^load
                   22874: 
                   22875:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22876: 
                   22877:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22878:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22879: 
                   22880:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22881:          include/pa_table.h, main/core.C, main/execute.C,
                   22882:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22883:          types/pa_value.h: table:set 0
                   22884: 
                   22885:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22886:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22887:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22888:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22889:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22890:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22891: 
                   22892:        * src/: classes/root.C, types/pa_value.h: z
                   22893: 
                   22894:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22895:          get_method in couple places optimizing them
                   22896: 
                   22897:        * src/classes/root.C: z
                   22898: 
                   22899:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22900:          zeroing
                   22901: 
                   22902:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22903:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22904:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22905:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22906:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22907:          types/pa_vmframe.h: ^process. actual names to store param and
                   22908:          check_actual_numbered_params for better place diagnostics
                   22909: 
                   22910:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22911:          method-junctions bug fixed
                   22912: 
                   22913:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22914:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22915: 
                   22916: 2001-03-11  paf
                   22917: 
                   22918:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22919:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22920:          VDouble VInt base now VObject_base - without fields
                   22921: 
                   22922:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22923: 
                   22924:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22925:          classes/string.C, include/core.h, include/pa_hash.h,
                   22926:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   22927:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   22928: 
                   22929:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22930:          include/pa_request.h, main/execute.C: intercept_string
                   22931: 
                   22932:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22933:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   22934: 
                   22935:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   22936:          ^inc-s(expr)
                   22937: 
                   22938:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22939:          classes/_root.h, classes/_string.h, classes/double.C,
                   22940:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22941:          include/code.h, include/core.h, include/pa_array.h,
                   22942:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22943:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22944:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22945:          include/pa_types.h, main/compile.C, main/compile.y,
                   22946:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22947:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22948:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   22949:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22950:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22951:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22952:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22953:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22954:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22955:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   22956: 
                   22957:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   22958: 
                   22959:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22960:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   22961: 
                   22962:        * src/: include/pa_valiased.h, include/pa_value.h,
                   22963:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22964:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22965:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22966:          include/pa_vobject.h, include/pa_vstring.h,
                   22967:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22968:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   22969:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   22970:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   22971:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22972:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22973:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22974:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22975:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22976:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   22977:          include/
                   22978: 
                   22979: 2001-03-10  paf
                   22980: 
                   22981:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22982:          main/pa_request.C: run+auto=run
                   22983: 
                   22984:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   22985: 
                   22986:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22987:          classes/_root.h, classes/_string.h, classes/double.C,
                   22988:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22989:          include/code.h, include/core.h, include/pa_array.h,
                   22990:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22991:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22992:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22993:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   22994:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22995:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22996:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22997:          include/pa_vobject.h, include/pa_vstring.h,
                   22998:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22999:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23000:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23001:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23002:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23003:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23004:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23005:          main/pa_wcontext.C: sources header
                   23006: 
                   23007:        * src/main/pa_request.C: auto..
                   23008: 
                   23009:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23010:          main/pa_request.C: auto tree0
                   23011: 
                   23012:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23013:          main/core.C, main/pa_request.C: names to core.C
                   23014: 
                   23015:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23016:          include/pa_request.h, main/core.C, main/execute.C,
                   23017:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23018: 
                   23019:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23020:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23021:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23022:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23023: 
                   23024:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23025:          @auto[] realised. auto.p scan togo
                   23026: 
                   23027:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23028:          code-junctions result now have names
                   23029: 
                   23030:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23031:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23032:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23033:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23034: 
                   23035:        * src/classes/env.C: env:file/line
                   23036: 
                   23037:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23038:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23039:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23040:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23041:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23042:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23043:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23044: 
                   23045:        * src/include/pa_vclass.h: const fight to go
                   23046: 
                   23047:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23048:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23049:          main/main.dsp: env0
                   23050: 
                   23051:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23052:          classes/_string.h, classes/double.C, classes/int.C,
                   23053:          classes/root.C, classes/string.C, include/pa_request.h,
                   23054:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23055:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23056:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23057:          main/pa_wcontext.C: ^lang prepare0
                   23058: 
                   23059: 2001-03-09  paf
                   23060: 
                   23061:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23062:          construct proper naming
                   23063: 
                   23064:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23065:          classes/double.C, classes/int.C, classes/root.C,
                   23066:          classes/string.C, include/code.h, include/pa_value.h,
                   23067:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23068:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23069:          main/compile.y, main/compile_tools.C, main/core.C,
                   23070:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23071:          and ^double[]. fixed expr type
                   23072: 
                   23073:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23074:          ^string.length[]
                   23075: 
                   23076: 2001-03-08  paf
                   23077: 
                   23078:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23079: 
                   23080:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23081:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23082:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23083:          derivated from vobject
                   23084: 
                   23085:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23086:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23087: 
                   23088:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23089:          remained clone conseqs
                   23090: 
                   23091:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23092: 
                   23093:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23094: 
                   23095:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23096:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23097:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23098:          include/pa_vobject.h, include/pa_vstring.h,
                   23099:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23100:          main/execute.C: withoud cloning. didn't need it actually, params
                   23101:          got passed from out unnamed ewpool
                   23102: 
                   23103:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23104:          include/pa_vjunction.h, include/pa_vobject.h,
                   23105:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23106: 
                   23107:        * src/: include/pa_bool.h, include/pa_double.h,
                   23108:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23109:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23110:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23111:          include/pa_vobject.h, include/pa_vstring.h,
                   23112:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23113:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23114:          to give params proper names
                   23115: 
                   23116:        * src/main/pa_wcontext.C: z
                   23117: 
                   23118:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23119:          unknown values in get_element and unfilled params. removed wrong
                   23120:          name change in get_element
                   23121: 
                   23122:        * src/main/execute.C: z
                   23123: 
                   23124:        * src/main/execute.C: fixed problems calling operators in
                   23125:          constructors
                   23126: 
                   23127:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23128:          detected problems calling operators in constructors
                   23129: 
                   23130:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23131:          autocalc def to string
                   23132: 
                   23133:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23134:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   23135: 
                   23136:        * src/classes/root.C: added root.c
                   23137: 
                   23138:        * src/: include/pa_request.h, include/pa_value.h,
                   23139:          include/pa_vcframe.h, include/pa_vmframe.h,
                   23140:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23141:          main/core.C, main/execute.C, main/pa_cframe.C,
                   23142:          main/pa_wcontext.C: 'if' just compiled
                   23143: 
                   23144:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   23145:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23146:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   23147:          main/pa_wcontext.C: z
                   23148: 
                   23149:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   23150:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   23151:          with parameter names  in operator methods
                   23152: 
                   23153:        * src/main/compile.y: minor renamings in .y
                   23154: 
                   23155:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23156:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   23157:          @BASE.  changed 'RUN' assignment mech
                   23158: 
                   23159:        * src/main/execute.C: z
                   23160: 
                   23161:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23162:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   23163:          static. so to enable runtime ^use
                   23164: 
                   23165:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   23166: 
                   23167:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23168:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   23169: 
                   23170:        * src/main/execute.C: root root in code-junction
                   23171: 
                   23172: 2001-03-07  paf
                   23173: 
                   23174:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   23175:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   23176: 
                   23177:        * src/: include/pa_stack.h, include/pa_value.h,
                   23178:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   23179:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   23180:          fixed rwcontext of {} params up
                   23181: 
                   23182:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   23183: 
                   23184:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   23185: 
                   23186:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   23187:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   23188:          main/pa_hash.C: expr def in -f
                   23189: 
                   23190:        * src/main/: compile.y, execute.C: expr calls
                   23191: 
                   23192:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   23193:          fixed
                   23194: 
                   23195:        * src/main/compile.y: expr quoted code
                   23196: 
                   23197:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   23198:          support0
                   23199: 
                   23200:        * src/main/compile.y: expr string comparisons 0
                   23201: 
                   23202:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   23203:          main/pa_string.C: just compiled lt&co
                   23204: 
                   23205:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   23206:          $field not a $var.field
                   23207: 
                   23208: 2001-03-06  paf
                   23209: 
                   23210:        * src/main/compile.y: .y expr visible-shorter
                   23211: 
                   23212:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   23213:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   23214:          logical
                   23215: 
                   23216:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   23217:          skipping whitespace in yylex
                   23218: 
                   23219:        * src/include/pa_vbool.h: forgot this
                   23220: 
                   23221:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   23222:          string ops in expressions 0
                   23223: 
                   23224:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   23225:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   23226:          main/execute.C, main/main.dsp: !~
                   23227: 
                   23228:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   23229:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   23230:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23231:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23232:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23233:          main/compile_tools.h, main/execute.C: +-*/
                   23234: 
                   23235:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   23236:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   23237: 
                   23238:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   23239:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   23240: 
                   23241:        * src/main/compile.y: expr grammar-1
                   23242: 
                   23243:        * src/main/compile.y: expr lexx1
                   23244: 
                   23245:        * src/main/: compile.y, execute.C, main.dsp: z
                   23246: 
                   23247:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   23248:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   23249:          main/execute.C: expr lex0 exec-1
                   23250: 
                   23251:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   23252: 
                   23253: 2001-02-26  paf
                   23254: 
                   23255:        * src/main/compile.y: max_string in yyerror bug fix
                   23256: 
                   23257: 2001-02-25  paf
                   23258: 
                   23259:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23260:          include/pa_wcontext.h, main/execute.C: VAliased3
                   23261: 
                   23262:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   23263: 
                   23264:        * src/main/execute.C: VAliased1
                   23265: 
                   23266:        * src/: include/pa_request.h, include/pa_value.h,
                   23267:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   23268:          VAliased0
                   23269: 
                   23270:        * src/: include/pa_pool.h, include/pa_request.h,
                   23271:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   23272:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   23273:          VAliased just compiled
                   23274: 
                   23275:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   23276:          include/pa_vobject.h, main/execute.C: alias dead end
                   23277: 
                   23278:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23279:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23280:          main/main.dsp: no not get fields into interm VFielded class.
                   23281:          fields & staticfields 1
                   23282: 
                   23283:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   23284:          include/pa_vobject.h, include/pa_wcontext.h,
                   23285:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   23286:          main/main.dsp: would now get fields into interm VFielded class
                   23287: 
                   23288:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23289:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23290:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23291:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   23292:          main/pa_wcontext.C: virtuals2
                   23293: 
                   23294:        * src/main/compile.y: : 1
                   23295: 
                   23296:        * src/main/compile.y: rethought to $class:static.field.subfield
                   23297: 
                   23298:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   23299:          $class:element
                   23300: 
                   23301:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23302:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   23303:          main/pa_wcontext.C: before execute class calls rewrite
                   23304: 
                   23305:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   23306:          name RUN, also alias
                   23307: 
                   23308:        * src/main/compile.y: escaping bug
                   23309: 
                   23310:        * src/: include/pa_request.h, include/pa_value.h,
                   23311:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   23312:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   23313: 
                   23314:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23315:          include/pa_vmframe.h, include/pa_vobject.h,
                   23316:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23317:          main/compile_tools.h, main/execute.C: ^class:method() just
                   23318:          compiled
                   23319: 
                   23320: 2001-02-24  paf
                   23321: 
                   23322:        * src/main/main.dsp: no bison -d
                   23323: 
                   23324:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   23325:          class' err msg wrong
                   23326: 
                   23327:        * src/main/compile.y: z
                   23328: 
                   23329:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   23330: 
                   23331:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   23332:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   23333: 
                   23334:        * src/: include/pa_vclass.h, main/core.C: z
                   23335: 
                   23336:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23337:          include/pa_vobject.h, main/main.dsp: vobject00
                   23338: 
                   23339:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   23340:          60% from 1 were 0
                   23341: 
                   23342:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23343:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23344:          as bad as you've named it: wcontext.value() was not a perfect
                   23345:          idea
                   23346: 
                   23347:        * src/main/execute.C: codeframe1
                   23348: 
                   23349:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23350:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23351:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23352:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23353:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23354:          just compiled
                   23355: 
                   23356:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23357:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23358:          smart wcontext handling needed
                   23359: 
                   23360:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23361:          klinch
                   23362: 
                   23363:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23364:          optimized empty case. failed on calls - produced empty string
                   23365:          param
                   23366: 
                   23367:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23368: 
                   23369:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23370:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23371:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23372:          main/execute.C: code junctions0. something wrong with last \n
                   23373:          macrotemplate strip
                   23374: 
                   23375:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23376:          main/pa_value.C: minor error reporting format beautifyings
                   23377: 
                   23378:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23379:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23380:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23381:          junctions0
                   23382: 
                   23383: 2001-02-23  paf
                   23384: 
                   23385:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23386:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23387: 
                   23388:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23389:          junction
                   23390: 
                   23391:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23392:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23393:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23394: 
                   23395:        * src/: include/pa_hash.h, include/pa_value.h,
                   23396:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23397:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23398:          done
                   23399: 
                   23400:        * src/include/pa_wcontext.h: z
                   23401: 
                   23402:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23403:          wrong grammar in complex constructor case
                   23404: 
                   23405:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23406: 
                   23407:        * src/main/execute.C: with result rwpool
                   23408: 
                   23409:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23410:          main/main.dsp: value named
                   23411: 
                   23412:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23413:          strign 2 value in 2 places in execute
                   23414: 
                   23415:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23416:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23417:          wcontext.put_element when wcontext fvalue==0
                   23418: 
                   23419: 2001-02-22  paf
                   23420: 
                   23421:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23422:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23423:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23424: 
                   23425:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23426:          erroreos checkout
                   23427: 
                   23428:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23429: 
                   23430:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23431:          main/compile_tools.h, main/pa_array.C: $self.get
                   23432: 
                   23433:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23434: 
                   23435:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23436:          bit. finished now.
                   23437: 
                   23438:        * src/main/compile.y: $: finished
                   23439: 
                   23440:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23441: 
                   23442:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23443:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23444: 
                   23445:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23446:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23447:          string to vstring it .y all
                   23448: 
                   23449:        * src/: include/pa_request.h, include/pa_stack.h,
                   23450:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23451:          all
                   23452: 
                   23453:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23454:          precise parse error line:col
                   23455: 
                   23456:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23457:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23458: 
                   23459:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23460:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23461:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23462:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23463:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23464:          main/pa_table.C: removed exception from request
                   23465: 
                   23466:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23467:          some forgotten
                   23468: 
                   23469:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23470:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23471:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23472:          get/put simple vars to VClass works0
                   23473: 
                   23474:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23475:          main/pa_string.C: in process, but found that exceptions are too
                   23476:          global
                   23477: 
                   23478:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23479:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23480:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23481:          seems wcontext must write strings regardles of fvalue!=0
                   23482: 
                   23483: 2001-02-21  paf
                   23484: 
                   23485:        * src/main/execute.C: tired :)
                   23486: 
                   23487:        * src/main/: compile.C, compile.y, execute.C: store0
                   23488: 
                   23489:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23490:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23491:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23492:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23493:          main/pa_request.C: get put -1 [just compiled]
                   23494: 
                   23495:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23496:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23497:          main/main.dsp, main/pa_request.C: request core methods0
                   23498: 
                   23499:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23500:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23501:          execute
                   23502: 
                   23503:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23504:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23505:          methods and one_big_piece. now compile returns array<method*>
                   23506: 
                   23507:        * src/main/compile.y: more straightforward yylex[end]
                   23508: 
                   23509:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23510:          string.operator==(char*)
                   23511: 
                   23512:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23513:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23514: 
                   23515:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23516:          pa_string.h, pa_value.h: struck with const array.gets
                   23517: 
                   23518:        * src/main/: execute.C: z
                   23519: 
                   23520:        * src/main/: compile.y, execute.C: z
                   23521: 
                   23522:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23523:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23524: 
                   23525:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23526:          parse error positions. leaving RIGHTMOST position as
                   23527:          @file[line:col]
                   23528: 
                   23529:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23530:          main/compile_tools.h: line numbers needed. would add them to .y
                   23531:          now internally. externally it's not as precise as needed
                   23532: 
                   23533:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23534:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23535:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23536:          compiler works ok
                   23537: 
                   23538: 2001-02-20  paf
                   23539: 
                   23540:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23541:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23542:          not perfect
                   23543: 
                   23544:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23545:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23546:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23547:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23548:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23549:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23550:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23551:          compiled.  execute=dump for now
                   23552: 
                   23553:        * src/main/core.C: core rewrite using yacc investigations now will
                   23554:          be compile[yacc]/execute[opcodes]
                   23555: 
                   23556: 2001-02-15  paf
                   23557: 
                   23558:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23559:          rewrite as turing machine? for it seems it would be it's too many
                   23560:          ifs with this syntax now
                   23561: 
                   23562: 2001-02-14  paf
                   23563: 
                   23564:        * src/main/core.C: get_params 1
                   23565: 
                   23566:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23567:          :( ]
                   23568: 
                   23569:        * src/main/core.C: varios breaks
                   23570: 
                   23571:        * src/main/core.C: get names 3
                   23572: 
                   23573:        * src/main/core.C: get names 2
                   23574: 
                   23575:        * src/main/core.C: get names 1
                   23576: 
                   23577:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23578:          names 0
                   23579: 
                   23580:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23581:          text repassing2 operator static vars
                   23582: 
                   23583:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23584:          main/pa_string.C: process text repassing
                   23585: 
                   23586:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23587:          module:calls changes
                   23588: 
                   23589: 2001-02-13  paf
                   23590: 
                   23591:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23592:          ^class:calls[] started
                   23593: 
                   23594:        * src/: include/pa_value.h, main/core.C: z
                   23595: 
                   23596:        * src/main/core.C: operators : and self. prefixes
                   23597: 
                   23598:        * src/main/core.C: z
                   23599: 
                   23600:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23601:          tested
                   23602: 
                   23603:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23604:          optimized
                   23605: 
                   23606:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23607:          would change privates to better support optimization
                   23608: 
                   23609:        * src/: include/pa_string.h, main/pa_string.C:
                   23610:          String_iterator::skip_to todo:optimize
                   23611: 
                   23612: 2001-02-12  paf
                   23613: 
                   23614:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23615:          String_iterator
                   23616: 
                   23617:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23618:          comments
                   23619: 
                   23620:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23621:          self/methodref joined
                   23622: 
                   23623: 2001-02-11  paf
                   23624: 
                   23625:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23626:          main/main.dsp: core started.  core.C, context&value .h
                   23627: 
                   23628:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23629:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23630:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23631: 
                   23632: 2001-01-30  paf
                   23633: 
                   23634:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23635:          comments
                   23636: 
                   23637:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23638:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23639: 
                   23640:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23641:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23642:          to & changes
                   23643: 
                   23644:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23645:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23646:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23647:          re-associated. that's much better even removed 'die' necessety
                   23648: 
                   23649:        * src/: include/pa_error.h, include/pa_exception.h,
                   23650:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23651:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23652:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23653:          parser_Pool(Pool) failed to add. would think..
                   23654: 
                   23655:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23656:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23657:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23658:          hence lots of 'const'
                   23659: 
                   23660:        * src/: include/pa_error.h, include/pa_request.h,
                   23661:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23662:          main/pa_table.C: Error fixed
                   23663: 
                   23664: 2001-01-29  paf
                   23665: 
                   23666:        * src/: include/pa_array.h, include/pa_common.h,
                   23667:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23668:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23669:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23670:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23671: 
                   23672:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23673:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23674:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23675:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23676: 
                   23677:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23678:          templates"
                   23679: 
                   23680:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23681:          main/main.dsp, main/pa_array.C: templates failed no template
                   23682:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23683:          2.95.2-6 from latest cygwin]
                   23684: 
                   23685:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23686:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23687:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23688:          main/pa_table.C: Table started would test template Array now
                   23689: 
                   23690:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23691:          String originating
                   23692: 
                   23693:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23694:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23695:          SYNCHRONIZED(thread_safe)
                   23696: 
                   23697:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23698:          parts to top
                   23699: 
                   23700:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23701:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23702:          see: needed only in global Hash now, made Hash:: put/get
                   23703:          SYNCHRONIZED
                   23704: 
                   23705:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23706:          main/pa_threads.C: added pa_threads
                   23707: 
                   23708:          Mutex
                   23709: 
                   23710:        * src/include/pa_hash.h: some comments
                   23711: 
                   23712:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23713:          Array& operator += (Array& src)
                   23714: 
                   23715:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23716: 
                   23717:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23718:          (Array& src)
                   23719: 
                   23720:          rethought, would change now
                   23721: 
                   23722: 2001-01-27  paf
                   23723: 
                   23724:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23725:          caching
                   23726: 
                   23727:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23728:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23729:          cache rethought to chunk caching
                   23730: 
                   23731:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23732:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23733:          main/pa_hash.C, main/pa_string.C: Array 0
                   23734: 
                   23735:        * src/main/pa_string.C: String::operator ==
                   23736: 
                   23737:        * src/main/pa_hash.C: String(&String)
                   23738: 
                   23739:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23740: 
                   23741:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23742:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23743:          pa_hash[forgotten]
                   23744: 
                   23745: 2001-01-26  paf
                   23746: 
                   23747:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23748:          removed templates [vc++ suxx]
                   23749: 
                   23750:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23751:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23752: 
                   23753:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23754: 
1.119     moko     23755:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23756: 
1.119     moko     23757:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23758:          check
                   23759: 
                   23760:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23761:          dynamic row_count
                   23762: 
                   23763:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23764:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23765:          targets/Makefile.am: Initial revision
                   23766: 
                   23767:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23768:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23769:          targets/Makefile.am: creating parser3 module
                   23770: 

E-mail: