Annotation of parser3/ChangeLog, revision 1.132

1.132   ! moko        1: 2020-02-12  moko
        !             2: 
        !             3:        * src/types/pa_vmail.C: minimize diff
        !             4: 
        !             5:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
        !             6:          #1199)
        !             7: 
1.131     moko        8: 2020-01-18  moko
                      9: 
                     10:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                     11: 
1.130     moko       12: 2019-12-28  moko
                     13: 
                     14:        * src/targets/cgi/parser3.C: avoid empty ?
                     15: 
                     16: 2019-12-27  moko
                     17: 
                     18:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                     19:          DOCUMENT_ROOT (related to feature #1164)
                     20: 
                     21:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                     22:          fcgiwrap setup (implements feature #1164)
                     23: 
                     24:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                     25:          but no issues found (related to feature #1164)
                     26: 
                     27:        * src/targets/cgi/parser3.C: actualized
                     28: 
                     29: 2019-12-26  moko
                     30: 
                     31:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                     32:          removed
                     33: 
                     34:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                     35:          removed
                     36: 
                     37:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                     38:          allocation errors, we don't want default gc warnings (without
                     39:          timestamp and URI).
                     40: 
                     41:        * src/: classes/memory.C, main/pa_globals.C,
                     42:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                     43:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                     44:          pa_globals_init
                     45: 
                     46:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                     47:          initialization used (optimization)
                     48: 
                     49:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                     50:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                     51:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                     52:          (optimization)
                     53: 
1.129     moko       54: 2019-12-09  moko
                     55: 
                     56:        * src/include/pa_config_fixed.h: warning war
                     57: 
1.128     moko       58: 2019-12-08  moko
                     59: 
                     60:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                     61:          process grammar under Unix.
                     62: 
                     63: 2019-12-07  moko
                     64: 
                     65:        * tests/389.html: For Windows XP. :)
                     66: 
                     67:        * tests/388-sql.html: Windows compatibility added
                     68: 
                     69: 2019-12-06  moko
                     70: 
                     71:        * src/targets/cgi/parser3.C: warning war
                     72: 
                     73:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                     74:          == sizeof(CORD)) to avoid aligning bugs in future
                     75: 
                     76:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                     77:          XML_STATIC
                     78: 
                     79:        * src/include/pa_request.h: StackItem() not required
                     80: 
                     81:        * src/include/pa_stack.h: warning war
                     82: 
                     83:        * src/include/pa_config_includes.h: GCC warning silenced
                     84: 
                     85:        * src/include/pa_memory.h: warning war: the program should also
                     86:          define 'void operator delete [](void*, std::size_t)'
                     87:          [-Wsized-deallocation]
                     88: 
                     89:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                     90: 
                     91:        * src/classes/string.C: not reqired cast removed
                     92: 
                     93:        * src/classes/string.C: not reqired cast removed
                     94: 
                     95: 2019-12-05  moko
                     96: 
                     97:        * src/lib/sdbm/pa_file_io.C: warning war
                     98: 
                     99:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                    100:          enum Language : size_t - required for VS2015+ to make
                    101:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                    102:          without it (related to feature #1198)
                    103: 
                    104: 2019-12-04  moko
                    105: 
                    106:        * src/main/pa_base64.C: unsigned char -> uchar
                    107: 
                    108:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                    109:          as other libs
                    110: 
                    111:        * src/include/pa_version.h: +amd64
                    112: 
                    113: 2019-12-03  moko
                    114: 
                    115:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                    116:          release
                    117: 
                    118:        * src/include/pa_config_includes.h: warning war
                    119: 
                    120:        * src/classes/image.C: warning war
                    121: 
                    122:        * src/main/pa_globals.C: x64 libs support
                    123: 
                    124:        * src/include/pa_config_includes.h: warning war
                    125: 
                    126:        * src/types/pa_method.h: warning war
                    127: 
1.127     moko      128: 2019-11-28  moko
                    129: 
                    130:        * src/classes/math.C: vs2003 compatibility + warning war
                    131: 
                    132:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                    133:          libxml2-2.9.9 (related to feature #1136)
                    134: 
                    135:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                    136:          typecast for more compatibility (related to feature #1136)
                    137: 
                    138:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                    139:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                    140:          feature #1136)
                    141: 
                    142: 2019-11-26  moko
                    143: 
                    144:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                    145:          removed (it was failing in $$var case), condition added
                    146: 
1.126     moko      147: 2019-11-25  moko
                    148: 
                    149:        * tests/: 397.html, 399.html, results/141.processed,
                    150:          results/399.processed: base64 options tested
                    151: 
                    152:        * src/: classes/math.C, main/pa_http.C: base64 options used
                    153: 
                    154:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                    155:          implemented (feature #986)
                    156: 
                    157:        * src/main/pa_cache_managers.C: whitespace
                    158: 
                    159:        * tests/: 397.html, 399.html, results/399.processed: tests for
                    160:          ^base64 encode options added (related to feature #986)
                    161: 
                    162:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                    163:          pa_base64_encode(file) removed - more memory, but faster and less
                    164:          code (related fo feature #986)
                    165: 
                    166: 2019-11-24  moko
                    167: 
                    168:        * tests/: 155.html, results/155.processed: limit and offset in
                    169:          ^table::load[] now supported, thus test added
                    170: 
                    171:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                    172:          main/pa_common.C: optimization: offset and limit options parsing
                    173:          moved inside file_load.
                    174: 
                    175: 2019-11-23  moko
                    176: 
                    177:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                    178:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                    179:          optimization: file_read replaced with simplified file_read_binary
                    180: 
                    181:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                    182:          types/pa_vform.C: whitespace
                    183: 
                    184:        * src/: include/pa_common.h, main/pa_common.C: never used params
                    185:          removed
                    186: 
                    187: 2019-11-21  moko
                    188: 
                    189:        * tests/: 193.html, results/193.processed, results/389.processed:
                    190:          test results updated as now base64 does not discard tail without
                    191:          padding (related to feature #986)
                    192: 
                    193: 2019-11-20  moko
                    194: 
                    195:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                    196:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                    197:          pa_base64_decode (related to feature #986)
                    198: 
                    199:        * tests/398.html: tests for base64 decode added (related to feature
                    200:          #986)
                    201: 
                    202:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                    203:          support, padding inside base 64 supported (related to feature
                    204:          #096)
                    205: 
                    206: 2019-11-19  moko
                    207: 
                    208:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                    209:          FreeBSD 12
                    210: 
1.125     moko      211: 2019-11-16  moko
                    212: 
                    213:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                    214:          support added, step support removed (related to #986)
                    215: 
                    216: 2019-11-15  moko
                    217: 
                    218:        * src/classes/math.C: using log since log2 is not present on
                    219:          FreeBSD < 8.4 (related to feature #1177)
                    220: 
                    221:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                    222:          pa_base64_size extracted and used for files as well (related to
                    223:          feature 986)
                    224: 
                    225: 2019-11-14  moko
                    226: 
                    227:        * tests/: 397.html, results/397.processed: + content check
                    228: 
                    229:        * tests/: 141.html, results/141.processed: make test resuls more
                    230:          readable
                    231: 
                    232:        * tests/: 397.html, results/193.processed, results/397.processed:
                    233:          test results updated after \x00 character was disabled in
                    234:          math:convert string mode (related to feature #1177)
                    235: 
                    236:        * src/classes/: math.C, string.C: \\x00 character disabled while
                    237:          converting to string (as in base64, related to feature #1177)
                    238: 
                    239:        * src/classes/file.C: more correct arguments separation
                    240: 
                    241:        * src/: classes/file.C, classes/math.C, classes/string.C,
                    242:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    243:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                    244:          options added, but not yet implemented (related to feature #986)
                    245: 
                    246:        * src/classes/math.C: whitespace
                    247: 
                    248: 2019-11-13  moko
                    249: 
                    250:        * tests/: 397.html, results/397.processed: +tainting test (related
                    251:          to feature #1177)
                    252: 
                    253:        * src/classes/math.C: as we now produce not only digits, result
                    254:          should be tainted (related to feature #1177)
                    255: 
                    256:        * src/main/pa_base64.C: whitespace
                    257: 
                    258:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                    259:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                    260:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                    261:          implementation moved from pa_common.h and pa_common.C
                    262: 
                    263: 2019-11-12  moko
                    264: 
                    265:        * tests/: 275.html, results/275.processed: out of range test fixed,
                    266:          as ^math:convert now supports arbitrary precision
                    267: 
                    268: 2019-11-11  moko
                    269: 
                    270:        * tests/results/389.processed: uctualized error message
                    271: 
                    272:        * tests/: 389.html, 397.html, results/397.processed: tests for
                    273:          ^math:convert added (related to feature #1177)
                    274: 
                    275:        * src/classes/math.C: ^math:convert now supports arbitrary
                    276:          precision, alphabet support added (implements feature #1177)
                    277: 
1.124     moko      278: 2019-11-06  moko
                    279: 
                    280:        * tests/: 181.html, results/181.processed: entities usage added,
                    281:          more entites load tests (related to bug #842 discussion)
                    282: 
                    283: 2019-11-05  moko
                    284: 
                    285:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                    286:          call from xmlFileOpen if http://localhost/<file> was not found
                    287:          (related to bug #842)
                    288: 
                    289:        * src/main/pa_xml_io.C: rename
                    290: 
                    291:        * src/main/pa_xml_io.C: +MemoryStream constructor
                    292: 
                    293:        * src/main/pa_xml_io.C: whitespace
                    294: 
1.123     moko      295: 2019-10-31  moko
                    296: 
                    297:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                    298:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                    299:          #1181)
                    300: 
1.122     moko      301: 2019-10-25  moko
                    302: 
                    303:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                    304:          queries tests
                    305: 
                    306: 2019-10-24  moko
                    307: 
                    308:        * tests/: 388-sql.html, results/388-sql.processed: support for
                    309:          pgsql driver test
                    310: 
                    311:        * tests/: 388-sql.html, results/388-sql.processed:
                    312:          multi_statements=1 now tested, mysql test now supported
                    313:          (connection must be specified in [parser3] section in .my.cnf)
                    314:          related to issues #1195 and #1194
                    315: 
1.121     moko      316: 2019-09-11  moko
                    317: 
                    318:        * src/classes/int.C: whitespace
                    319: 
                    320:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                    321:          exception test
                    322: 
                    323:        * tests/results/388-sql.processed: sql queries now shown (related
                    324:          to feature #1196)
                    325: 
                    326:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                    327:          with old parser versions.
                    328: 
                    329:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                    330:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                    331:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                    332:          instead of connect string in query_event_handlers exceptions
                    333:          (implements feature #1196)
                    334: 
1.120     moko      335: 2019-09-06  moko
                    336: 
                    337:        * tests/388-sql.html: mysql compat
                    338: 
                    339:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                    340:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                    341:          sql_ variables declaration moved to pa_common.h
                    342: 
1.116     moko      343: 2019-01-15  moko
                    344: 
                    345:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                    346:          logically sorted
                    347: 
                    348: 2018-12-27  moko
                    349: 
                    350:        * src/include/pa_config_includes.h: warning war:
                    351:          -Wdeprecated-register added for C++ 17
                    352: 
                    353: 2018-10-15  moko
                    354: 
                    355:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                    356:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                    357:          --with-xml=/usr/local/
                    358: 
                    359: 2018-09-24  moko
                    360: 
                    361:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                    362:          ^image::measure[] now supports tiff added (related to feature
                    363:          #1188)
                    364: 
                    365:        * src/classes/image.C: ^image::measure[] now supports tiff
                    366:          (implements feature #1188)
                    367: 
                    368: 2018-09-20  moko
                    369: 
                    370:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                    371:          files measure added (related to ticket #1188)
                    372: 
                    373:        * src/classes/image.C: measure of bmp files implemented (related to
                    374:          ticket #1188)
                    375: 
                    376: 2018-09-18  moko
                    377: 
                    378:        * tests/: 394-curl.html, results/394-curl.processed,
                    379:          results/auto.p: test for bug #1187 (max_file_size check for head
                    380:          requests) added
                    381: 
                    382: 2018-08-24  moko
                    383: 
                    384:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                    385:          response content-length check is required (fixes bug #1187)
                    386: 
                    387: 2018-05-11  moko
                    388: 
                    389:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                    390:          $.append(bool) ] option added (related to feature #919)
                    391: 
                    392:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                    393:          from misha@ patch (implements feature #919)
                    394: 
                    395: 2018-03-22  moko
                    396: 
                    397:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                    398:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                    399:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                    400:          Windows-only problem.
                    401: 
                    402:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                    403:          build fix)
                    404: 
                    405: 2018-02-03  moko
                    406: 
                    407:        * src/main/execute.C: removes irrelevant lines from exception stack
                    408:          trace when exceptions occurs in assigment (fixes bug #1165)
                    409: 
                    410:        * tests/: 393.html, results/393.processed: test for behavour after
                    411:          "Property can not be created, already exists field with that
                    412:          name" exception removed (related to feature #1183)
                    413: 
                    414:        * src/types/pa_vclass.C: "Property can not be created, already
                    415:          exists field with that name" exception removed (implements
                    416:          feature #1183)
                    417: 
                    418: 2018-01-19  moko
                    419: 
                    420:        * src/classes/string.C: whitespace
                    421: 
                    422:        * src/classes/string.C: whitespace
                    423: 
                    424:        * tests/: 392.html, results/392.processed: test for
                    425:          ^regex::create[$regex] added (related to feature #1135)
                    426: 
                    427:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                    428:          ^regex::create[$regex] added (implements feature #1135)
                    429: 
                    430:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                    431:          commented define added (related to feature #1157)
                    432: 
                    433: 2018-01-17  moko
                    434: 
                    435:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                    436: 
                    437: 2018-01-15  moko
                    438: 
                    439:        * tests/: 390.html, results/390.processed: real path replaced by
                    440:          stub
                    441: 
                    442:        * tests/: 391.html, results/391.processed: test for feature #1181
                    443:          (XML_PARSE_HUGE exception) added
                    444: 
                    445: 2018-01-11  moko
                    446: 
                    447:        * bin/auto.p.dist.in: sqlite3 -> libsqlite3
                    448: 
                    449:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                    450:          XML_PARSE_HUGE option passed by default (implements feature
                    451:          #1181)
                    452: 
                    453:        * src/classes/string.C: whitespace
                    454: 
                    455: 2017-12-10  moko
                    456: 
                    457:        * tests/: 389.html, 390.html, results/389.processed,
                    458:          results/390.processed: image code coverage tests added (related
                    459:          to feature #1125)
                    460: 
                    461: 2017-12-08  moko
                    462: 
                    463:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                    464:          results/346-curl.processed, results/388-sql.processed,
                    465:          results/389.processed: more code coverage tests
                    466: 
                    467:        * tests/: 264.html, results/264.processed: code coverage for
                    468:          ^file::exec[]
                    469: 
                    470: 2017-12-07  moko
                    471: 
                    472:        * tests/: 174.html, 388-sql.html, 389.html,
                    473:          results/388-sql.processed, results/389.processed,
                    474:          results/174.processed: more coverage tests
                    475: 
                    476:        * src/classes/math.C: exception text actualized
                    477: 
                    478: 2017-12-06  moko
                    479: 
                    480:        * tests/388-sql.html: $SQL can be here
                    481: 
                    482:        * tests/results/auto.p: $SQL not required here
                    483: 
                    484:        * tests/: 388-sql.html, 389.html, Makefile,
                    485:          results/388-sql.processed, results/389.processed, results/auto.p:
                    486:          code coverage tests for sql (using sqlite) and int/double/bool
                    487:          added (related to feature #1125)
                    488: 
                    489:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    490:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                    491:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                    492:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    493:          targets/apache/ApacheModuleParser3Core.vcproj,
                    494:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    495:          types/types.vcproj: gc\include no longer required
                    496: 
                    497:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                    498:          required
                    499: 
                    500:        * src/: classes/Makefile.am, classes/table.C,
                    501:          include/pa_config_includes.h, include/pa_string.h,
                    502:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    503:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                    504:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                    505:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                    506:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                    507:          used, we now include it directly
                    508: 
                    509: 2017-12-04  moko
                    510: 
                    511:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                    512:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                    513:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                    514:          where required
                    515: 
                    516:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                    517:          now can be used to trace memory allocations
                    518: 
                    519:        * src/: classes/table.C, include/pa_config_includes.h,
                    520:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                    521:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                    522:          method removes, libcord also can work without libgc
                    523: 
                    524:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                    525: 
                    526: 2017-11-29  moko
                    527: 
                    528:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                    529:          are not present (related to feature #1173)
                    530: 
                    531:        * tests/346-curl.html: test updated to test curl content-length bug
                    532:          (related to feature #1173)
                    533: 
                    534:        * tests/results/346-curl.processed: more test for content-length
                    535:          curl bug (related to feature #1173)
                    536: 
                    537:        * tests/results/346-curl.processed: test results updated after
                    538:          #1173 implemented
                    539: 
                    540: 2017-11-28  moko
                    541: 
                    542:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                    543:          (related to feature #1173)
                    544: 
                    545: 2017-11-27  moko
                    546: 
                    547:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                    548:          $.http_version[version string] added (implements feature #1173),
                    549:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                    550:          where $post(true) bug existed.
                    551: 
                    552: 2017-11-18  moko
                    553: 
                    554:        * src/include/pa_memory.h: warning war (related to feature #1170)
                    555: 
                    556:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                    557:          feature #1170)
                    558: 
                    559: 2017-11-17  moko
                    560: 
                    561:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                    562:          std::basic_stringstream used in ^table.csv-string[] is compatible
                    563:          with delete usage check only under Debian 9 (related to feature
                    564:          #1170)
                    565: 
                    566: 2017-11-16  moko
                    567: 
                    568:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                    569:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                    570:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                    571:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                    572:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                    573:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                    574:          stubs defend from accidental use (implements feature #1170)
                    575: 
                    576: 2017-06-24  moko
                    577: 
                    578:        * configure.ac: minor fix: thanks to alx@
                    579: 
1.115     moko      580: 2017-05-29  moko
                    581: 
                    582:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                    583:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                    584:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                    585: 
                    586:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                    587:          ignored, =?UTF-8?Q?= should start in case of leading space
                    588:          (related to bug #123)
                    589: 
                    590:        * buildall: echo -n -> printf for OS X. :)
                    591: 
                    592: 2017-05-25  moko
                    593: 
                    594:        * tests/: 288.html, results/288.processed: test updated afted
                    595:          setting $o.prop without setter exception removed (related to
                    596:          feature #1157)
                    597: 
                    598:        * src/types/pa_vclass.C: no more "this property has no setter
                    599:          method" when setting $o.prop without setter (implements feature
                    600:          #1157)
                    601: 
                    602:        * buildall: echo \c -> echo -n for FreeBSD
                    603: 
                    604:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    605:          src/types/pa_vdouble.h: isfinite now checked in configure
                    606: 
                    607:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                    608:          upgraded to automake 1.15
                    609: 
                    610: 2017-05-23  moko
                    611: 
                    612:        * src/types/pa_vdouble.h: finite returned where isfinite not
                    613:          defined
                    614: 
                    615: 2017-05-22  moko
                    616: 
                    617:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                    618: 
                    619:        * buildall: extern CFLAGS setting support
                    620: 
                    621:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                    622: 
                    623:        * buildall: http -> https
                    624: 
                    625:        * buildall: gc-7.2f -> gc-7.6.0
                    626: 
                    627: 2017-05-20  moko
                    628: 
                    629:        * buildall: https, pcre, xml, xslt updated to current versions
                    630:          (related to feature #1136)
                    631: 
                    632: 2017-05-19  moko
                    633: 
                    634:        * tests/097.html: after parser.ru moved to https
                    635: 
                    636: 2017-05-17  moko
                    637: 
                    638:        * tests/results/: 175.processed, 372.processed: tests resuls
                    639:          updated after lintian spelling typos fixed (related to bug #1156)
                    640: 
                    641:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                    642:          classes/string.C, classes/table.C, main/pa_charset.C,
                    643:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                    644:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                    645:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                    646: 
                    647:        * tests/results/096.processed: +XMP
                    648: 
                    649:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                    650:          $.xmp(true) options tested (test for feature #1154)
                    651: 
                    652:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                    653:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                    654:          fetched by default! (implements feature #1154)
                    655: 
                    656: 2017-05-16  moko
                    657: 
                    658:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                    659:          allowed (related to feature #1154)
                    660: 
                    661:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    662:          initial XMP implementation - without options and transcode
                    663:          (related to feature #1154)
                    664: 
                    665: 2017-05-12  moko
                    666: 
                    667:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                    668:          image: exif moved to ffields, skipped in ^image.html[] where
                    669:          iterators now used (preparation for feature #1154)
                    670: 
                    671: 2017-05-05  moko
                    672: 
                    673:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                    674:          results/387.processed: test for circular class inheritance check
                    675:          added (related to bug #1150)
                    676: 
                    677:        * src/types/pa_vstateless_class.C: circular class inheritance check
                    678:          added (fixes endless add_derived bug #1150)
                    679: 
                    680: 2017-05-04  moko
                    681: 
                    682:        * tests/: 386.html, results/386.processed: test for
                    683:          $table.value(number) added (related to feature #1152)
                    684: 
                    685:        * src/types/pa_vtable.C: table put_element: column value must be
                    686:          string  - > column value must be string compatible to allow
                    687:          $t.value(1) (implements feature #1152)
                    688: 
                    689: 2017-05-03  moko
                    690: 
                    691:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                    692:          (related to feature #1151)
                    693: 
                    694:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                    695:          not possible, removing test (related to feature #1151)
                    696: 
                    697:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                    698:          get_element_method added and used to allow $use[$method] and
                    699:          $autouse[$method] (implements feature 1151)
                    700: 
                    701:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                    702:          variable added (related to feature #1151)
                    703: 
                    704:        * tests/results/226.processed: actualized after ^try-catch used
                    705: 
                    706:        * tests/: 226.html, 385.html, results/385.processed: test for
                    707:          @autouse in variable added
                    708: 
                    709:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                    710: 
1.114     moko      711: 2017-02-27  moko
                    712: 
                    713:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                    714: 
1.113     moko      715: 2017-02-20  moko
                    716: 
                    717:        * operators.txt: actualization + beauty
                    718: 
                    719: 2017-02-16  moko
                    720: 
                    721:        * tests/: 384.html, results/384.processed: test for
                    722:          ^reflection:mixin[; $.name[] ] option added (related to feature
                    723:          #1089)
                    724: 
                    725:        * tests/: 384.html, results/384.processed: test for
                    726:          ^reflection:mixin[] added (related to feature #1089)
                    727: 
                    728:        * src/types/pa_value.h: warning war: virtual ~Value() added
                    729: 
1.112     moko      730: 2017-02-15  moko
                    731: 
                    732:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                    733:          fixed
                    734: 
                    735:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                    736:          test added (related to feature #1069)
                    737: 
                    738:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                    739:          compilation without HASH_ORDER fixed
                    740: 
                    741:        * src/: classes/reflection.C, include/pa_hash.h:
                    742:          $.reverse(true/false) added to ^reflection:methods[] (related to
                    743:          feature #1069)
                    744: 
                    745: 2017-02-14  moko
                    746: 
                    747:        * tests/: 152.html, results/152.processed: test for $._default hash
                    748:          added (related to bug #1131)
                    749: 
                    750:        * tests/: 277.html, results/277.processed: test for hash with only
                    751:          $._default is now defined (related to bug #1131)
                    752: 
                    753:        * src/types/pa_vhash.h: hash with only $._default is now defined
                    754:          (fixed bug #1131)
                    755: 
                    756: 2017-02-13  moko
                    757: 
                    758:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                    759: 
                    760:        * tests/: 171.html, 264.html, 286.html, 370.html,
                    761:          results/320.processed, results/375.processed, results/auto.p:
                    762:          cat-windows.sh support added
                    763: 
                    764:        * tests/375.html: Windows support
                    765: 
                    766:        * tests/270.html: documented
                    767: 
                    768:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                    769:          (not backslashes) even under Windows (broke test 270)
                    770: 
                    771: 2017-02-12  moko
                    772: 
                    773:        * tests/: descript.ion, todo.txt: cleanup
                    774: 
                    775: 2017-02-09  moko
                    776: 
                    777:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                    778:          run_tests.cmd: Windows compatibility
                    779: 
                    780:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                    781:          incorrectly (GMT) if parser is called from cygwin
                    782: 
1.111     moko      783: 2017-02-08  moko
                    784: 
1.112     moko      785:        * operators.txt: actualization 15% completed
                    786: 
                    787:        * operators.txt: cp1251 -> utf-8
                    788: 
                    789:        * NEWS, README: minor update
                    790: 
                    791:        * src/include/pa_config_includes.h: warning war continues
                    792: 
                    793:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                    794:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    795:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                    796:          gcc 6.x issues fixed
                    797: 
1.111     moko      798:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    799:          classes/classes.h, classes/curl.C, classes/date.C,
                    800:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    801:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    802:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    803:          classes/memcached.C, classes/memory.C, classes/op.C,
                    804:          classes/reflection.C, classes/regex.C, classes/response.C,
                    805:          classes/string.C, classes/table.C, classes/void.C,
                    806:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    807:          include/pa_array.h, include/pa_cache_managers.h,
                    808:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                    809:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    810:          include/pa_dictionary.h, include/pa_dir.h,
                    811:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    812:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    813:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    814:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    815:          include/pa_request_charsets.h, include/pa_request_info.h,
                    816:          include/pa_sapi.h, include/pa_socks.h,
                    817:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    818:          include/pa_stack.h, include/pa_string.h,
                    819:          include/pa_stylesheet_connection.h,
                    820:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    821:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    822:          include/pa_uue.h, include/pa_xml_exception.h,
                    823:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    824:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    825:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    826:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    827:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    828:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    829:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    830:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                    831:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                    832:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                    833:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                    834:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                    835:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                    836:          main/pa_string.C, main/pa_stylesheet_connection.C,
                    837:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                    838:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    839:          main/untaint.C, sql/pa_sql_driver.h,
                    840:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    841:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                    842:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                    843:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                    844:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                    845:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                    846:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                    847:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    848:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                    849:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                    850:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                    851:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                    852:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                    853:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                    854:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                    855:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                    856:          types/pa_vmemcached.h, types/pa_vmemory.h,
                    857:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    858:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    859:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    860:          types/pa_vresponse.C, types/pa_vresponse.h,
                    861:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    862:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    863:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    864:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    865:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    866:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    867:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                    868:          2015->2017
                    869: 
1.110     moko      870: 2017-02-07  moko
                    871: 
                    872:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                    873: 
                    874: 2017-02-06  moko
                    875: 
                    876:        * src/main/pa_common.C: minor fixes, whitespace
                    877: 
                    878:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                    879:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                    880:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                    881:          now used (implements feature #1081)
                    882: 
                    883:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                    884: 
                    885: 2017-02-01  moko
                    886: 
                    887:        * src/include/pa_request.h: cleanup
                    888: 
                    889: 2017-01-30  moko
                    890: 
                    891:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                    892: 
                    893: 2017-01-29  moko
                    894: 
                    895:        * tests/: 383.html, results/383.processed: test for
                    896:          ^reflection:stack[] added (related to feature #1052)
                    897: 
                    898:        * src/classes/reflection.C: else added
                    899: 
                    900:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                    901:          $.max_file_lock_wait added (implements feature #1128)
                    902: 
                    903: 2017-01-28  moko
                    904: 
                    905:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                    906:          body and other cases tests added (related to featue #1014)
                    907: 
                    908:        * src/classes/curl.C: bug if response is empty fixed (related to
                    909:          feature #1014)
                    910: 
                    911: 2017-01-27  moko
                    912: 
                    913:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                    914:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                    915:          added (implements feature #1052)
                    916: 
                    917: 2017-01-25  moko
                    918: 
                    919:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                    920:          method test added
                    921: 
                    922: 2017-01-23  moko
                    923: 
                    924:        * src/classes/reflection.C: optimization: options->get replaced by
                    925:          hash iterator
                    926: 
                    927:        * tests/: 381.html, results/381.processed: now -> fixed date
                    928: 
                    929:        * src/main/pa_request.C: warning war
                    930: 
                    931:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                    932:          5Mb (fixes bug #1058)
                    933: 
                    934:        * src/classes/curl.C: warning war
                    935: 
                    936:        * tests/: 381.html, results/381.processed: tests for ^json:string
                    937:          $.one-line(true) option added (related to feature #1124)
                    938: 
                    939:        * src/: classes/json.C, types/pa_value.h: $json-string
                    940:          $.one-line(true|false) options is now supported (implements
                    941:          feature #1124)
                    942: 
                    943:        * tests/: 380.html, results/380.processed: test for modified
                    944:          $.max_file_size added (related to bug #1014)
                    945: 
                    946:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                    947:          load added (related to bug #1014)
                    948: 
                    949:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                    950:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                    951:          in curl / file load from disk and http, http file load rewritten
                    952:          (related to bug #1014)
                    953: 
                    954: 2017-01-18  moko
                    955: 
                    956:        * tests/: 378.html, results/378.processed: tests for ^result[]
                    957:          added (related to feature #66)
                    958: 
                    959:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                    960:          Method::CO_WITHOUT_FRAME as frame still added in expression
                    961:          (related to feature #66)
                    962: 
                    963: 2017-01-17  moko
                    964: 
                    965:        * tests/: 377.html, results/377.processed: test for different
                    966:          combinations of breaks in body and delimiter (related to bug
                    967:          #1077)
                    968: 
                    969:        * tests/: 376.html, results/376.processed: many ^break[] tests
                    970:          added (related to bug #1077)
                    971: 
                    972:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                    973:          passed to native method" exception added to avoid bugs due to
                    974:          WRITE_EXPR_RESULT skipped and native methods execution continues
                    975:          after ^break[] (related to bug #1077)
                    976: 
                    977: 2017-01-14  moko
                    978: 
                    979:        * tests/: 330.html, results/330.processed: test results updated
                    980:          after ^break[] bugs where fixed (related to bug #1077)
                    981: 
                    982:        * tests/: 329.html, results/329.processed: test results updated
                    983:          after ^break[] bugs where fixed (related to bug #1077)
                    984: 
                    985:        * tests/results/320.processed: ^return[] added
                    986: 
                    987: 2017-01-13  moko
                    988: 
                    989:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                    990:          classes/table.C, include/pa_request.h, main/execute.C,
                    991:          main/pa_request.C, targets/cgi/parser3.C,
                    992:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                    993:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                    994:          checked after each possible process/execute call (fixes bug
                    995:          #1077)
                    996: 
                    997: 2016-12-29  moko
                    998: 
                    999:        * src/main/pa_common.C: warning war
                   1000: 
                   1001:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1002:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1003:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1004:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1005:          (related to feature #1014)
                   1006: 
                   1007:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1008:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1009:          (related to feature #1014)
                   1010: 
                   1011: 2016-12-28  moko
                   1012: 
                   1013:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1014:          warning war
                   1015: 
                   1016: 2016-12-26  moko
                   1017: 
                   1018:        * tests/: 341.html, results/341.processed: test for
                   1019:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1020: 
                   1021:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1022:          (related to feature #1057)
                   1023: 
                   1024:        * src/types/pa_vdate.C: warning war continues...
                   1025: 
                   1026:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   1027:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   1028: 
                   1029:        * src/lib/gd/gifio.C: warning war / cleanup
                   1030: 
                   1031:        * src/lib/json/pa_json.C: warning war
                   1032: 
                   1033:        * src/classes/hash.C: warning war
                   1034: 
                   1035:        * src/types/pa_vfile.C: warning war
                   1036: 
                   1037:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   1038:          -Wall warning war continues
                   1039: 
                   1040:        * configure.ac: --with-build-warnings actualized
                   1041: 
                   1042: 2016-12-25  moko
                   1043: 
                   1044:        * src/main/pa_exec.C: -wAll warning war
                   1045: 
                   1046:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   1047:          -wAll warning war
                   1048: 
                   1049:        * src/: include/pa_common.h, include/pa_sapi.h,
                   1050:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   1051:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   1052:          -wAll warning war
                   1053: 
                   1054: 2016-12-23  moko
                   1055: 
                   1056:        * src/lib/ltdl/Makefile.am: extra dist added
                   1057: 
                   1058:        * tests/results/344.processed: test result updated after $file.text
                   1059:          prefetched in ^hash::create[$file] (related to feature #1075)
                   1060: 
                   1061:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   1062:          ^hash::create[$file] (related to feature #1075)
                   1063: 
                   1064: 2016-12-22  moko
                   1065: 
                   1066:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   1067:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   1068:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   1069:          #1014 under 32-bit unix versions)
                   1070: 
                   1071: 2016-12-21  moko
                   1072: 
                   1073:        * tests/: 375.html, results/375.processed: test for exec returning
                   1074:          stated file added (related to feature #1119)
                   1075: 
                   1076:        * src/classes/file.C: load should not return file with null body
                   1077:          (fixes bug #1119)
                   1078: 
                   1079: 2016-12-14  moko
                   1080: 
                   1081:        * tests/: 374.html, results/374.processed: test for $method.name
                   1082:          added (related to feature #1117) plus method returning junction
                   1083:          test
                   1084: 
                   1085: 2016-12-13  moko
                   1086: 
                   1087:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   1088:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   1089:          (implements feature #1117)
                   1090: 
                   1091:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   1092:          HEAD and TRACE can't have body (implements feature #1116)
                   1093: 
                   1094: 2016-12-09  moko
                   1095: 
                   1096:        * tests/: 373.html, results/373.processed: tests for
                   1097:          ^reflection:tainting added (related to feature #1098)
                   1098: 
                   1099:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   1100:          change (related to feature #1098)
                   1101: 
                   1102: 2016-12-06  moko
                   1103: 
                   1104:        * src/: classes/reflection.C, include/pa_string.h,
                   1105:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   1106:          feature #1098)
                   1107: 
                   1108: 2016-12-05  moko
                   1109: 
                   1110:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   1111:          (fixes bug #1114)
                   1112: 
                   1113: 2016-12-04  moko
                   1114: 
                   1115:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   1116:          check added
                   1117: 
                   1118: 2016-12-03  moko
                   1119: 
                   1120:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   1121:          to test value.as_hash() usage
                   1122: 
                   1123:        * src/classes/curl.C: value.as_hash() used for correct hash
                   1124:          processing
                   1125: 
                   1126:        * src/classes/reflection.C: exceptions texts fixes
                   1127: 
                   1128: 2016-12-02  moko
                   1129: 
                   1130:        * tests/: 372.html, results/372.processed: tests for
                   1131:          ^reflection:create[ $.class[name] $.constructor[name]
                   1132:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   1133:          feature #1094)
                   1134: 
                   1135:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   1136:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   1137:          will be called in ~VNativeMethodFrame
                   1138: 
                   1139:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   1140:          ] minor fix
                   1141: 
                   1142:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   1143:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   1144:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   1145:          now supported (implements feature #1094) value::as_hash added
                   1146:          (and should be used everywhere)
                   1147: 
                   1148:        * src/classes/reflection.C: cleanup
                   1149: 
                   1150: 2016-12-01  moko
                   1151: 
                   1152:        * tests/: 356.html, results/356.processed: test for method
                   1153:          junctions class name added to the resulting hash added (related
                   1154:          to feature #1068)
                   1155: 
                   1156:        * src/classes/reflection.C: for method junctions class name added
                   1157:          to the resulting hash (related to feature #1068)
                   1158: 
                   1159: 2016-11-30  moko
                   1160: 
                   1161:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   1162:          exception (related to bug #1113)
                   1163: 
                   1164:        * src/types/pa_vhashfile.C: whitespace
                   1165: 
                   1166:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   1167:          #1113)
                   1168: 
                   1169:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   1170:          229.processed, 239.processed, 244.processed, 246.processed,
                   1171:          314.processed, 352.processed: tests results updated after method
                   1172:          call exceptions improved as method now keeps its name
                   1173: 
                   1174:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   1175:          types/pa_vmethod_frame.h: method call exceptions improved as
                   1176:          method now keeps its name
                   1177: 
                   1178:        * tests/: 224.html, 239.html, results/224.processed,
                   1179:          results/239.processed: tests and tests results updated after
                   1180:          Request::construct exception changed
                   1181: 
                   1182:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   1183:          exception optimized
                   1184: 
                   1185:        * tests/: 371.html, results/371.processed: test for
                   1186:          WWrapper.get_element call in $.name.key[value] code added
                   1187:          (related to feature #1091)
                   1188: 
                   1189:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   1190:          in $.name.key[value] code (related to feature #1091)
                   1191: 
                   1192: 2016-11-29  moko
                   1193: 
                   1194:        * src/classes/op.C: VS warning war
                   1195: 
                   1196:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   1197:          C4239: nonstandard extension used : 'return' : conversion from
                   1198:          'Value' to 'Value &' (related to feature #1020)
                   1199: 
                   1200:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   1201:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   1202:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   1203:          to feature #1020)
                   1204: 
                   1205:        * src/main/execute.C: VS warning war
                   1206: 
                   1207:        * src/targets/cgi/parser3.C: VS compatibility fix
                   1208: 
                   1209:        * src/include/pa_request.h: VS warning war
                   1210: 
                   1211:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   1212:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   1213: 
                   1214:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   1215:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   1216:          $.stdin[$binary_file] (fixes bug #1044)
                   1217: 
                   1218: 2016-11-28  moko
                   1219: 
                   1220:        * src/main/pa_exec.C: whitespace
                   1221: 
                   1222:        * src/main/pa_request.C: whitespace
                   1223: 
                   1224:        * tests/: 369.html, results/369.processed: test for
                   1225:          $response:status usage added (related to feature #1099)
                   1226: 
                   1227:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   1228:          if < 100 (implements feature #1099)
                   1229: 
                   1230:        * src/targets/cgi/parser3.C: whitespace
                   1231: 
                   1232:        * src/targets/cgi/parser3.C: whitespace
                   1233: 
                   1234:        * tests/: 368.html, results/368.processed: test updated after
                   1235:          ^reflection:filename[$method] added (related to feature #1053)
                   1236: 
                   1237:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   1238:          main/compile.y, main/execute.C, main/pa_request.C,
                   1239:          types/pa_vclass.h: filename -> filespec,
                   1240:          ^reflection:filename[$method] added (related to feature #1053)
                   1241: 
                   1242: 2016-11-27  moko
                   1243: 
                   1244:        * tests/: 368.html, results/368.processed: test for
                   1245:          reflection:filename[$class or object] added (related to feature
                   1246:          #1053)
                   1247: 
                   1248:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   1249:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   1250:          object] added (implements feature #1053)
                   1251: 
                   1252: 2016-11-26  moko
                   1253: 
                   1254:        * src/: include/pa_request_info.h,
                   1255:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1256:          remove_absolute_uri -> strip_absolute_uri
                   1257: 
                   1258: 2016-11-25  moko
                   1259: 
                   1260:        * src/: include/pa_request_info.h,
                   1261:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   1262:          request_info.remove_absolute_uri added to remove possible
                   1263:          http://site.name/ from $request:uri (implements feature #1112)
                   1264: 
                   1265: 2016-11-24  moko
                   1266: 
                   1267:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   1268:          previous request headers clearing after redirect added (related
                   1269:          to bug #1109)
                   1270: 
                   1271:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   1272:          response headers from previous requests are now cleared, only
                   1273:          last request headers are collected (fixes bug #1109)
                   1274: 
                   1275:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   1276:          tests results updated as method name now added to the resulting
                   1277:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1278:          feature #1068)
                   1279: 
                   1280:        * src/classes/reflection.C: method name now added to the resulting
                   1281:          hash for new syntax only (Imp1 compatimility fixed, related to
                   1282:          feature #1068)
                   1283: 
                   1284:        * tests/results/366.processed: test for native and parser
                   1285:          implementation of ^use[] logic (related to feature #1074)
                   1286: 
                   1287:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   1288:          for native and parser implementation of ^use[] logic (related to
                   1289:          feature #1074)
                   1290: 
                   1291: 2016-11-23  moko
                   1292: 
                   1293:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1294:          main/pa_request.C: @USE file now implemented as ^use[file;
                   1295:          $.origin[origin_file] ] (implements feature #1074)
                   1296: 
1.109     moko     1297: 2016-11-21  moko
                   1298: 
1.110     moko     1299:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   1300:          3.4.4 and $caller.method now tested (related to feature #1110)
                   1301: 
                   1302:        * tests/: 364.html, results/364.processed: $caller usage in
                   1303:          different contexts now tested (related to feature #1110)
                   1304: 
                   1305:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   1306: 
                   1307:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   1308: 
1.109     moko     1309:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   1310:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   1311:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   1312:          used (implements feature #1110)
                   1313: 
                   1314: 2016-11-20  moko
                   1315: 
                   1316:        * src/types/pa_vdouble.h: whitespace
                   1317: 
                   1318: 2016-11-11  moko
                   1319: 
                   1320:        * tests/: 363.html, results/363.processed: more tests for feature
                   1321:          #1091 (how parser methods work in expression context)
                   1322: 
                   1323:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   1324:          expressions strings are now written as strings, not values by
                   1325:          write_as_string (related to feature #1091)
                   1326: 
                   1327:        * src/classes/op.C: to make more correct behavour in expression
                   1328:          context
                   1329: 
                   1330: 2016-11-07  moko
                   1331: 
                   1332:        * tests/: 362.html, results/362.processed: test for
                   1333:          xsltParseStylesheetDoc caching as xsl modification after it added
                   1334:          (related to bug #1108)
                   1335: 
                   1336:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   1337:          result now cached as xdoc is modified after it (fixes bug #1108)
                   1338: 
                   1339: 2016-11-06  moko
                   1340: 
                   1341:        * src/types/pa_vxdoc.h: whitespace
                   1342: 
                   1343: 2016-11-05  moko
                   1344: 
                   1345:        * src/types/pa_vmethod_frame.h: cleanup
                   1346: 
                   1347: 2016-11-03  moko
                   1348: 
                   1349:        * tests/results/244.processed: more correct exception after method
                   1350:          frames separation
                   1351: 
                   1352:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   1353: 
                   1354:        * src/types/pa_method.h: optimization: params_count added
                   1355: 
                   1356:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   1357:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   1358:          types/pa_value.C, types/pa_vmethod_frame.C,
                   1359:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   1360:          VMethodFrame now divided into VNativeMethodFrame,
                   1361:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   1362:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   1363:          and used (related to feature #1104)
                   1364: 
                   1365: 2016-11-02  moko
                   1366: 
                   1367:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   1368:          classes/double.C, classes/file.C, classes/hash.C,
                   1369:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1370:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1371:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   1372:          classes/regex.C, classes/string.C, classes/table.C,
                   1373:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   1374:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   1375:          r.write (implements feature #1091)
                   1376: 
                   1377:        * src/main/execute.C: cleanup (related to feature #1104)
                   1378: 
                   1379:        * src/: include/pa_request.h, main/execute.C,
                   1380:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   1381:          added, in_expression removed (implements feature #1104)
                   1382: 
                   1383: 2016-10-31  moko
                   1384: 
                   1385:        * src/types/pa_value.C: whitespace
                   1386: 
                   1387: 2016-10-28  moko
                   1388: 
                   1389:        * tests/results/244.processed: updated after error reporting fixed
                   1390:          in pa_wcontext.C
                   1391: 
                   1392:        * src/types/pa_wcontext.C: error reporting fixed
                   1393: 
                   1394:        * src/types/pa_wcontext.h: whitespace
                   1395: 
                   1396:        * src/classes/image.C: not fully readed entries are no longer
                   1397:          processed (fixes bug #1106)
                   1398: 
                   1399: 2016-10-26  moko
                   1400: 
                   1401:        * src/classes/image.C: whitespace
                   1402: 
                   1403:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   1404:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   1405:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   1406:          longer required (related to feature #1091)
                   1407: 
                   1408:        * tests/results/: 264.processed, 350.processed: test results update
                   1409:          reverted (whitespace optimization) after write_no_lang removed :)
                   1410:          (related to feature #1091)
                   1411: 
                   1412:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   1413:          classes/string.C, classes/table.C, classes/void.C,
                   1414:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   1415:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   1416:          equal write_pass_lang (related to feature #1091)
                   1417: 
                   1418:        * tests/results/: 264.processed, 350.processed: test results
                   1419:          updated (whitespace optimization) after write_assign_lang removed
                   1420:          (related to feature #1091)
                   1421: 
                   1422:        * tests/: 361.html, results/361.processed: test for non-string
                   1423:          ^untaint added (related to feature #1091)
                   1424: 
                   1425:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   1426:          classes/hash.C, classes/op.C, classes/string.C,
                   1427:          include/pa_request.h, main/execute.C: optimization:
                   1428:          write_assign_lang removed as not required (first part of feature
                   1429:          #1091 implementation)
                   1430: 
1.108     moko     1431: 2016-10-12  moko
                   1432: 
                   1433:        * tests/: 360.html, results/360.processed: more test code (related
                   1434:          to feature #1104)
                   1435: 
                   1436:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   1437:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   1438:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   1439:          WContext is next task (implements feature #1104)
                   1440: 
                   1441:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   1442:          / CO_WITHOUT_WCONTEXT
                   1443: 
                   1444:        * tests/: 360.html, results/360.processed: test for in expression
                   1445:          state (related to feature #1104)
                   1446: 
                   1447: 2016-10-11  moko
                   1448: 
                   1449:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   1450: 
                   1451:        * src/classes/op.C: default value removed from initializer
                   1452: 
                   1453:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   1454: 
                   1455:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   1456: 
                   1457: 2016-10-10  moko
                   1458: 
                   1459:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   1460:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   1461:          to feature #42)
                   1462: 
                   1463:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   1464:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   1465: 
                   1466: 2016-10-08  moko
                   1467: 
                   1468:        * src/classes/double.C: whitespace
                   1469: 
                   1470: 2016-10-07  moko
                   1471: 
                   1472:        * src/types/pa_vmethod_frame.h: reorder
                   1473: 
                   1474: 2016-10-06  moko
                   1475: 
                   1476:        * src/classes/date.C: typo
                   1477: 
                   1478:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   1479: 
                   1480:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1481:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   1482:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   1483:          Value*
                   1484: 
                   1485:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   1486: 
                   1487:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   1488:          removed; first as_* code rewrite
                   1489: 
                   1490: 2016-10-05  moko
                   1491: 
                   1492:        * src/include/pa_request.h: whitespace
                   1493: 
                   1494:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   1495:          intercept_string added (related to feature #1097)
                   1496: 
                   1497:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   1498:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1499:          optimization: intercept_string removed (implements feature #1097)
                   1500: 
                   1501:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   1502: 
                   1503:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   1504:          from VCodeFrame and WWrapper as not required
                   1505: 
                   1506: 2016-10-04  moko
                   1507: 
                   1508:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   1509:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   1510:          classes/int.C, classes/json.C, classes/op.C,
                   1511:          classes/reflection.C, classes/string.C, classes/table.C,
                   1512:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   1513:          proces_to_value -> process after StringOrValue removed (related
                   1514:          to feature #1020)
                   1515: 
                   1516:        * src/classes/form.C: whitespace
                   1517: 
                   1518:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   1519: 
                   1520:        * tests/: 357.html, 358.html, results/357.processed,
                   1521:          results/358.processed, results/auto.p: test for @conf
                   1522:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   1523: 
                   1524: 2016-10-03  moko
                   1525: 
                   1526:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   1527:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   1528:          supported (implements feature #42)
                   1529: 
                   1530:        * src/types/pa_vregex.h: no reason for VRegex to be
                   1531:          is_evaluated_expr
                   1532: 
                   1533:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   1534:          (implements feature #1095)
                   1535: 
                   1536: 2016-10-01  moko
                   1537: 
                   1538:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   1539:          false by default (related to feature #1089)
                   1540: 
                   1541: 2016-09-30  moko
                   1542: 
                   1543:        * src/types/pa_wcontext.h: cleanup
                   1544: 
                   1545: 2016-09-29  moko
                   1546: 
                   1547:        * src/main/execute.C: whitespace
                   1548: 
                   1549:        * src/include/pa_request.h: whitespace
                   1550: 
                   1551:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   1552:          classes/op.C, classes/table.C, include/pa_request.h,
                   1553:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   1554:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   1555:          StringOrValue removed as it just slows down and adds complexity
                   1556:          (implements feature #1020)
                   1557: 
                   1558: 2016-09-28  moko
                   1559: 
                   1560:        * tests/: 356.html, results/266.processed, results/321.processed,
                   1561:          results/356.processed: tests updated after name was added to
                   1562:          method_info hash, test for ^reflection:method_info[junction]
                   1563:          added (related to feature #1068)
                   1564: 
                   1565:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   1566:          supported, method name added to the resulting hash (implements
                   1567:          feature #1068)
                   1568: 
                   1569:        * tests/: 276.html, results/276.processed: more tests for
                   1570:          ^reflection:delete[]
                   1571: 
                   1572:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   1573:          didn't work on class and could damage native objects (like file)
                   1574: 
                   1575: 2016-09-26  moko
                   1576: 
                   1577:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   1578:          results/345.processed, results/346-curl.processed,
                   1579:          results/347-curl.processed, results/348.processed: numbers added
                   1580:          to simplify diff analysis
                   1581: 
                   1582:        * tests/: 352.html, results/352.processed: test result updated as
                   1583:          method name used
                   1584: 
                   1585:        * src/classes/reflection.C: method name used
                   1586: 
                   1587:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   1588:          its name
                   1589: 
                   1590:        * src/types/pa_method.h: whitespace
                   1591: 
                   1592:        * src/classes/reflection.C: both method and field with one name can
                   1593:          exist.
                   1594: 
                   1595:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   1596:          feature #1089)
                   1597: 
                   1598:        * tests/: 355.html, results/355.processed: property appears in
                   1599:          derived class if added in base test added
                   1600: 
                   1601:        * src/types/pa_vstateless_class.h: get_method declaration +
                   1602:          whitespace
                   1603: 
                   1604:        * tests/: 354.html, results/354.processed: nice test from method
                   1605:          and property with one name in class added
                   1606: 
                   1607: 2016-09-23  moko
                   1608: 
                   1609:        * src/classes/reflection.C: ^reflection:method usage documented
                   1610: 
                   1611: 2016-09-22  moko
                   1612: 
                   1613:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   1614:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   1615:          compile warning and GPF occures on VS2003 (related to feature
                   1616:          #1087)
                   1617: 
                   1618:        * tests/: 350.html, results/350.processed: test added for
                   1619:          $.encloser[] support in ^table::create (related to feature #11)
                   1620: 
                   1621:        * src/classes/table.C: another minor fix (related to feature #11)
                   1622: 
1.107     moko     1623: 2016-09-21  moko
                   1624: 
                   1625:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   1626: 
                   1627:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1628:          classes/json.C, classes/string.C, classes/table.C,
                   1629:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1630:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1631:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   1632:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   1633:          pa_charsets, vs2015 warning war
                   1634: 
                   1635:        * src/classes/table.C: vs2015 warning war
                   1636: 
                   1637:        * src/types/pa_vdate.C: vs2015 warning war
                   1638: 
                   1639:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   1640: 
                   1641:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   1642:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   1643: 
                   1644:        * src/main/pa_common.C: vs2015 compilation fixes
                   1645: 
                   1646:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   1647:          vs2015 compilation fixes
                   1648: 
                   1649:        * src/main/pa_charset.C: vs2015 warning war
                   1650: 
                   1651:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   1652: 
                   1653:        * src/main/pa_charset.C: vs2015 warning war
                   1654: 
                   1655:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   1656: 
                   1657:        * src/types/pa_vdate.C: vs2015 compilation fix
                   1658: 
                   1659:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   1660: 
                   1661:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   1662:          VS2015 compilation fixes
                   1663: 
                   1664:        * src/classes/table.C: minor fix (related to feature #11)
                   1665: 
                   1666:        * tests/results/282.processed: no longer skipping extra enclosers
                   1667:          (related to feature #11)
                   1668: 
                   1669:        * src/classes/table.C: minor fix + no longer skipping extra
                   1670:          enclosers (related to feature #11)
                   1671: 
                   1672:        * src/classes/table.C: minor optimization (related to feature #11)
                   1673: 
                   1674:        * src/classes/table.C: minor fix and optimization (related to
                   1675:          feature #11)
                   1676: 
                   1677: 2016-09-20  moko
                   1678: 
                   1679:        * tests/: 353.html, results/353.processed: test for
                   1680:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   1681:          added (related to bug #1090)
                   1682: 
                   1683:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   1684:          one_big_piece (fixes bug #1090)
                   1685: 
                   1686:        * tests/: 229.html, results/229.processed: code coverage tests
                   1687: 
                   1688:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   1689:          body) was called
                   1690: 
                   1691:        * src/classes/op.C: whitespace
                   1692: 
                   1693:        * tests/: 323.html, results/323.processed: test for code junction
                   1694:          should not be returned by ^reflection:class, ^reflection:base
                   1695: 
                   1696:        * src/classes/reflection.C: bugfix: code junction should not be
                   1697:          returned by ^reflection:class, ^reflection:base
                   1698: 
                   1699:        * tests/: 323.html, 352.html, results/352.processed: no more
                   1700:          exception for ^reflection:method[class;no-such-method] (related
                   1701:          to feature #1087)
                   1702: 
                   1703:        * src/classes/reflection.C:
                   1704:          ^reflection:method[class;no-such-method] : exception -> void
                   1705:          (related to feature #1087)
                   1706: 
                   1707:        * src/include/pa_request.h: request::write_value added to allow
                   1708:          write value without convertion (related to issue #1091)
                   1709: 
                   1710: 2016-09-19  moko
                   1711: 
                   1712:        * src/main/pa_random.C: windows build fix
                   1713: 
                   1714:        * src/types/pa_vhash.h: warning war
                   1715: 
                   1716: 2016-09-14  moko
                   1717: 
                   1718:        * tests/: 352.html, 552.html, results/352.processed,
                   1719:          results/552.processed: test for ^reflection:method[] extension
                   1720:          added (related to feature #1087)
                   1721: 
                   1722:        * tests/: 552.html, results/552.processed: test for
                   1723:          ^reflection:method[] extension added (related to feature #1087)
                   1724: 
                   1725:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   1726:          dynamic_cast check added (related to feature #1087)
                   1727: 
                   1728:        * tests/: 351.html, results/351.processed: test for @auto[]
                   1729:          inheritance bug diring ^process[] added (related to bug #1088)
                   1730: 
                   1731:        * src/: classes/op.C, main/pa_request.C,
                   1732:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   1733:          disable it inheritance during ^process (fixes bug #1088)
                   1734: 
                   1735:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   1736:          added (implements feature #1087)
                   1737: 
                   1738: 2016-09-13  moko
                   1739: 
                   1740:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   1741:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   1742:          to feature #1086)
                   1743: 
                   1744:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   1745:          types/pa_vobject.C: objects now are not class instances, but have
                   1746:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   1747:          in @conf (implements feature #1086)
                   1748: 
                   1749: 2016-09-08  moko
                   1750: 
                   1751:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   1752:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   1753:          include/pa_string.h: cleanup: string::split limit argument
                   1754:          removed as no longer required, pos_after no longer reference
                   1755:          (related to feature #11)
                   1756: 
                   1757:        * src/classes/table.C, tests/results/348.processed: now exception
                   1758:          is rised when invalid option is passed to ^table::create[]
                   1759: 
                   1760:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   1761:          coverage tests
                   1762: 
                   1763:        * tests/: 348.html, results/348.processed: code coverage tests
                   1764:          added
                   1765: 
                   1766:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   1767:          tests
                   1768: 
                   1769:        * tests/: 035.html, results/035.processed, results/272.processed:
                   1770:          tests updated after $.encloser[] support for ^table::create
                   1771:          implementation (related to feature #11)
                   1772: 
                   1773:        * src/classes/table.C: $.encloser[] support for ^table::create
                   1774:          finally added (implements feature #11)
                   1775: 
                   1776: 2016-09-07  moko
                   1777: 
                   1778:        * src/include/pa_string.h: added StringSplitHelper as friend
                   1779:          (related to feature #11)
                   1780: 
                   1781:        * src/include/pa_string.h: body and langs now protected, not
                   1782:          private to allow inheritance (related to feature #11)
                   1783: 
                   1784:        * src/classes/table.C: lsplit optimized before cloning for
                   1785:          ^table::create with $.encloser[] (related to feature #11)
                   1786: 
                   1787:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   1788:          added and used (related to feature #11)
                   1789: 
                   1790:        * src/classes/table.C: spelling:
                   1791: 
                   1792:          TableSeparators -> TableControlChars column -> separator
                   1793:          separators -> control_chars
                   1794: 
                   1795: 2016-09-06  moko
                   1796: 
                   1797:        * src/main/pa_string.C: whitespace
                   1798: 
                   1799:        * src/main/pa_string.C: whitespace
                   1800: 
                   1801: 2016-09-01  moko
                   1802: 
                   1803:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   1804:          results OS-independent
                   1805: 
                   1806:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   1807:          compiler (related to feature #1042)
                   1808: 
                   1809: 2016-08-15  moko
                   1810: 
                   1811:        * src/include/pa_string.h: whitespace
                   1812: 
                   1813:        * src/classes/table.C: whitespace
                   1814: 
1.106     moko     1815: 2016-08-05  moko
                   1816: 
                   1817:        * tests/: 344.html, results/344.processed: test for
                   1818:          ^hash::create[$file] added (related to feature #1075)
                   1819: 
                   1820:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   1821:          supported (implements feature #1075)
                   1822: 
                   1823: 2016-08-04  moko
                   1824: 
                   1825:        * tests/: 341.html, results/341.processed: more code coverage tests
                   1826: 
                   1827:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1828:          coverage tests for curl
                   1829: 
                   1830:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   1831:          coverage tests for curl
                   1832: 
                   1833:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   1834:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   1835:          test added
                   1836: 
                   1837:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   1838:          coverage tests for curl
                   1839: 
                   1840: 2016-08-03  moko
                   1841: 
                   1842:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   1843:          until it will be loaded, allowing to find existing library.
                   1844: 
                   1845:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   1846:          results/347-curl.processed: more code coverage tests for curl
                   1847: 
                   1848:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   1849:          results/339-curl.processed, results/346-curl.processed: curl
                   1850:          functionality tests
                   1851: 
                   1852: 2016-08-02  moko
                   1853: 
                   1854:        * tests/: 339.html, results/339.processed: test for tables in
                   1855:          ^file:load[] and ^curl:load[] (commented) added (related to
                   1856:          feature #1042)
                   1857: 
                   1858:        * tests/: 345.html, results/345.processed: code coverage tests for
                   1859:          file class
                   1860: 
                   1861:        * tests/: 344.html, results/344.processed: code coverage tests
                   1862: 
                   1863:        * tests/: 344.html, results/344.processed: mdate removed from
                   1864:          output
                   1865: 
                   1866:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   1867:          fcontent.is_text_mode() if not set (related to feature #1061)
                   1868: 
                   1869:        * tests/: 344.html, results/344.processed: more tests
                   1870: 
                   1871:        * tests/: 343.html, 344.html, results/343.processed,
                   1872:          results/344.processed: tests for ^file::create[ $.from-charset
                   1873:          and $.to-charset ] (related to feature #1061)
                   1874: 
                   1875:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1876:          aset_text_mode argument optimized
                   1877: 
                   1878:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1879:          checkBOM now used in detect_binary_content (related to feature
                   1880:          #1061)
                   1881: 
                   1882:        * src/main/pa_request.C: load_charset no longer required to_upper
                   1883: 
                   1884:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   1885:          preserves original file mode (if no $.mode specified)
                   1886: 
                   1887:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   1888:          ^file::create now supports $.from-charset[] and $.to-charset
                   1889:          options (implements feature #1061), automatic transcode is done
                   1890:          if text file is created from binary file and charset is detected.
                   1891: 
                   1892: 2016-07-30  moko
                   1893: 
                   1894:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   1895:          feature #1057)
                   1896: 
                   1897:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   1898:          added (related to feature #1057)
                   1899: 
                   1900:        * tests/: 286.html, results/286.processed: code tests coverage
                   1901: 
                   1902: 2016-07-29  moko
                   1903: 
                   1904:        * src/classes/table.C: table size should be checked inside menu and
                   1905:          foreach (related to feature #858)
                   1906: 
                   1907:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   1908:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   1909:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   1910:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   1911:          charsets.get now does str_upper inside (related to feature #1061)
                   1912: 
                   1913:        * tests/: 342.html, results/342.processed: more code coverage tests
                   1914: 
                   1915:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   1916:          + foreach test added (related to feature #858)
                   1917: 
                   1918:        * tests/: 341.html, results/341.processed: tests for
                   1919:          ^table.hash[]{code} added + code coverage tests (related to
                   1920:          feature #1057)
                   1921: 
                   1922:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   1923:          value} support (implements feature #1057)
                   1924: 
                   1925:        * src/classes/table.C: whitespace
                   1926: 
                   1927: 2016-07-28  moko
                   1928: 
                   1929:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   1930:          from URL, if not specified query string removed from url-based
                   1931:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   1932:          #1042)
                   1933: 
                   1934: 2016-07-27  moko
                   1935: 
                   1936:        * tests/: 340.html, results/340.processed: test for
                   1937:          transcode_text_result=false added (related to issue #1042)
                   1938: 
                   1939: 2016-07-26  moko
                   1940: 
                   1941:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   1942:          is folder and ends with /) (related to feature #1042)
                   1943: 
                   1944:        * src/main/pa_http.C: whitespace optimizaion
                   1945: 
                   1946:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1947:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   1948:          multiple headers, ^file::load supports headers transcoding
                   1949:          (implements feature #1042)
                   1950: 
                   1951: 2016-07-25  moko
                   1952: 
                   1953:        * src/include/pa_common.h: PA_DEFAULT added
                   1954: 
                   1955: 2016-07-22  moko
                   1956: 
                   1957:        * tests/: 338.html, results/338.processed: test for
                   1958:          $date.field(value) added (related to feature #1066)
                   1959: 
                   1960:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   1961:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   1962:          feature #1066)
                   1963: 
1.105     moko     1964: 2016-07-21  moko
                   1965: 
                   1966:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   1967:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   1968:          arguments removed; image.C - absolute path shown in exception
                   1969:          (implements feature #1071)
                   1970: 
                   1971:        * tests/: 235.html, results/235.processed: test and test result
                   1972:          updated after static boundary in mail and Errors-To: mail header
                   1973:          removed (related to feature #1047)
                   1974: 
                   1975:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   1976:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   1977:          used, static boundary in mail removed, Errors-To: mail header
                   1978:          removed (implements feature #1047)
                   1979: 
                   1980: 2016-07-20  moko
                   1981: 
                   1982:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1983:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   1984:          issue #1051)
                   1985: 
                   1986:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   1987:          request.classes(): Value -> VStateless_class, part 2 (related to
                   1988:          issue #1051)
                   1989: 
                   1990:        * tests/results/: 224.processed, 323.processed: classes without
                   1991:          methods should not be methoded (related to issue #1051)
                   1992: 
                   1993:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   1994:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   1995:          -> VStateless_class, part 1 (related to issue #1051)
                   1996: 
                   1997:        * tests/: 337.html, results/337.processed: test for
                   1998:          ^reflection:fields_reference[] and VHashReference class added
                   1999:          (related to feature #1072)
                   2000: 
                   2001:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2002:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2003:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2004:          implementation (closes feature #1072)
                   2005: 
                   2006: 2016-07-19  moko
                   2007: 
                   2008:        * tests/: 323.html, results/323.processed: we want to see
                   2009:          "methoded"
                   2010: 
                   2011:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2012:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2013:          #1059)
                   2014: 
                   2015:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2016:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2017:          somebody_entered_some_class, $BASE:property works again,
                   2018:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2019: 
                   2020: 2016-07-14  moko
                   2021: 
                   2022:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2023:          added
                   2024: 
                   2025:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   2026:          feature: ^hash.contains[_default] added (implements feature
                   2027:          #1055)
                   2028: 
                   2029: 2016-07-13  moko
                   2030: 
                   2031:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   2032:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   2033: 
                   2034: 2016-07-05  moko
                   2035: 
                   2036:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   2037:          in ^hash.foreach (related to feature #1073)
                   2038: 
                   2039: 2016-07-04  moko
                   2040: 
                   2041:        * tests/: 134.html, 281.html, results/134.processed,
                   2042:          results/281.processed: tests updated after hash blocking removed
                   2043:          (related to feature #1073)
                   2044: 
                   2045:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   2046:          no longer blocks on change during foreach (implements feature
                   2047:          #1073)
                   2048: 
                   2049: 2016-06-17  moko
                   2050: 
                   2051:        * tests/: 330.html, results/330.processed: try exception source
                   2052:          test added (related to bug in #1062)
                   2053: 
                   2054:        * tests/: 334.html, results/334.processed: Exception stack trace
                   2055:          test added (related to bug in $1062)
                   2056: 
                   2057:        * src/classes/op.C: Exception trace now correctly restored and
                   2058:          errors reported (related to bug #1062)
                   2059: 
1.104     moko     2060: 2016-05-25  moko
                   2061: 
                   2062:        * src/main/compile.y: minor cleanup + beauty
                   2063: 
                   2064: 2016-05-24  moko
                   2065: 
                   2066:        * tests/: 333.html, results/333.processed: more exceptions testing
                   2067: 
                   2068:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   2069:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   2070:          features #1056, #1026)
                   2071: 
                   2072:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   2073:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   2074:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   2075:          (implements feature #1056)
                   2076: 
                   2077:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2078:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   2079:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   2080:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   2081:          feature #1026)
                   2082: 
                   2083:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   2084:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   2085:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   2086:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   2087:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   2088:          feature #1026)
                   2089: 
                   2090:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   2091:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   2092:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   2093:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   2094: 
                   2095:        * src/main/main.vcproj: + ps_symbols
                   2096: 
                   2097:        * src/: include/Makefile.am, include/pa_string.h,
                   2098:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   2099:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   2100:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2101:          types/pa_vstateless_class.C: initial implementation for symbols
                   2102:          cache (related to feature #1026)
                   2103: 
                   2104:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   2105: 
                   2106:        * src/main/pa_globals.C: minor cleanup
                   2107: 
                   2108: 2016-05-19  moko
                   2109: 
                   2110:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   2111:          (related to feature #1046)
                   2112: 
                   2113:        * tests/: 331.html, results/331.processed: test for
                   2114:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   2115:          (related to feature #1051)
                   2116: 
                   2117:        * src/main/compile.y:
                   2118:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   2119:          (implements feature #1054)
                   2120: 
                   2121: 2016-05-18  moko
                   2122: 
                   2123:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   2124:          "column not found" exception for ^table.no-such-method[] (related
                   2125:          to feature #1046)
                   2126: 
                   2127:        * tests/: 261.html, results/261.processed: test added and updated
                   2128:          after feature #1046 implementation
                   2129: 
                   2130:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   2131:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   2132:          ^string.contains added for hash compatibility, $string.method no
                   2133:          longer returns stting method (implements feature #1046)
                   2134: 
                   2135: 2016-05-12  moko
                   2136: 
                   2137:        * src/classes/curl.C: content-type response header no longer
                   2138:          ignored (fixes issue #1045)
                   2139: 
                   2140:        * tests/: 330.html, results/330.processed: test for incomplete
                   2141:          finally execution when break occures added (related to issue
                   2142:          #1077)
                   2143: 
                   2144:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   2145:          executing catch and finally code (fixes issue #1062)
                   2146: 
                   2147: 2016-05-11  moko
                   2148: 
                   2149:        * tests/: 329.html, results/329.processed: test for invalid
                   2150:          ^break[] behavour added (bug #1077)
                   2151: 
                   2152:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   2153: 
                   2154: 2016-04-24  moko
                   2155: 
                   2156:        * src/types/pa_vstateless_class.h: warning war
                   2157: 
                   2158: 2016-04-17  moko
                   2159: 
                   2160:        * tests/: 328.html, results/328.processed: test for
                   2161:          ^break(condition) and ^continue(condition) (related to feature
                   2162:          #1063)
                   2163: 
                   2164:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   2165:          implemented (feature #1063)
                   2166: 
                   2167: 2016-04-12  moko
                   2168: 
                   2169:        * tests/results/280.processed: ordered hash now used for class
                   2170:          methods and properties (test results updated for feature #1069)
                   2171: 
                   2172:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   2173:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   2174:          failed (related to issue #1051)
                   2175: 
                   2176:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   2177:          are printed to check inheritance (related to feature #1051)
                   2178: 
1.103     moko     2179: 2016-04-09  moko
                   2180: 
                   2181:        * tests/results/320.processed: ordered hash now used for class
                   2182:          methods and properties (test results updated for feature #1069)
                   2183: 
                   2184:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   2185:          methods and properties (implements feature #1069)
                   2186: 
                   2187:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   2188:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   2189:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   2190:          feature #1051)
                   2191: 
                   2192: 2016-04-07  moko
                   2193: 
                   2194:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   2195:          (related to feature #1051)
                   2196: 
                   2197:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   2198:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   2199:          string constants deduplication (related to feature #1051)
                   2200: 
                   2201:        * tests/results/224.processed: test result updated (related to
                   2202:          feature #1051)
                   2203: 
                   2204:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   2205:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   2206:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   2207:          types/pa_vstatus.h: classes hash now contains only
                   2208:          VStateless_class derived objects, .CLASS is also allways
                   2209:          VStateless_class derived object (related to feature #1051).
                   2210: 
                   2211: 2016-04-06  moko
                   2212: 
                   2213:        * tests/results/323.processed: test result updated after feature
                   2214:          #1051 implementation
                   2215: 
                   2216:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   2217:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2218:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   2219:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   2220:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2221:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   2222:          classes, type() moved from VStateless_class to VClass and
                   2223:          Methoded (implements feature #1051)
                   2224: 
                   2225: 2016-04-04  moko
                   2226: 
                   2227:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   2228:          beauty: put_class added (related to feature #1051)
                   2229: 
                   2230: 2016-04-01  moko
                   2231: 
                   2232:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2233:          229.processed, 244.processed, 246.processed, 316.processed: test
                   2234:          results updated as class.type() removed from error messages, only
                   2235:          type() left (related to feature #1051)
                   2236: 
                   2237:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   2238:          classes/op.C, classes/reflection.C, main/compile.y,
                   2239:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   2240:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   2241:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   2242:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   2243:          from VStateless_class, type() is used instead (related to feature
                   2244:          #1051)
                   2245: 
                   2246:        * src/classes/mail.C: old logic restored.
                   2247: 
                   2248:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2249:          classes/classes.h, classes/curl.C, classes/date.C,
                   2250:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2251:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2252:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2253:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   2254:          classes/regex.C, classes/response.C, classes/string.C,
                   2255:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   2256:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   2257:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   2258:          feature #1051)
                   2259: 
                   2260: 2016-03-30  moko
                   2261: 
                   2262:        * tests/: 327.html, results/224.processed, results/327.processed:
                   2263:          test for TZ specification in ^date::create[], TZ is kept during
                   2264:          ^date::create[$dt] (related to feature #1048)
                   2265: 
                   2266:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   2267:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   2268:          feature #1048)
                   2269: 
                   2270: 2016-03-29  moko
                   2271: 
                   2272:        * tests/: 315.html, results/315.processed: test for timezone format
                   2273:          +HHmm added (related to feature #1065)
                   2274: 
                   2275:        * src/classes/date.C: timezone format +HHmm now supported
                   2276:          (implements feature #1065)
                   2277: 
                   2278: 2016-03-28  moko
                   2279: 
                   2280:        * tests/: 202.html, results/131.processed, results/202.processed,
                   2281:          results/224.processed, results/256.processed,
                   2282:          results/315.processed: test results updated after %.2d now
                   2283:          default for hours offset in iso-string (was %2d), test for
                   2284:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2285:          added (related to feature #1065)
                   2286: 
                   2287: 2016-03-27  moko
                   2288: 
                   2289:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   2290:          feature #1065)
                   2291: 
                   2292:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2293:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   2294:          added (implements feature #1065)
                   2295: 
                   2296: 2016-03-24  moko
                   2297: 
                   2298:        * tests/: 202.html, results/202.processed: test $date.week added
                   2299:          (related to bug #1067)
                   2300: 
                   2301:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   2302:          date (fix for bug #1067)
                   2303: 
                   2304: 2016-03-10  moko
                   2305: 
                   2306:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   2307: 
1.102     moko     2308: 2015-12-07  moko
                   2309: 
                   2310:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   2311:          .CLASS_NAME optimization added (related to feature #844)
                   2312: 
                   2313: 2015-11-17  moko
                   2314: 
                   2315:        * tests/: 323.html, results/323.processed: order added
                   2316: 
                   2317:        * tests/: 325.html, results/325.processed: double range test added
                   2318:          (related to bug #1049)
                   2319: 
                   2320: 2015-11-16  moko
                   2321: 
                   2322:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   2323:          added to disallow NaN and Infinity (fixes bug #1049)
                   2324: 
                   2325: 2015-11-11  moko
                   2326: 
                   2327:        * tests/324.html: parser 3.4.3 execution support added (related to
                   2328:          feature #1017)
                   2329: 
                   2330:        * tests/: 324.html, results/324.processed: test for
                   2331:          GET_ELEMENT4CALL feature added (feature #1017)
                   2332: 
1.101     moko     2333: 2015-10-29  moko
                   2334: 
                   2335:        * operators.txt: updated for 3.4.4
                   2336: 
                   2337:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   2338: 
                   2339:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   2340:          (related to bug #1043)
                   2341: 
                   2342: 2015-10-28  moko
                   2343: 
                   2344:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   2345:          hangup during ^file::exec (fixes bug #1043)
                   2346: 
1.100     moko     2347: 2015-10-27  moko
                   2348: 
                   2349:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   2350: 
1.99      moko     2351: 2015-10-26  moko
                   2352: 
1.100     moko     2353:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   2354:          (related to issue #1041)
                   2355: 
                   2356:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   2357:          Copyright year updated
                   2358: 
1.99      moko     2359:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   2360:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   2361:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   2362:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   2363:          classes/mail.C, classes/math.C, classes/memcached.C,
                   2364:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2365:          classes/regex.C, classes/response.C, classes/string.C,
                   2366:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2367:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2368:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2369:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2370:          include/pa_dictionary.h, include/pa_dir.h,
                   2371:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2372:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2373:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2374:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2375:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2376:          include/pa_sapi.h, include/pa_socks.h,
                   2377:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2378:          include/pa_stack.h, include/pa_string.h,
                   2379:          include/pa_stylesheet_connection.h,
                   2380:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2381:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2382:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2383:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2384:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   2385:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   2386:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   2387:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   2388:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   2389:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   2390:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   2391:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   2392:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   2393:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2394:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2395:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2396:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2397:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2398:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   2399:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   2400:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   2401:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   2402:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2403:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2404:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   2405:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   2406:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   2407:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2408:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2409:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2410:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2411:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2412:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2413:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2414:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   2415:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   2416:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2417:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   2418:          types/pa_vresponse.C, types/pa_vresponse.h,
                   2419:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2420:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2421:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2422:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2423:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2424:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2425:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2426: 
                   2427:        * src/targets/cgi/parser3.C: year updated
                   2428: 
                   2429:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   2430:          issue #1041)
                   2431: 
                   2432:        * tests/: 323.html, results/323.processed: test for base classes
                   2433:          added
                   2434: 
                   2435:        * tests/: 261.html, results/261.processed: updated after better
                   2436:          error reporting done for $string.key exception
                   2437: 
                   2438:        * src/types/pa_vstring.h: better error report for $string.key
                   2439:          exception
                   2440: 
                   2441:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   2442:          copied as VObject::get_element4call to remove extra virtual call
                   2443: 
                   2444:        * tests/: 322.html, results/322.processed: test for
                   2445:          ^reflection:is[] added (related to feature #1041)
                   2446: 
                   2447:        * src/classes/reflection.C: ^reflection:is empty value is void
                   2448:          (related to feature #1041)
                   2449: 
                   2450:        * src/classes/reflection.C:
                   2451:          ^reflection:is[class_name|code|method;[context;]element_name]
                   2452:          added (implements feature #1041)
                   2453: 
                   2454: 2015-10-24  moko
                   2455: 
                   2456:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   2457: 
1.98      moko     2458: 2015-10-22  moko
                   2459: 
                   2460:        * tests/: 321.html, results/321.processed: test for
                   2461:          ^reflection:method_info[] file detection added
                   2462: 
                   2463:        * tests/: 320.html, results/320.processed: test for
                   2464:          ^reflection:class_by_name[class_name] added (related to feature
                   2465:          #993)
                   2466: 
                   2467:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   2468:          added (implements feature #993)
                   2469: 
                   2470:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   2471:          (related to feature #1017)
                   2472: 
                   2473:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   2474:          added (related to issue #1039)
                   2475: 
                   2476:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   2477:          #1039)
                   2478: 
                   2479:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   2480:          for VDate
                   2481: 
                   2482:        * tests/results/182.processed: updated after feature #1038
                   2483:          implemented
                   2484: 
                   2485:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   2486:          compile-time exception origin added (test for feature #1039)
                   2487: 
                   2488:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   2489:          main/pa_request.C: exception unification: compile-time exceptions
                   2490:          now have origin, @USE origins also tracked (implements feature
                   2491:          #1039)
                   2492: 
                   2493: 2015-10-20  moko
                   2494: 
                   2495:        * src/main/pa_request.C: cleanup
                   2496: 
                   2497: 2015-10-15  moko
                   2498: 
                   2499:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   2500: 
                   2501:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   2502:          types/pa_vtable.C: new feature: no more $table.method and
                   2503:          $hash.method, aliases for _at, _count, _key (related to feature
                   2504:          #1017)
                   2505: 
1.97      moko     2506: 2015-10-14  moko
                   2507: 
1.98      moko     2508:        * tests/: 317.html, results/317.processed: test for
                   2509:          ^string.unescape[] added (related to feature #120)
                   2510: 
1.97      moko     2511:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   2512:          defined" bug (described in issue #1036)
                   2513: 
                   2514:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   2515:          (test for bug #1037)
                   2516: 
                   2517:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   2518:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   2519:          it's not enforced, skips BOM signature if it complies charset
                   2520:          (fixes bug #1037)
                   2521: 
                   2522: 2015-10-13  moko
                   2523: 
                   2524:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   2525:          linking
                   2526: 
                   2527:        * src/classes/inet.C: vs2003 compilation fix
                   2528: 
                   2529:        * src/classes/math.C: warning war
                   2530: 
                   2531:        * src/lib/punycode/pa_punycode.c: warning war
                   2532: 
                   2533: 2015-10-12  moko
                   2534: 
                   2535:        * src/lib/punycode/pa_punycode.c: warning war
                   2536: 
                   2537:        * parser3.sln: moved parser3 first, to make it default startup
                   2538:          project
                   2539: 
                   2540:        * buildall: parser "mirror" now used for external libs sources
                   2541:          (implements feature #1036)
                   2542: 
                   2543:        * buildall: most external libs are updated to their current
                   2544:          versions (related to feature #1036)
                   2545: 
                   2546:        * src/classes/image.C: more tags added
                   2547: 
                   2548:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   2549: 
                   2550: 2015-10-11  moko
                   2551: 
                   2552:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   2553: 
                   2554: 2015-10-09  moko
                   2555: 
                   2556:        * src/classes/curl.C: pa_strdup added for strings from curl
                   2557:          (related to feature #1035)
                   2558: 
                   2559:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   2560:          ULLONG_MAX definition
                   2561: 
                   2562:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   2563:          (implements feature #1035)
                   2564: 
                   2565:        * src/main/pa_charset.C: String::Body(String::C) used
                   2566: 
                   2567:        * src/main/pa_charset.C: exceptions unified
                   2568: 
                   2569:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   2570:          unified
                   2571: 
                   2572:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   2573:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   2574:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   2575:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   2576:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   2577:          String::Body(String::C) constructor added (related to bug #957)
                   2578: 
                   2579:        * src/classes/file.C: minor optimization
                   2580: 
                   2581:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   2582:          Cord(char*) autocreation (related to bug #957)
                   2583: 
                   2584:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   2585: 
                   2586:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   2587:          String(char*, Lang, length) removed, String(C(), Lang) used
                   2588:          instead (related to bug #957)
                   2589: 
                   2590: 2015-10-08  moko
                   2591: 
                   2592:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   2593:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   2594:          main/untaint.C: Now char * is converted to CORD only using
                   2595:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   2596: 
                   2597:        * src/include/pa_hash.h: fixed compilation without
                   2598:          HASH_CODE_CACHING
                   2599: 
                   2600:        * src/classes/string.C:
                   2601:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   2602:          feature #120)
                   2603: 
                   2604:        * src/main/pa_common.C: reduce js flags checks count (related to
                   2605:          feature #120)
                   2606: 
1.96      moko     2607: 2015-10-07  moko
                   2608: 
                   2609:        * tests/: 275.html, results/275.processed: test modified after
                   2610:          unsigned long long int support implemented (feature #1034)
                   2611: 
                   2612:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   2613:          pa_atoul added for unsigned long long int support
                   2614: 
                   2615: 2015-10-06  moko
                   2616: 
                   2617:        * src/types/pa_vdate.C: INT_MAX used
                   2618: 
                   2619: 2015-10-03  moko
                   2620: 
                   2621:        * tests/: 302.html, results/302.processed: test for bug #1023
                   2622:          (\u2028, \u2029 escaping) added
                   2623: 
                   2624:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   2625:          json:string[] (fixes bug #1023)
                   2626: 
                   2627: 2015-09-29  moko
                   2628: 
                   2629:        * tests/305.html: try-catch added for OS without ipv6 support
                   2630: 
                   2631:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   2632:          compilation
                   2633: 
                   2634:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   2635:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   2636:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   2637:          implemented to distinguish ^hash.method from $hash.field
                   2638:          (implements feature #1017)
                   2639: 
                   2640:        * src/lib/punycode/pa_punycode.c: warning war
                   2641: 
                   2642:        * src/include/pa_config_includes.h: warning war
                   2643: 
                   2644:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   2645: 
                   2646:        * src/include/pa_config_includes.h: warning war
                   2647: 
                   2648:        * src/include/pa_hash.h: clang compilation fix
                   2649: 
                   2650: 2015-09-27  moko
                   2651: 
                   2652:        * src/main/compile.tab.C: Bison 3 is now default
                   2653: 
                   2654:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   2655: 
                   2656: 2015-09-25  moko
                   2657: 
                   2658:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   2659:          works with undefined HASH_ORDER (related to feature #196)
                   2660: 
                   2661: 2015-09-24  moko
                   2662: 
                   2663:        * tests/: 027.html, results/027.processed: test modified to test
                   2664:          ^hash.sort (feature #196)
                   2665: 
                   2666:        * src/: classes/hash.C, include/pa_hash.h:
                   2667:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   2668:          added (implements feature #196)
                   2669: 
                   2670:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   2671:          (exception handling in non-cached ^cache), plus for "it does not
                   2672:          have logical value" and "$exception.handled value must be either
                   2673:          boolean or string 'cache'" exceptions.
                   2674: 
                   2675:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   2676:          code (fixes bug #1025)
                   2677: 
1.95      moko     2678: 2015-09-23  moko
                   2679: 
                   2680:        * src/classes/table.C: warning war
                   2681: 
                   2682:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   2683: 
                   2684:        * src/classes/file.C: warning war
                   2685: 
                   2686:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   2687: 
                   2688:        * src/: main/pa_request.C, classes/date.C: warning war
                   2689: 
                   2690:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   2691: 
                   2692:        * tests/: 122.html, results/122.processed: win sync: to remove
                   2693:          differences with OS that doesn't keep timezone change history
                   2694: 
                   2695:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   2696:          TZ change (related to feature #36)
                   2697: 
                   2698:        * tests/: 075.html, results/075.processed: win sync: to remove
                   2699:          differences with OS that doesn't keep timezone change history
                   2700: 
                   2701:        * tests/: 315.html, results/315.processed: win sync: to remove
                   2702:          differences with OS that doesn't keep timezone change history
                   2703: 
                   2704:        * tests/: 256.html, results/256.processed: win sync: to remove
                   2705:          differences with OS that doesn't keep timezone change history
                   2706: 
                   2707:        * tests/: 124.html, results/124.processed: win results sync: to
                   2708:          avoid hitting time change hole.
                   2709: 
                   2710:        * src/types/pa_vdate.C: static returned. :)
                   2711: 
                   2712: 2015-09-22  moko
                   2713: 
                   2714:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   2715: 
                   2716:        * tests/results/131.processed: more tests for feature #1032
                   2717: 
                   2718:        * src/classes/date.C: minor fix related to feature #1032
                   2719: 
                   2720:        * operators.txt: ISO date creation documented (related to feature
                   2721:          #1032)
                   2722: 
                   2723:        * operators.txt: iso-string documented (related to feature #1032)
                   2724: 
                   2725:        * tests/: 315.html, results/315.processed: more tests added
                   2726:          (related to feature #1032)
                   2727: 
                   2728:        * tests/: 131.html, results/131.processed: date range checks
                   2729:          updated (related to feature #36)
                   2730: 
                   2731:        * tests/: 315.html, results/057.processed, results/315.processed:
                   2732:          test added for ISO date support (related to issue #315)
                   2733: 
                   2734:        * src/classes/date.C: more readable exceptions in date creation
                   2735:          (related to ticket #1032)
                   2736: 
                   2737: 2015-09-18  moko
                   2738: 
                   2739:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   2740:          added (related to issue #1032)
                   2741: 
                   2742:        * tests/results/256.processed, src/classes/json.C: iso-string
                   2743:          documented (related to issue #1032)
                   2744: 
                   2745:        * tests/: 256.html, results/256.processed: ISO date check added
                   2746:          (related to issue #1032)
                   2747: 
                   2748:        * tests/: 057.html, results/057.processed, results/224.processed:
                   2749:          tests results updated after ISO date support implemented (related
                   2750:          to feature #1032)
                   2751: 
                   2752:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   2753:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   2754:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   2755:          added (implements feature #1032)
                   2756: 
                   2757: 2015-09-05  moko
                   2758: 
                   2759:        * operators.txt: actualized
                   2760: 
                   2761:        * operators.txt: date changes documented (related to ticket #36)
                   2762: 
                   2763: 2015-09-04  moko
                   2764: 
                   2765:        * src/types/pa_vdate.C: warning war
                   2766: 
                   2767:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   2768: 
                   2769: 2015-09-03  moko
                   2770: 
                   2771:        * tests/results/096.processed: test result updated for 0..9999 year
                   2772:          date range support (related to feature #36)
                   2773: 
                   2774:        * tests/: 314.html, results/314.processed: test for
                   2775:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   2776:          bug #1031)
                   2777: 
                   2778:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   2779:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   2780: 
1.116     moko     2781:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   2782:          configure.in -> configure.ac
1.95      moko     2783: 
1.116     moko     2784:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   2785:          correct timezone check for FreeBSD Warning war: configure.in ->
                   2786:          configure.ac
1.95      moko     2787: 
                   2788:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     2789:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   2790:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   2791:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   2792:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   2793:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   2794:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     2795:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   2796:          check added
                   2797: 
                   2798:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   2799: 
                   2800:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   2801:          for new date implementation (related to feature #36)
                   2802: 
                   2803:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   2804:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   2805:          types/pa_vdate.h: new double date implementation with internal
                   2806:          support for extended 0..9999 year range, default timezone support
                   2807:          (related to feature #36)
                   2808: 
                   2809: 2015-08-28  moko
                   2810: 
                   2811:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   2812:          (fixes bug #1030)
                   2813: 
                   2814: 2015-08-21  moko
                   2815: 
                   2816:        * src/classes/inet.C: snprintf size "bug" commented
                   2817: 
                   2818:        * src/main/pa_common.C: snprintf comments updated
                   2819: 
                   2820: 2015-08-16  moko
                   2821: 
                   2822:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   2823: 
                   2824: 2015-08-11  moko
                   2825: 
                   2826:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   2827:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   2828:          can be null (fixes bug #1029)
                   2829: 
                   2830: 2015-08-06  moko
                   2831: 
1.116     moko     2832:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   2833:          pa_vdate.C added
1.95      moko     2834: 
                   2835: 2015-08-05  moko
                   2836: 
                   2837:        * tests/: 313.html, results/313.processed: test for
                   2838:          ^table.count[columns] and ^table.flip[] with nameless tables
                   2839:          (feature #1003)
                   2840: 
                   2841:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2842:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   2843:          correctly for nameless tables (implements feature #1003)
                   2844: 
                   2845: 2015-08-03  moko
                   2846: 
                   2847:        * tests/312.html: test for ^table.append[$hash] and
                   2848:          ^table.insert[$hash] added (related to feature #1028)
                   2849: 
                   2850:        * src/classes/table.C: ^table.append[$hash] and
                   2851:          ^table.insert[$hash] now supported (implements feature #1028)
                   2852: 
                   2853:        * tests/: 312.html, results/312.processed: test row copy in
                   2854:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   2855: 
                   2856:        * src/classes/table.C: row copy now created in ^table.hash[;
                   2857:          $.type[table] ] (related to feature #1016)
                   2858: 
                   2859: 2015-07-29  moko
                   2860: 
                   2861:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   2862:          added (related to feature #1016)
                   2863: 
                   2864:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2865:          ^table.delete[] added to delete current row (related to feature
                   2866:          1016)
                   2867: 
                   2868: 2015-07-28  moko
                   2869: 
                   2870:        * tests/: 312.html, results/312.processed: test for
                   2871:          $table.column[value] and ^table.insert{row} (related to feature
                   2872:          #1016)
                   2873: 
                   2874:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   2875:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   2876:          ^table.insert{row} are now implemented (feature #1016)
                   2877: 
                   2878:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   2879:          append(), insert() added, memmove arguments order in remove()
                   2880:          fixed (related to feature #1016)
                   2881: 
                   2882: 2015-07-23  moko
                   2883: 
                   2884:        * src/classes/json.C: tainted json and empty json exception added
                   2885:          (implements feature #1015)
                   2886: 
                   2887:        * tests/: 311.html, results/311.processed: empty json and tainted
                   2888:          json exception test added (related to issue #1015)
                   2889: 
                   2890: 2015-07-22  moko
                   2891: 
                   2892:        * tests/: 311.html, results/311.processed: test for UTF-8
                   2893:          processing added
                   2894: 
                   2895:        * tests/: 311.html, results/311.processed: test for
                   2896:          json_exception_with_source added (related to issue #394)
                   2897: 
                   2898:        * src/classes/json.C: json_exception_with_source added (implements
                   2899:          feature #394)
                   2900: 
                   2901: 2015-06-29  moko
                   2902: 
                   2903:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   2904:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   2905:          (closes bug #1027)
                   2906: 
                   2907: 2015-06-10  moko
                   2908: 
                   2909:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   2910:          error if libxml has LIBXML_ICU_ENABLED.
                   2911: 
                   2912: 2015-06-04  moko
                   2913: 
                   2914:        * tests/099.html: ups, reverting
                   2915: 
                   2916:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   2917:          results/310.processed: tests for $response:body[ $.file[] ] and
                   2918:          $response:last-modified added
                   2919: 
                   2920:        * src/main/pa_request.C: last-modified check fixed
                   2921: 
                   2922: 2015-06-03  moko
                   2923: 
                   2924:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   2925:          results/205.processed, results/293.processed: $response:headers
                   2926:          logging added (tests for feature #1007)
                   2927: 
                   2928:        * src/: include/pa_common.h, include/pa_request.h,
                   2929:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   2930:          $response:headers are now in uppercase (closes feature #1007)
                   2931: 
                   2932: 2015-06-02  moko
                   2933: 
                   2934:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   2935:          build errors reverted for clang compatibility
                   2936: 
                   2937: 2015-06-01  moko
                   2938: 
                   2939:        * src/include/pa_memory.h: -pedantic build errors fixed
                   2940: 
                   2941:        * src/classes/math.C: -pedantic build error fixed
                   2942: 
                   2943:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   2944: 
                   2945: 2015-05-31  moko
                   2946: 
                   2947:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   2948: 
                   2949:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   2950:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   2951:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   2952:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   2953:          types/pa_vxnode.h: warning war (-pedantic flag)
                   2954: 
                   2955: 2015-05-28  moko
                   2956: 
                   2957:        * tests/: 308.html, results/308.processed: test for
                   2958:          ^table::create[$t;], etc work added (related to bug #975)
                   2959: 
                   2960:        * src/classes/table.C: check_option_param removed,
                   2961:          ^table::create[$t;], etc now works (fixes bug #975)
                   2962: 
                   2963: 2015-05-27  moko
                   2964: 
                   2965:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   2966:          (Debian jessie) fixed (closes issue #1024)
                   2967: 
                   2968:        * tests/Makefile: sort added as in Debian jessie list become
                   2969:          unsorted
                   2970: 
                   2971: 2015-05-18  moko
                   2972: 
                   2973:        * tests/: 201.html, results/201.processed: test for
                   2974:          ^string.trim[what] feature #1022
                   2975: 
                   2976:        * src/classes/string.C: ^string.trim[what] now supported,
                   2977:          implements feature #1022
                   2978: 
                   2979: 2015-05-17  moko
                   2980: 
                   2981:        * tests/results/185.processed: test result updated as feature #1021
                   2982:          implemented (left/right accept negative parameter)
                   2983: 
                   2984:        * src/classes/string.C: left/right now accept negative parameter
                   2985:          (implements feature #1021)
                   2986: 
                   2987: 2015-05-08  moko
                   2988: 
                   2989:        * src/classes/math.C: isalnum -> pa_isalnum
                   2990: 
                   2991:        * src/main/execute.C: optimization in getter-junction processing
                   2992:          (related to issue #997)
                   2993: 
                   2994: 2015-05-07  moko
                   2995: 
                   2996:        * tests/: 307.html, results/307.processed: test for issue #997
                   2997:          added
                   2998: 
                   2999:        * src/main/execute.C: process_getter result now checked if junction
                   3000:          returned (closes issue #997)
                   3001: 
                   3002:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3003:          different order
                   3004: 
                   3005:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3006:          assignment (closes issue #994)
                   3007: 
                   3008:        * tests/: 306.html, results/306.processed: test for issue #994
                   3009:          added
                   3010: 
                   3011:        * tests/: 303.html, results/303.processed: two more errors tested
                   3012: 
                   3013: 2015-05-06  moko
                   3014: 
                   3015:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3016:          ip2name added (related to feature #992)
                   3017: 
                   3018:        * tests/: 303.html, 304.html, results/303.processed,
                   3019:          results/304.processed: tests for idna conversion added (related
                   3020:          to issue #849)
                   3021: 
                   3022: 2015-05-02  moko
                   3023: 
                   3024:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   3025:          implemented
                   3026: 
                   3027: 2015-04-30  moko
                   3028: 
                   3029:        * src/main/pa_http.C: idna_host added, related to issue #849
                   3030: 
                   3031:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   3032:          (related to issue #849)
                   3033: 
                   3034: 2015-04-24  moko
                   3035: 
                   3036:        * src/types/pa_vjunction.C: warning war
                   3037: 
                   3038:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   3039:          unification
                   3040: 
                   3041:        * src/lib/punycode/pa_idna.c: warning war
                   3042: 
                   3043: 2015-04-22  moko
                   3044: 
                   3045:        * src/main/main.vcproj: punycode include path added
                   3046: 
                   3047:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   3048: 
                   3049:        * src/lib/punycode/pa_idna.c: warning war
                   3050: 
                   3051:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   3052:          project file added
                   3053: 
                   3054:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   3055: 
                   3056:        * src/include/pa_memory.h: warning war
                   3057: 
                   3058:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   3059:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   3060:          implemented (related to feature #849)
                   3061: 
                   3062:        * configure.in, src/main/Makefile.am,
                   3063:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   3064:          libpunycode added in Unix
                   3065: 
                   3066: 2015-04-21  moko
                   3067: 
                   3068:        * configure.in: large files support
                   3069: 
                   3070: 2015-04-15  moko
                   3071: 
                   3072:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   3073:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   3074:          pa_punycode.h: initial version for punycode/idna support library
                   3075:          (ticket #849)
                   3076: 
                   3077: 2015-04-08  moko
                   3078: 
                   3079:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3080:          classes/image.C, classes/mail.C, classes/reflection.C,
                   3081:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   3082:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   3083:          main/compile.y, main/compile_tools.h, main/execute.C,
                   3084:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   3085:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   3086:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   3087:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   3088:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   3089:          clang compiler warnings (closes issue #1018)
                   3090: 
                   3091:        * src/include/pa_string.h: String::Body comparation operators with
                   3092:          char * added (related to issue #958)
                   3093: 
                   3094: 2015-04-07  moko
                   3095: 
                   3096:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   3097:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   3098:          issue #1018)
                   3099: 
                   3100:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   3101:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   3102:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   3103:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   3104:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   3105:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   3106:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   3107:          malloc/strdup/free replaced with pa_ version and checks for
                   3108:          accidental use of non-pa_ version added (related to issue #1018)
                   3109: 
                   3110: 2015-04-03  moko
                   3111: 
                   3112:        * buildall: pcre-8.33 -> pcre-8.36
                   3113: 
                   3114:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   3115:          classes/op.C, classes/string.C, main/compile.tab.C,
                   3116:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   3117:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   3118:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   3119:          ticket #958)
                   3120: 
                   3121:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   3122:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3123:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3124:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   3125:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   3126:          $request:headers, $request:method added (implements feature
                   3127:          #1007)
                   3128: 
                   3129: 2015-03-17  misha
                   3130: 
                   3131:        * tests/302.html: - test for
                   3132:          ^json:string[...;$._default[method-name]]
                   3133: 
                   3134:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3135:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   3136:          option $._default[method-name] is specified in ^json:string[], a
                   3137:          method with specified name will be called for classes/objects
                   3138:          serialization ( new feature: #982 )
                   3139: 
                   3140: 2015-03-16  misha
                   3141: 
                   3142:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   3143:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   3144:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   3145:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   3146:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   3147:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   3148:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   3149:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   3150:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   3151:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3152:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   3153:          $var.CLASS_NAME now have special opcodes. This can be switched
                   3154:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   3155:          on pa_opcode.h ( new feature: #844 )
                   3156: 
                   3157: 2015-03-15  misha
                   3158: 
                   3159:        * tests/075.html: - test for $response:header[]
                   3160: 
                   3161:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   3162:          that was set earlie ( new feature: #1001 )
                   3163: 
                   3164: 2015-03-12  misha
                   3165: 
                   3166:        * tests/246.html: - more tests for ^hash._at[]
                   3167: 
                   3168:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   3169:          accepts second param [key|value|hash] ( new feature: #1012 )
                   3170: 
                   3171: 2015-03-09  moko
                   3172: 
                   3173:        * src/types/pa_vmail.C: exception for everything but
                   3174:          $mail:received, closes issue #1011
                   3175: 
                   3176: 2015-02-20  moko
                   3177: 
                   3178:        * tests/: 275.html, results/275.processed: hex detection in
                   3179:          pa_atoui fix test (closes issue #1010)
                   3180: 
                   3181:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   3182:          issue #1010)
                   3183: 
                   3184: 2015-02-17  moko
                   3185: 
                   3186:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   3187:          tainted.
                   3188: 
                   3189: 2015-02-03  misha
                   3190: 
                   3191:        * tests/301.html: - test for ^json:string($double) causes
                   3192:          exception. bugfix: #1008
                   3193: 
                   3194:        * src/classes/json.C: - ^json:string($double) causes exception.
                   3195:          bugfix: #1008
                   3196: 
                   3197:        * tests/014.html: - updated for work with ^hash.delete[]
                   3198: 
                   3199: 2015-01-12  misha
                   3200: 
                   3201:        * src/: classes/form.C, include/pa_common.h,
                   3202:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   3203:          types/pa_vform.h: - supports body with PUT method as well ( new
                   3204:          feature: #1006 )
                   3205: 
                   3206:        * src/classes/file.C: - warnings war
                   3207: 
                   3208: 2015-01-11  misha
                   3209: 
                   3210:        * tests/300.html: - test for ^hash.delete[] is added
                   3211: 
                   3212:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   3213:          feature: #989 ) - tiny optimization in intersects
                   3214: 
                   3215: 2015-01-06  moko
                   3216: 
                   3217:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   3218:          with transcode, attachments detection fixed
                   3219: 
                   3220:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   3221:          load to allow charset switch (related to issue #996)
                   3222: 
                   3223: 2014-12-31  moko
                   3224: 
                   3225:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   3226:          UTF-8 source charset (fixes issue 996)
                   3227: 
                   3228:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   3229:          issue #1000)
                   3230: 
                   3231: 2014-12-11  misha
                   3232: 
                   3233:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   3234:          access ( bug fix: #1005 )
                   3235: 
                   3236: 2014-11-13  misha
                   3237: 
                   3238:        * src/main/compile.y: - PC.append does not reset to false while
                   3239:          creating a new class. bugfix: #990
                   3240: 
                   3241:        * tests/299.html: - test for creation class after working with
                   3242:          partial class (create+append)
                   3243: 
                   3244:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   3245:          #995
                   3246: 
                   3247:        * tests/232.html: - test for @get[def] added
                   3248: 
                   3249: 2014-10-12  moko
                   3250: 
                   3251:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   3252: 
                   3253:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3254:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   3255:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   3256:          targets/apache/ApacheModuleParser3.vcproj,
                   3257:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3258:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3259:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   3260:          conversion in newer VS versions
                   3261: 
                   3262:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   3263:          pcre_internal.vcproj added
                   3264: 
                   3265: 2014-08-28  moko
                   3266: 
                   3267:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   3268:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   3269:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   3270: 
                   3271: 2014-06-30  misha
                   3272: 
                   3273:        * tests/298.html: - tests for ^reflection:def[class;className]
                   3274:          added
                   3275: 
                   3276:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   3277:          added ( new feature: #918 )
                   3278: 
                   3279: 2014-06-29  misha
                   3280: 
                   3281:        * src/classes/table.C: - ^table::create[unsupported data] -
                   3282:          exception comment changed to "body must be table or code" ( bug
                   3283:          fix: #951 )
                   3284: 
                   3285:        * tests/: 261.html, results/261.processed: - tests for
                   3286:          ^json:string[...;$.void[null|string]] added
                   3287: 
                   3288:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   3289:          option $.void[string|null] added to ^json:string[...] ( new
                   3290:          feature: #952 )
                   3291: 
                   3292: 2014-06-28  moko
                   3293: 
                   3294:        * src/classes/curl.C: $.charset now processed before other curl
                   3295:          options (closes issue #980)
                   3296: 
                   3297: 2014-05-23  misha
                   3298: 
                   3299:        * src/classes/json.C: - bug fix: #987
                   3300: 
                   3301: 2014-05-04  misha
                   3302: 
                   3303:        * tests/: 253.html, 253_json.txt: - test for
                   3304:          ^json:parse[$.int(false)] is added
                   3305: 
                   3306:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   3307:          default true). The option is similar to $.double(bool) but for
                   3308:          integers.
                   3309: 
                   3310: 2014-05-01  moko
                   3311: 
                   3312:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   3313:          #12 )
                   3314: 
                   3315: 2014-04-16  moko
                   3316: 
                   3317:        * src/main/pa_http.C: response-charset option should finally work
                   3318:          now (fix for issue #867)
                   3319: 
                   3320:        * src/main/pa_http.C: response-charset option should work now (fix
                   3321:          for issue #867)
                   3322: 
                   3323: 2014-03-07  moko
                   3324: 
                   3325:        * buildall: libgc moved
                   3326: 
                   3327:        * buildall: libgc moved
                   3328: 
                   3329: 2013-12-29  moko
                   3330: 
                   3331:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   3332:          closes issue #966
                   3333: 
                   3334:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   3335:          result now tainted, issue #966
                   3336: 
                   3337: 2013-12-03  moko
                   3338: 
                   3339:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   3340:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   3341:          option was added for http://www.parser.ru/forum/?id=79343
                   3342: 
                   3343:        * src/classes/file.C: bugfix for
                   3344:          http://www.parser.ru/forum/?id=79337
                   3345: 
                   3346: 2013-11-05  moko
                   3347: 
                   3348:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   3349: 
                   3350:        * src/main/pa_globals.C: spelling fixed
                   3351: 
                   3352: 2013-10-29  moko
                   3353: 
                   3354:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   3355: 
                   3356:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   3357:          #892
                   3358: 
                   3359:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   3360:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   3361:          exceptions to be thrown thougth json library), related to issue
                   3362:          #892
                   3363: 
                   3364:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   3365:          related to issue #896
                   3366: 
                   3367: 2013-10-24  moko
                   3368: 
                   3369:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   3370: 
                   3371: 2013-10-23  moko
                   3372: 
                   3373:        * README: actualization
                   3374: 
                   3375: 2013-10-22  moko
                   3376: 
                   3377:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   3378:          compatibility patch from Sergey Kirpichev
                   3379: 
                   3380:        * tests/: 297.html, results/297.processed: non-working getter fix
                   3381:          test for issue #948
                   3382: 
                   3383:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   3384:          called when saving value of $match variable in ^string.match[] to
                   3385:          increase compatibility (related to issue #948).
                   3386: 
                   3387:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   3388:          usage optimization
                   3389: 
                   3390: 2013-10-21  moko
                   3391: 
                   3392:        * tests/: 182.html, results/182.processed: local path removed for
                   3393:          compatibility
                   3394: 
                   3395:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   3396:          results/244.processed, results/253.processed,
                   3397:          results/254.processed, results/275.processed,
                   3398:          results/281.processed: try_catch -> try-catch
                   3399: 
                   3400:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   3401:          results/294.processed, results/296.processed: try_catch ->
                   3402:          try-catch
                   3403: 
                   3404: 2013-10-20  moko
                   3405: 
                   3406:        * tests/: 296.html, results/296.processed: test for xsl exception
                   3407:          for issue #938 added.
                   3408: 
                   3409:        * src/: include/pa_xml_exception.h,
                   3410:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   3411:          XmlException is now replaced (once again closes issue #938)
                   3412: 
                   3413: 2013-10-19  misha
                   3414: 
                   3415:        * bin/auto.p.dist.in: - more mime-types are added
                   3416: 
                   3417: 2013-10-18  moko
                   3418: 
                   3419:        * buildall: disable clock_gettime detection to avoid librt linking
                   3420:          (which in turn depends on libpthread), related to issue #943
                   3421: 
                   3422: 2013-10-18  misha
                   3423: 
                   3424:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   3425:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   3426:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3427:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3428:          types/types.vcproj: - new locations for libxml2 includes where
                   3429:          added to vcproj files
                   3430: 
                   3431: 2013-10-18  moko
                   3432: 
                   3433:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   3434:          fix
                   3435: 
                   3436:        * tests/: 295.html, results/295.processed: test for issue #948
                   3437:          updated
                   3438: 
                   3439:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   3440:          :)
                   3441: 
                   3442:        * tests/: 295.html, results/295.processed: test for issue #948
                   3443:          added
                   3444: 
                   3445:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3446:          include/pa_request.h, types/pa_method.h: for getters and setters
                   3447:          to be executed request.put_element should be called, not
                   3448:          context.put_element (fixes issue #948)
                   3449: 
                   3450: 2013-10-17  moko
                   3451: 
                   3452:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   3453:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   3454: 
                   3455:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   3456: 
                   3457: 2013-10-16  moko
                   3458: 
                   3459:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   3460: 
                   3461:        * tests/: 294.html, results/294.processed: test for issue #938
                   3462: 
                   3463:        * src/: classes/xdoc.C, classes/xnode.C,
                   3464:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   3465:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   3466: 
                   3467:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   3468:          libxslt-1.1.26 -> libxslt-1.1.28
                   3469: 
                   3470:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   3471:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   3472:          to '?', related to issue #938
                   3473: 
                   3474: 2013-10-15  moko
                   3475: 
                   3476:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   3477:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   3478:          minor optimizations (closes issue #896)
                   3479: 
                   3480:        * tests/results/: 292.processed, 293.processed: results updated to
                   3481:          comply with issue #896
                   3482: 
                   3483:        * tests/: 292.html, 293.html, results/292.processed,
                   3484:          results/293.processed: tests for json escaping
                   3485: 
                   3486: 2013-10-14  moko
                   3487: 
                   3488:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   3489:          and cleanup, code moved from .h to .C, no changes in code
                   3490: 
                   3491: 2013-10-12  moko
                   3492: 
                   3493:        * tests/results/119.processed: updated test result commited
                   3494: 
                   3495:        * tests/: 291.html, results/291.processed: test for issue #894
                   3496:          added
                   3497: 
                   3498:        * src/types/pa_wcontext.h: base methods call support function
                   3499:          get_somebody_entered_some_class should not be true forever, as
                   3500:          wcontext can have many get_elements calls (fixes issue #894)
                   3501: 
                   3502: 2013-10-11  moko
                   3503: 
                   3504:        * tests/: 290.html, results/290.processed: test for junction GPF
                   3505:          issue #942 added
                   3506: 
                   3507:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   3508:          to native method fixed (closes issue #942)
                   3509: 
                   3510:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   3511:          added
                   3512: 
                   3513:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   3514:          feature #907)
                   3515: 
                   3516:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   3517:          feature #907)
                   3518: 
                   3519: 2013-10-09  moko
                   3520: 
                   3521:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   3522:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   3523:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   3524:          properly not only in objects, but in classes as well (closes
                   3525:          issue #903)
                   3526: 
                   3527:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   3528:          works in classes, not only objects, test case added, related to
                   3529:          issue #903
                   3530: 
                   3531:        * tests/: 288.html, results/288.processed: test for endless
                   3532:          recursion bug added (related to issue #903)
                   3533: 
                   3534: 2013-10-05  moko
                   3535: 
                   3536:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3537:          classes/table.C, main/execute.C, types/pa_method.h,
                   3538:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   3539:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3540:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   3541:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   3542:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   3543:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   3544:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   3545:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   3546:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   3547:          optimization: put_element no longer has "bool areplace" argument,
                   3548:          related to issue #903
                   3549: 
                   3550: 2013-10-03  moko
                   3551: 
                   3552:        * tests/results/182.processed: result for $.replace(false) test
                   3553:          commited
                   3554: 
                   3555:        * src/classes/date.C: ^date::create(number) processed correctly
                   3556:          (fixes issue #901)
                   3557: 
                   3558:        * src/classes/image.C: as_no_junction removed, as param can be
                   3559:          expression (closes issue #931)
                   3560: 
                   3561:        * tests/233.html: test for issue #931 added
                   3562: 
                   3563: 2013-10-02  moko
                   3564: 
                   3565:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   3566:          modified, test for $.replace(false) added
                   3567: 
                   3568:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   3569: 
                   3570: 2013-09-30  moko
                   3571: 
                   3572:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   3573: 
                   3574:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3575:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   3576:          implemented; $.replace option added to ^process and ^use
                   3577: 
                   3578: 2013-08-27  moko
                   3579: 
                   3580:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   3581:          cstr_to_string_body_untaint should be called with charsets for
                   3582:          possible uri language and connection for possible sql language.
                   3583:          related to issue #857
                   3584: 
                   3585:        * buildall: and -> or fixed
                   3586: 
                   3587: 2013-08-26  moko
                   3588: 
                   3589:        * buildall: prepare_ functions logic changed to support
                   3590:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   3591: 
                   3592: 2013-08-23  moko
                   3593: 
                   3594:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   3595:          statically
                   3596: 
                   3597: 2013-08-22  moko
                   3598: 
                   3599:        * src/classes/string.C: String::Empty used (related to issue #912)
                   3600:          append_know_length removed (related to old GPF bug)
                   3601: 
                   3602: 2013-08-21  moko
                   3603: 
                   3604:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   3605: 
                   3606:        * src/classes/math.C: ^math:digest[...;$file] support added
                   3607:          (related to ticket #857
                   3608: 
                   3609:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   3610:          implemented
                   3611: 
                   3612:        * src/types/pa_vhashfile.h: warning war
                   3613: 
                   3614:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   3615:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   3616:          anti_endless_json_string_recoursion removed from request;
                   3617:          json_string_recoursion added to json_options; $.indent[indent
                   3618:          value] now supported and passed within recoursion closes feature
                   3619:          #937
                   3620: 
                   3621:        * tests/: 287.html, results/287.processed: test for feature #937
                   3622: 
                   3623: 2013-07-31  moko
                   3624: 
                   3625:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   3626:          compilation having #define _S
                   3627: 
                   3628:        * src/main/pa_globals.C: cleanup
                   3629: 
                   3630: 2013-07-30  moko
                   3631: 
                   3632:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   3633:          main/pa_common.C: vs2003 warning war
                   3634: 
                   3635:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   3636: 
                   3637:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   3638: 
                   3639:        * src/lib/md5/pa_sha2.c: warning war
                   3640: 
                   3641: 2013-07-29  moko
                   3642: 
                   3643:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   3644:          patches from github
                   3645: 
                   3646:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   3647:          classes/memcached.C, include/pa_config_includes.h,
                   3648:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   3649: 
                   3650:        * src/lib/json/json.vcproj: C++ -> C
                   3651: 
                   3652:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   3653: 
                   3654:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3655: 
                   3656:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   3657: 
                   3658:        * src/lib/json/: json.c, pa_json.C: warning war
                   3659: 
                   3660:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   3661: 
                   3662:        * src/include/pa_config_fixed.h: uint16_t added
                   3663: 
                   3664:        * configure.in: uint16_t check added
                   3665: 
                   3666:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     3667:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   3668:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   3669:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   3670:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     3671: 
                   3672: 2013-07-25  moko
                   3673: 
                   3674:        * parser3.sln: dependencies added
                   3675: 
                   3676:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   3677:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   3678:          module support
                   3679: 
                   3680:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   3681: 
                   3682:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   3683: 
                   3684: 2013-07-23  moko
                   3685: 
                   3686:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   3687:          PA_DEBUG_GC_MEMORY removed
                   3688: 
                   3689:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   3690:          PA_DEBUG_DISABLE_GC compilation fix
                   3691: 
                   3692:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   3693:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   3694: 
                   3695:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   3696:          garbage cleanup
                   3697: 
                   3698:        * src/main/pa_common.C: warning war
                   3699: 
                   3700:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   3701: 
                   3702:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   3703:          minor cleanup
                   3704: 
                   3705:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   3706:          uses cygwin, not WIN32 implementation
                   3707: 
                   3708:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   3709:          able to exec shell scripts
                   3710: 
                   3711:        * src/classes/math.C: ifdef WIN32 cleanup
                   3712: 
                   3713:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   3714: 
                   3715:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   3716: 
                   3717:        * src/classes/curl.C: LT_MODULE_EXT used
                   3718: 
                   3719:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   3720: 
                   3721: 2013-07-22  moko
                   3722: 
                   3723:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   3724:          includes fix
                   3725: 
                   3726:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   3727: 
                   3728:        * configure.in, src/include/pa_config_includes.h,
                   3729:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   3730:          src/main/pa_exec.C: includes cleanup
                   3731: 
                   3732:        * src/targets/cgi/parser3.C: 2012->2013
                   3733: 
                   3734:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   3735: 
                   3736:        * configure.in, src/include/pa_config_includes.h,
                   3737:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   3738:          src/main/pa_random.C, src/main/pa_socks.C,
                   3739:          src/types/pa_vstatus.C: cygwin support cleanup
                   3740: 
                   3741:        * configure.in: dirent.h check added
                   3742: 
                   3743:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   3744:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   3745:          not copied
                   3746: 
                   3747: 2013-07-21  moko
                   3748: 
                   3749:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   3750: 
                   3751:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   3752:          parser3.vcproj: unused getopt.h / getopt.c removed
                   3753: 
                   3754:        * operators.txt, src/classes/file.C, tests/022.html,
                   3755:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   3756:          $.stat(true)] usage commented
                   3757: 
                   3758:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   3759:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   3760:          $.stat(true) it has size/*date columns modified patch from misha@
                   3761:          that closes issue #914.
                   3762: 
                   3763:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   3764:          PA_RELEASE_ASSERTS removed
                   3765: 
                   3766:        * src/lib/md5/pa_md5c.c: minor cleanup
                   3767: 
                   3768:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   3769:          localeconv()->decimal_point usage remoed (related to issue #934)
                   3770: 
                   3771:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   3772:          cordprnt.c removed
                   3773: 
                   3774:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   3775:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   3776:          pa-include/pa_strings.h: includes cleanup
                   3777: 
                   3778:        * src/lib/md5/pa_md5c.c: headers cleanup
                   3779: 
                   3780: 2013-07-20  moko
                   3781: 
                   3782:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   3783:          cleanup
                   3784: 
                   3785: 2013-07-19  moko
                   3786: 
                   3787:        * src/classes/math.C: extern "C" added for crypt
                   3788: 
                   3789: 2013-07-18  moko
                   3790: 
                   3791:        * src/classes/math.C: fix redhat7.2 build
                   3792: 
                   3793: 2013-07-17  moko
                   3794: 
                   3795:        * configure.in, src/include/pa_config_includes.h,
                   3796:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   3797:          added for uint8/32/64_t)
                   3798: 
                   3799:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   3800:          pa_config_includes.h used for uint32/64_t
                   3801: 
                   3802: 2013-07-16  moko
                   3803: 
                   3804:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   3805:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   3806:          war
                   3807: 
                   3808:        * src/main/compile.tab.C: compile.y was updated
                   3809: 
                   3810:        * src/main/compile.y: warning war
                   3811: 
                   3812:        * src/: include/pa_exception.h, main/pa_exception.C,
                   3813:          main/pa_xml_exception.C: warning war
                   3814: 
                   3815:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   3816: 
                   3817:        * configure.in: beauty :)
                   3818: 
                   3819:        * tests/: 141.html, results/141.processed: sha256/512 added
                   3820: 
                   3821: 2013-07-13  moko
                   3822: 
                   3823:        * src/lib/md5/md5.vcproj: sha2 added
                   3824: 
                   3825:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   3826:          classes/math.C: sha2 support (sha256/sha512 digest)
                   3827: 
                   3828: 2013-07-08  moko
                   3829: 
                   3830:        * src/classes/image.C: directory read or other read problem message
                   3831:          fixed (related to issue #933)
                   3832: 
                   3833: 2013-07-07  moko
                   3834: 
                   3835:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   3836:          dependense from $charsetsdir directory existance and content (and
                   3837:          UTF-8 is default allready)
                   3838: 
                   3839:        * AUTHORS: + misha + moko. :)
                   3840: 
                   3841: 2013-07-06  moko
                   3842: 
                   3843:        * src/: classes/curl.C, include/pa_globals.h,
                   3844:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   3845:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   3846:          for lt_dlinit to be called once and lt_dlexit called at right
                   3847:          place (related to issue #925)
                   3848: 
                   3849: 2013-07-04  moko
                   3850: 
                   3851:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   3852:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   3853:          content-type to be set, as it brokes badly designed logic in
                   3854:          response output. This hopefully finishes issue #928.
                   3855: 
                   3856:        * tests/results/: 256.processed, 286.processed: file now displayed
                   3857:          as name, size, mode, content-type
                   3858: 
                   3859:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   3860:          issue #933
                   3861: 
                   3862: 2013-06-28  moko
                   3863: 
                   3864:        * tests/: 286.html, results/286.processed: test extended
                   3865: 
                   3866:        * tests/: 286.html, results/286.processed: Test for issue #928
                   3867:          added.  it tests default content-type change.
                   3868: 
                   3869:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   3870:          now updated
                   3871: 
                   3872: 2013-06-25  moko
                   3873: 
                   3874:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   3875:          content-type for text/binary files without name added;
                   3876:          ^file::create[$f;...] options now works properly and $f
                   3877:          properties are default (fixes issue #928)
                   3878: 
                   3879: 2013-05-16  misha
                   3880: 
                   3881:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   3882:          added
                   3883: 
                   3884:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   3885:          table if specified limit is bigger than source rows count
                   3886: 
                   3887:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   3888:          added ( new feature: #858 )
                   3889: 
                   3890: 2013-04-29  moko
                   3891: 
                   3892:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   3893:          $.ipresolve(0|1|2) added (closes issue #891)
                   3894: 
                   3895:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   3896: 
                   3897: 2013-04-24  moko
                   3898: 
                   3899:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   3900:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   3901:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   3902:          memcached_quit (refs #893)
                   3903: 
                   3904: 2013-04-22  moko
                   3905: 
                   3906:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   3907:          slashes in file path (fixes bug #872)
                   3908: 
                   3909:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   3910:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   3911:          #739)
                   3912: 
                   3913:        * tests/results/266.processed: $.max_params added (feature #915)
                   3914: 
                   3915:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   3916:          option added to file::load (closes issue #867)
                   3917: 
                   3918: 2013-04-20  misha
                   3919: 
                   3920:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   3921:          commited
                   3922: 
                   3923: 2013-03-15  misha
                   3924: 
                   3925:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   3926:          multiple empty strings while ::sql. uae String::Empty instead
                   3927: 
                   3928: 2013-03-14  misha
                   3929: 
                   3930:        * src/classes/reflection.C: - for user classes
                   3931:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   3932:          with $.call_type if they available ( new feature: #915 )
                   3933: 
                   3934:        * src/classes/file.C: - ^file:delete[] now supports an option
                   3935:          $.exception(false) that suppress any exception while deleting
                   3936:          file ( new feature: #916 )
                   3937: 
                   3938:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   3939:          work :)
                   3940: 
                   3941: 2013-03-12  misha
                   3942: 
                   3943:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   3944:          set default name for the file
                   3945: 
                   3946: 2013-03-11  misha
                   3947: 
                   3948:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   3949:          also available in $f.cookies
                   3950: 
                   3951:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   3952:          moved to a separate method
                   3953: 
                   3954: 2013-03-10  moko
                   3955: 
                   3956:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   3957:          added
                   3958: 
                   3959:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   3960:          removed (declared by autoconf)
                   3961: 
                   3962:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   3963:          uint32_t define
                   3964: 
                   3965: 2013-03-10  misha
                   3966: 
                   3967:        * src/classes/file.C: ^file:delete and ^file:move now support
                   3968:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   3969: 
                   3970:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   3971:          empty dirs is added
                   3972: 
                   3973: 2013-03-10  moko
                   3974: 
                   3975:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   3976:          but default check removed from ^int/double/bool.int/double/bool
                   3977:          for string.int/double/bool compatibility (related to issue #913)
                   3978: 
                   3979:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   3980:          internally throws exception if default is present (closes issue
                   3981:          #913)
                   3982: 
                   3983: 2013-03-09  misha
                   3984: 
                   3985:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   3986:          optimisations ( #845 )
                   3987: 
                   3988:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   3989: 
                   3990: 2013-03-08  moko
                   3991: 
                   3992:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   3993:          creates correct table (fixes issue #910)
                   3994: 
                   3995:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   3996:          use outside of 'connect' operator (fixes issue #911)
                   3997: 
                   3998:        * tests/results/: 096.processed, 122.processed: test results
                   3999:          updated as doubles now printed with 15 significant digits, not 5
                   4000:          (fixes issue #882)
                   4001: 
                   4002:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4003:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4004: 
                   4005: 2013-02-21  moko
                   4006: 
                   4007:        * src/classes/table.C: _locate_name_value does not check arguments
                   4008:          count, so we check it in advance (fixes issue #905)
                   4009: 
                   4010: 2012-10-23  moko
                   4011: 
                   4012:        * buildall: old shell for and echo compatibility (for six)
                   4013: 
                   4014: 2012-10-19  moko
                   4015: 
                   4016:        * buildall: --strip added --disable-safe-mode listed in usage
                   4017: 
                   4018: 2012-10-17  misha
                   4019: 
                   4020:        * src/classes/op.C: - apply-taint should not throw "outside
                   4021:          connect" exception with sql lang now
                   4022: 
                   4023: 2012-10-17  moko
                   4024: 
                   4025:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4026:          each request (for apache module)
                   4027: 
                   4028: 2012-09-26  moko
                   4029: 
                   4030:        * src/doc/doxygen.cfg: png -> svg
                   4031: 
                   4032: 2012-09-25  moko
                   4033: 
                   4034:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   4035:          test added
                   4036: 
                   4037:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   4038:          double use when key is long
                   4039: 
                   4040: 2012-09-16  moko
                   4041: 
                   4042:        * src/classes/math.C: Format -> Method Encode -> Format
                   4043: 
                   4044:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   4045:          added
                   4046: 
                   4047: 2012-09-14  moko
                   4048: 
                   4049:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   4050:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   4051:          implementation added
                   4052: 
                   4053: 2012-09-12  moko
                   4054: 
                   4055:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   4056:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   4057:          targets.dox and string.dox slightly actualized
                   4058: 
                   4059: 2012-08-31  moko
                   4060: 
                   4061:        * ChangeLog: now generated with patched cvs2cl.pl
                   4062: 
                   4063: 2012-07-29  moko
                   4064: 
                   4065:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   4066:          result should be pushed after VMethodFrame destructor is called,
                   4067:          as it deletes junctions from stack params (fixes issue #868)
                   4068: 
                   4069: 2012-07-23  moko
                   4070: 
                   4071:        * INSTALL, README: buildall script usage documented, other outdated
                   4072:          info updated.
                   4073: 
                   4074:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   4075: 
                   4076: 2012-07-21  moko
                   4077: 
                   4078:        * buildall: glib does not compile when threads are disabled...
                   4079: 
                   4080:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   4081: 
                   4082:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   4083:          unref, can't unref nested objects)
                   4084: 
                   4085:        * src/types/pa_vmail.C: another check added
                   4086: 
                   4087: 2012-07-19  moko
                   4088: 
                   4089:        * buildall: usage added
                   4090: 
                   4091:        * buildall: new buildall script that unites buildall-with-xml,
                   4092:          buildall-without-xml, --with-apache and --with-mailreceive
                   4093: 
                   4094:        * configure.in: support for static gmime and dynamic glib linking.
                   4095:          fixes for FreeBSD
                   4096: 
                   4097: 2012-07-17  moko
                   4098: 
                   4099:        * configure.in: --with-mailreceive replaced
                   4100:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   4101:          removed
                   4102: 
                   4103: 2012-07-16  moko
                   4104: 
                   4105:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   4106:          capitalized, content now decoded and text content converted to
                   4107:          $request:charset.  all properties are accessed by functions, this
                   4108:          ready for dynamic load.
                   4109: 
                   4110: 2012-06-28  moko
                   4111: 
1.116     moko     4112:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   4113:          32 bit
1.95      moko     4114: 
                   4115: 2012-06-27  moko
                   4116: 
                   4117:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   4118:          passive ftp
                   4119: 
                   4120:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   4121: 
                   4122:        * configure.in: 3.4.2 RC -> 3.4.2
                   4123: 
                   4124: 2012-06-22  moko
                   4125: 
                   4126:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   4127:          #815)
                   4128: 
                   4129:        * tests/: 284.html, results/284.processed: output options test
                   4130:          (feature #265)
                   4131: 
                   4132: 2012-06-22  misha
                   4133: 
                   4134:        * tests/215.html: - little changes
                   4135: 
                   4136: 2012-06-21  moko
                   4137: 
                   4138:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   4139:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   4140:          feature #265)
                   4141: 
                   4142:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   4143:          breaks long .*, default 10M restored. (issue #216)
                   4144: 
                   4145:        * tests/: 283.html, results/283.processed: test for issue #815
                   4146:          added
                   4147: 
                   4148:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   4149:          again, cstrm not required.
                   4150: 
                   4151:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   4152:          Win32 and broken FreeBSD (issue #45)
                   4153: 
                   4154:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   4155: 
                   4156:        * src/main/pa_string.C: warnings war
                   4157: 
                   4158:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   4159:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   4160:          main/pa_socks.C, targets/apache/pa_threads.C,
                   4161:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4162:          types/pa_vstatus.C: compilation under cygwin fixed
                   4163: 
                   4164: 2012-06-19  moko
                   4165: 
                   4166:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   4167:          Windows fixed
                   4168: 
                   4169:        * parser3.sln: removed antique pcre_ctype
                   4170: 
                   4171:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   4172: 
                   4173:        * src/include/pa_config_fixed.h: undefined reference to
                   4174:          __imp__pcre_* fix for Windows
                   4175: 
                   4176:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     4177:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   4178:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   4179:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   4180:          define fixed
1.95      moko     4181: 
                   4182: 2012-06-18  moko
                   4183: 
                   4184:        * src/classes/memcached.C: flush -> clear
                   4185: 
                   4186:        * src/classes/memcached.C: memcached does not support quotes even
                   4187:          in server name
                   4188: 
                   4189:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4190:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   4191:          called on open to check servers existance.  $.key(true) syntax
                   4192:          now supported
                   4193: 
                   4194: 2012-06-17  moko
                   4195: 
                   4196:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   4197:          cleanup
                   4198: 
                   4199:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   4200:          tests/results/282.processed: encloser at the EOF bug fixed,
                   4201:          incorrectly enclosed data now processed more logicaly (fixes
                   4202:          #339)
                   4203: 
                   4204: 2012-06-15  moko
                   4205: 
                   4206:        * buildall-without-xml: sync with buildall-with-xml
                   4207: 
                   4208:        * buildall-with-xml: download auto-detected between fetch and curl
                   4209: 
                   4210:        * configure.in: --with-gc and --with-pcre now also processed
                   4211:          correctly
                   4212: 
1.116     moko     4213:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   4214:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   4215:          should be run on rol1 using automake / aclocal (GNU automake)
                   4216:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     4217: 
                   4218:        * configure.in: new PARSER_VERSION logic
                   4219: 
                   4220:        * src/include/pa_version.h: new pa_version.h logic
                   4221: 
                   4222:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4223:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4224:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   4225:          feols_normalized -> fis_text_content set_binary added
                   4226: 
                   4227:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   4228: 
                   4229: 2012-06-15  misha
                   4230: 
                   4231:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4232:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   4233:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   4234:          ^file::create[text;content] EOLs in content now is normalized. (
                   4235:          new feature: #815 )
                   4236: 
                   4237: 2012-06-15  moko
                   4238: 
                   4239:        * configure.in: --disable-version-update added to disable version
                   4240:          update with host information (for debian package) whitespace
                   4241:          optimized
                   4242: 
                   4243:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   4244:          libtool
                   4245: 
                   4246:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   4247:          it.
                   4248: 
                   4249: 2012-06-14  moko
                   4250: 
                   4251:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   4252:          tests/results/281.processed: "hash flocked" error removed for
                   4253:          safe operations like ^h._count[] ( new feature: #335 )
                   4254: 
1.116     moko     4255:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     4256: 
                   4257:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   4258: 
                   4259:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   4260:          xml compilation check added
                   4261: 
                   4262:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   4263:          replaced with --with-gc and --with-pcre test for pcre linking
                   4264:          added
                   4265: 
                   4266: 2012-06-13  moko
                   4267: 
                   4268:        * configure.in: apxs2 check optimized
                   4269: 
                   4270:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   4271:          .la, includes optimized
                   4272: 
                   4273:        * buildall-with-xml: --with-pic looks better for -fPIC
                   4274: 
                   4275:        * configure.in: switched to convenience library in static linking
                   4276: 
                   4277:        * src/targets/apache/Makefile.am: switched to convenience library
                   4278:          usage to avoid libtool warnings
                   4279: 
                   4280:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   4281:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   4282:          smtp/Makefile.am: switched to convenience library usage
                   4283: 
                   4284:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   4285: 
                   4286:        * src/targets/apache/Makefile.am: updated for libtool usage
                   4287: 
                   4288:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   4289: 
                   4290:        * buildall-without-xml: --with-included-ltdl added
                   4291: 
                   4292:        * buildall-without-xml: sync with buildall-with-xml
                   4293: 
                   4294:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   4295:          -fPIC for x64 $download added for wget success check added
                   4296: 
                   4297:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   4298: 
                   4299:        * configure.in: disable-static returned
                   4300: 
                   4301:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   4302:          LIBTOOLFLAGS
                   4303: 
                   4304: 2012-06-12  moko
                   4305: 
                   4306:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   4307:          compatible with LIBTOOLFLAGS for unknown reasons
                   4308: 
                   4309:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   4310: 
                   4311:        * configure.in: static/dynamic -lstdc++ linking option removed
                   4312:          apxs2 check added
                   4313: 
                   4314:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   4315:          option removed
                   4316: 
                   4317: 2012-06-10  moko
                   4318: 
                   4319:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   4320:          added
                   4321: 
                   4322:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   4323: 
1.116     moko     4324:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   4325:          beauty
1.95      moko     4326: 
                   4327:        * depcomp: from libtool 2.4.2
                   4328: 
                   4329:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   4330: 
                   4331: 2012-06-09  moko
                   4332: 
1.116     moko     4333:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   4334:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     4335:          autogenerated files updated after libtool update
                   4336: 
1.116     moko     4337:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   4338:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     4339:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   4340:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   4341:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   4342:          config/compile, config/config.guess, config/config.sub,
                   4343:          config/depcomp, config/install-sh, config/ltmain.sh,
                   4344:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   4345:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   4346:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   4347:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   4348:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   4349:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   4350:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   4351:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   4352: 
                   4353:        * configure.in: preparation for new libtool
                   4354: 
                   4355:        * configure.in: Some beauty added :)
                   4356: 
                   4357:        * src/targets/apache/Makefile.am: := -> =
                   4358: 
                   4359:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   4360:          again. :)
                   4361: 
                   4362:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   4363:          previously was taken from pcre_internal.h. :)
                   4364: 
                   4365:        * src/lib/pcre/Makefile.am: config.h returned
                   4366: 
                   4367:        * src/lib/pcre/config.h: still need this. :)
                   4368: 
                   4369:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   4370: 
                   4371:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   4372:          removed
                   4373: 
                   4374:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   4375:          now in parser tree, no need to copy
                   4376: 
                   4377:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   4378:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   4379:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   4380:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   4381:          extracts now used old trash removed
                   4382: 
                   4383:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   4384:          rare charsets/drivers are commented, sql driver quessing removed
                   4385:          (debian/patches/103_auto_p.patch)
                   4386: 
                   4387:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   4388:          (debian/patches/104_automake.patch) + all charsets are copied
                   4389: 
                   4390:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   4391:          extra arguments now supported
                   4392: 
                   4393: 2012-06-08  misha
                   4394: 
                   4395:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   4396:          the 2nd option in ^table.hash[] could be hash or table so
                   4397:          .as_hash will throw an exception when table option is specified
                   4398: 
                   4399:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4400:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   4401:          classes/table.C, classes/void.C, classes/xdoc.C,
                   4402:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   4403:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   4404:          and improved (whitespaces are allowed as empty options) -
                   4405:          MethodParams::as_table is added - above methods are used for
                   4406:          parsing methods' options ( new feature: #9 )
                   4407: 
                   4408:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   4409:          to vclass. now class fields can be accessible as a hash:
                   4410:          $h[^hash::create[$asd:CLASS]]
                   4411: 
                   4412:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   4413:          have get_fields method so their fields can be accessed with
                   4414:          ^reflection:fields[...] & ^reflection:field[...]
                   4415: 
                   4416: 2012-06-06  misha
                   4417: 
                   4418:        * tests/280.html: - tests for
                   4419:          ^reflection:method[obj-or-class;method],
                   4420:          ^reflection:field[obj-or-class;field] and
                   4421:          ^reflection:fields[obj-or-class] are added
                   4422: 
                   4423: 2012-06-05  misha
                   4424: 
                   4425:        * src/classes/reflection.C: - ^reflection:method[class or
                   4426:          object;method name] and ^reflection:field[class or object;field
                   4427:          name] are added
                   4428: 
                   4429:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   4430:          is used
                   4431: 
                   4432:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   4433: 
                   4434: 2012-06-05  moko
                   4435: 
1.116     moko     4436:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     4437: 
                   4438:        * src/classes/memcached.C: flish ttl fixed
                   4439: 
                   4440: 2012-06-04  moko
                   4441: 
                   4442:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   4443:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   4444:          option (new feature #833)
                   4445: 
                   4446: 2012-06-04  misha
                   4447: 
                   4448:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   4449:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   4450: 
                   4451: 2012-06-03  misha
                   4452: 
                   4453:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   4454:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   4455: 
                   4456: 2012-05-30  misha
                   4457: 
                   4458:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   4459:          incomplete class into a scope while @USE is found
                   4460: 
                   4461:        * src/main/compile.y: - add incomplete class into a scope while
                   4462:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   4463: 
                   4464: 2012-05-30  moko
                   4465: 
                   4466:        * src/types/pa_vclass.C, tests/278.html,
                   4467:          tests/results/278.processed: removed "property has no getter
                   4468:          method" exception when GET_DEFAULT present (fixes #269)
                   4469: 
                   4470:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   4471:          $._default
                   4472: 
                   4473: 2012-05-29  moko
                   4474: 
                   4475:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   4476:          uninitialized values usage (new feature: #154)
                   4477: 
                   4478: 2012-05-28  moko
                   4479: 
                   4480:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   4481:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   4482:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   4483:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   4484:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   4485:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   4486:          tests/results/277.processed, src/types/pa_vtable.h,
                   4487:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   4488:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   4489:          feature #803)
                   4490: 
                   4491:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   4492:          tests/results/277.processed: json numbers are now treated as
                   4493:          double ( new feature: #834 )
                   4494: 
                   4495:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   4496:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   4497:          added for out of range checks, zero division in vint/vdouble
                   4498:          check added ( fixes #832 )
                   4499: 
                   4500:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   4501:          ( fixes #832 )
                   4502: 
                   4503: 2012-05-28  misha
                   4504: 
                   4505:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   4506:          configure
                   4507: 
                   4508:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   4509:          added - tests for unsupported values for options $.file, $.table
                   4510:          and $.date are added
                   4511: 
                   4512:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   4513:          accepts "stat" $.file[] option's value in addition to existed
                   4514:          "text" and "base64" ( new feature: #835 )
                   4515: 
                   4516:        * tests/276.html: - test for
                   4517:          ^reflection:delete[$object-or-class;field-name]
                   4518: 
                   4519:        * src/classes/reflection.C: -
                   4520:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   4521:          feature: #268 )
                   4522: 
                   4523: 2012-05-27  misha
                   4524: 
                   4525:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   4526: 
                   4527: 2012-05-24  misha
                   4528: 
                   4529:        * src/include/pa_common.h: - method lastposafter was removed
                   4530: 
                   4531:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   4532:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   4533:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   4534:          work as *nix commands
                   4535: 
                   4536:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   4537: 
                   4538:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   4539:          rskipchars were added
                   4540: 
                   4541:        * tests/270.html: - more tests for ^file:find[]
                   4542: 
                   4543:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   4544: 
                   4545:        * src/include/pa_version.h: - must be "win32" here. it is
                   4546:          auto-generated on *nix
                   4547: 
                   4548: 2012-05-24  moko
                   4549: 
                   4550:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   4551:          throws overflow exception ( new feature: #830 )
                   4552: 
                   4553:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   4554:          uint32 support and overflow added ( new feature: #830 )
                   4555: 
                   4556: 2012-05-23  moko
                   4557: 
                   4558:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   4559:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   4560:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   4561:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4562:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4563:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   4564:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   4565:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4566:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   4567:          "return string as-is" removed from as_expr_result. ( new feature:
                   4568:          #831 )
                   4569: 
                   4570:        * tests/results/244.processed: test changed after bug #782 fix
                   4571:          commited
                   4572: 
                   4573:        * tests/results/229.processed: test results for bug #782 commited
                   4574: 
                   4575:        * tests/: 254.html, results/254.processed: uid now just compared,
                   4576:          not printed. :)
                   4577: 
                   4578: 2012-05-20  moko
                   4579: 
                   4580:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   4581:          feature: #341 )
                   4582: 
                   4583:        * tests/: 254.html, results/254.processed: test for
                   4584:          ^reflection:uid[] added
                   4585: 
                   4586:        * tests/: 254.html, results/254.processed: test for
                   4587:          ^reflection:uid[$obj] added
                   4588: 
                   4589: 2012-05-17  misha
                   4590: 
                   4591:        * src/main/untaint.C: - do not replace ' char by _26 while
                   4592:          exploding filespec-tainting ( new feature: #829 )
                   4593: 
                   4594: 2012-05-12  moko
                   4595: 
                   4596:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   4597:          not.
                   4598: 
                   4599: 2012-05-08  moko
                   4600: 
                   4601:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   4602: 
                   4603:        * tests/229.html: test for bug #782
                   4604: 
                   4605:        * tests/results/259.processed, src/main/pa_request.C,
                   4606:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   4607:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   4608:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   4609:          string; defined locals are empty strings; $STRICT-VARS(true)
                   4610:          added
                   4611: 
                   4612: 2012-04-27  moko
                   4613: 
1.116     moko     4614:        * src/targets/apache/Makefile.am:
1.95      moko     4615:          ../../lib/memcached/libmemcached.a added
                   4616: 
                   4617: 2012-04-27  misha
                   4618: 
                   4619:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   4620:          ( #827 )
                   4621: 
                   4622: 2012-04-25  moko
                   4623: 
                   4624:        * src/: classes/json.C, classes/memcached.C,
                   4625:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4626:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   4627:          implemented.
                   4628: 
                   4629:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   4630: 
                   4631: 2012-04-23  moko
                   4632: 
                   4633:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4634:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4635:          types/pa_vmemcached.h: open allows options hash for new
                   4636:          memcached(options) function
                   4637: 
                   4638:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   4639:          not appended
                   4640: 
                   4641: 2012-04-21  moko
                   4642: 
                   4643:        * src/classes/curl.C: '' added. :)
                   4644: 
                   4645:        * src/classes/classes.vcproj: new curl.h location
                   4646: 
                   4647:        * src/classes/curl.C: verbose output redirection from stderr to
                   4648:          file curl option added
                   4649: 
                   4650: 2012-04-20  moko
                   4651: 
                   4652:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   4653:          contains what we need from curl, #ifdef HAVE_CURL removed
                   4654: 
1.116     moko     4655:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     4656:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     4657:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   4658:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     4659:          configure option
                   4660: 
                   4661: 2012-04-19  moko
                   4662: 
                   4663:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   4664:          classes/string.C, lib/gc/include/gc_allocator.h,
                   4665:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   4666:          options from sql_result_string removed. (closes issue #468)
                   4667: 
                   4668:        * src/types/pa_vmemcached.C: empty string fix
                   4669: 
                   4670:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   4671:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   4672:          pa_vmemcached.C
                   4673: 
                   4674: 2012-04-18  moko
                   4675: 
                   4676:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   4677:          apache2-mpm-prefork" error displayed in threaded mpm.
                   4678: 
                   4679:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   4680:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   4681:          installed (issue #354)
                   4682: 
                   4683: 2012-04-16  moko
                   4684: 
                   4685:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   4686:          memcached_result_free removed
                   4687: 
                   4688: 2012-04-14  moko
                   4689: 
                   4690:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   4691: 
                   4692:        * src/types/pa_vmemcached.C: check_key added and used
                   4693: 
                   4694: 2012-04-13  moko
                   4695: 
                   4696:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   4697:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   4698:          Serialization_data now added and used, VString now serialized
                   4699:          with languages into memcached.
                   4700: 
                   4701: 2012-03-28  moko
                   4702: 
                   4703:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   4704:          lib/memcached/pa_memcached.h: result lengths added
                   4705: 
                   4706: 2012-03-27  moko
                   4707: 
                   4708:        * src/types/pa_vmemcached.C: strdup added
                   4709: 
                   4710: 2012-03-24  moko
                   4711: 
                   4712:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4713:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4714:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   4715: 
                   4716: 2012-03-20  moko
                   4717: 
1.116     moko     4718:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     4719: 
                   4720:        * src/targets/cgi/Makefile.am: cleanup
                   4721: 
                   4722:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   4723:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   4724: 
                   4725:        * src/: classes/Makefile.am, classes/memcached.C,
                   4726:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   4727:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   4728:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   4729: 
                   4730: 2012-03-16  moko
                   4731: 
                   4732:        * src/main/execute.C: ident now works under Linux + ident displays
                   4733:          filenames (closes issue #818)
                   4734: 
1.116     moko     4735:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     4736:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   4737:          pa_vmethod_frame_local.h removed
                   4738: 
                   4739:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4740:          classes/classes.h, classes/curl.C, classes/date.C,
                   4741:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4742:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4743:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4744:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4745:          classes/regex.C, classes/response.C, classes/string.C,
                   4746:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4747:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4748:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4749:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4750:          include/pa_dictionary.h, include/pa_dir.h,
                   4751:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4752:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4753:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4754:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4755:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4756:          include/pa_sapi.h, include/pa_socks.h,
                   4757:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4758:          include/pa_stack.h, include/pa_string.h,
                   4759:          include/pa_stylesheet_connection.h,
                   4760:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4761:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4762:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4763:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4764:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   4765:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   4766:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   4767:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   4768:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   4769:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   4770:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   4771:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   4772:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4773:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4774:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4775:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4776:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4777:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   4778:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   4779:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   4780:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   4781:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   4782:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   4783:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   4784:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   4785:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   4786:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4787:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4788:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4789:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4790:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4791:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4792:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4793:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4794:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   4795:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   4796:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   4797:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   4798:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   4799:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4800:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   4801:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   4802:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4803:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4804:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   4805:          ident now works under Linux + ident displays filenames (closes
                   4806:          issue #818) Copyright updated
                   4807: 
                   4808: 2012-03-13  moko
                   4809: 
                   4810:        * src/main/pa_string.C: compilation fix for feature #741
                   4811: 
                   4812: 2012-03-09  misha
                   4813: 
                   4814:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   4815: 
                   4816:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   4817:          now detects invalid base64 chars in the middle of encoded stricg
                   4818:          ( new feature: #55 )
                   4819: 
                   4820:        * src/include/pa_exception.h: - new exception type for base64
                   4821:          decoding is added
                   4822: 
                   4823: 2012-03-06  misha
                   4824: 
                   4825:        * tests/274.html: - tests for ^date::today[] and
                   4826:          ^date.sql-string[datetime|date|time] are added
                   4827: 
                   4828:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   4829:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   4830:          strings "datetime", "date" or "time" - comments tidying up
                   4831: 
                   4832:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   4833:          date and time
                   4834: 
                   4835: 2012-03-03  misha
                   4836: 
                   4837:        * tests/193.html: - tests for
                   4838:          ^string:base64[encoded;$.strict(true)] are added
                   4839: 
                   4840:        * tests/results/auto.p: - try-catch operator is added
                   4841: 
                   4842:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   4843:          main/pa_common.C: - $.strict(true|false) option is added to
                   4844:          base64 decode methods ( new feature: #55 )
                   4845: 
                   4846:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   4847:          ( new feature: #819 )
                   4848: 
                   4849: 2012-02-28  moko
                   4850: 
                   4851:        * src/classes/hash.C: ident test
                   4852: 
                   4853: 2012-02-27  misha
                   4854: 
                   4855:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   4856: 
                   4857: 2012-01-08  misha
                   4858: 
                   4859:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   4860: 
                   4861:        * src/: classes/string.C, include/pa_dictionary.h,
                   4862:          main/pa_dictionary.C, main/pa_string.C: -
                   4863:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   4864:          ^string.replace[one subst here] is slightly optimized
                   4865: 
                   4866: 2011-12-07  misha
                   4867: 
                   4868:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   4869:          named table with one empty column ( bugfix: #63 )
                   4870: 
                   4871: 2011-11-30  misha
                   4872: 
                   4873:        * src/classes/json.C: - it's possible to set user's method for
                   4874:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   4875:          #763 )
                   4876: 
                   4877:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   4878: 
                   4879: 2011-11-23  misha
                   4880: 
                   4881:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   4882:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   4883:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   4884:          ^file::create[mode;filename;content[;options]] now accepts binary
                   4885:          mode and file-content - new constructor's format:
                   4886:          ^file::create[string-or-file-content[;$.name[filename]
                   4887:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   4888:          feature: #65 )
                   4889: 
                   4890:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   4891:          mime_type_of(const String*) is added
                   4892: 
                   4893:        * src/include/pa_exception.h: - new exception constant
                   4894:          FILE_NAME_MUST_BE_SPECIFIED is added
                   4895: 
                   4896:        * src/classes/table.C: - bug with negative offset transformed into
                   4897:          a feature. it means pointing to a row from the end of the table (
                   4898:          new feature: #810 )
                   4899: 
                   4900: 2011-11-19  misha
                   4901: 
                   4902:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   4903:          â ìåòîäå _select ( new feature: #810 )
                   4904: 
                   4905:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   4906:          options were specified together is simplified
                   4907: 
                   4908: 2011-11-12  misha
                   4909: 
                   4910:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   4911:          HTTP content-disposition header (a part of bug #361 )
                   4912: 
                   4913:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   4914:          checks for ancestors' classes as well ( new feature: #456 )
                   4915: 
                   4916:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   4917:          "without cycle" now have types "parser.break" and
                   4918:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   4919:          )
                   4920: 
                   4921: 2011-11-11  misha
                   4922: 
                   4923:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   4924:          237.processed: - since bug #361 was fixed the content of filename
                   4925:          in HTTP headers is quoted
                   4926: 
                   4927:        * tests/results/270.processed: - result for test 270
                   4928: 
                   4929:        * tests/: 065.html, results/065.processed: - more tests for
                   4930:          ^file:basename[] & Co were added
                   4931: 
                   4932:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   4933: 
                   4934:        * tests/270.html: - tests for ^file:find[] are added
                   4935: 
                   4936:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   4937:          using option $.charset. option $.engoding is still supported but
                   4938:          these options can not be specified together
                   4939: 
                   4940:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   4941:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   4942: 
                   4943: 2011-10-11  misha
                   4944: 
                   4945:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   4946:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   4947:          #622)
                   4948: 
                   4949: 2011-09-30  misha
                   4950: 
                   4951:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   4952:          exception "saving stat-ed file" ( bugfix: #395 )
                   4953: 
                   4954: 2011-05-30  misha
                   4955: 
                   4956:        * src/classes/string.C: - fixed bug which was added with
                   4957:          params.as_hash into string:sql
                   4958: 
                   4959: 2011-05-29  misha
                   4960: 
                   4961:        * src/types/pa_value.C: - filename in content-disposition header
                   4962:          must be quoted ( bugfix: #361 )
                   4963: 
                   4964: 2011-05-27  misha
                   4965: 
                   4966:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   4967:          created file
                   4968: 
                   4969:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   4970:          usage
                   4971: 
                   4972:        * src/include/pa_exception.h: - one more string for exception was
                   4973:          added
                   4974: 
                   4975: 2011-05-25  misha
                   4976: 
                   4977:        * tests/269.html: - tests for checking input params in some dom
                   4978:          methods
                   4979: 
                   4980:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   4981:          was added. it isn't possible not wo create xdoc with invalid
                   4982:          tagName. ( bugfix: #160 )
                   4983: 
                   4984:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   4985:          string "data must be string" was mover from pa_exception.h to
                   4986:          pa_xml_exception.h
                   4987: 
                   4988:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   4989:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   4990: 
                   4991:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   4992: 
                   4993:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   4994:          options - XML-related exception's strings were added
                   4995: 
                   4996:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   4997:          output_options were removed)
                   4998: 
                   4999: 2011-05-19  misha
                   5000: 
                   5001:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5002:          params.as_hash is used more while parsing methods hash-options
                   5003: 
                   5004: 2011-05-18  misha
                   5005: 
                   5006:        * operators.txt: - info about json-serialization of xdoc was added
                   5007: 
                   5008:        * tests/256.html: - tests for json-serialization xdoc were added
                   5009: 
                   5010:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5011: 
                   5012:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5013:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5014:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5015:          specified in $.xdoc[] ( new feature: #265 )
                   5016: 
                   5017: 2011-05-15  misha
                   5018: 
                   5019:        * tests/268.html: - tests for ^table.count[with options] were added
                   5020: 
                   5021:        * src/classes/table.C: - method ^table.count[] now can accept
                   5022:          options ( new feature: #93 ): ^table.count[column] returns number
                   5023:          of columns for named table; ^table.count[cells] returns number of
                   5024:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5025:          return number of rows in a table.
                   5026: 
                   5027:        * tests/267.html: - test for checking switch/case in boolean mode
                   5028:          was added
                   5029: 
                   5030:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5031:          compared as bool values, not as double values: new feature: #351
                   5032: 
                   5033: 2011-05-06  misha
                   5034: 
                   5035:        * tests/242.html: - EOL before EOF was added
                   5036: 
                   5037:        * tests/169.html: - tests for splitting empty string and void were
                   5038:          added
                   5039: 
                   5040:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   5041:          returned table with one empty cell)
                   5042: 
                   5043: 2011-04-03  misha
                   5044: 
                   5045:        * src/include/pa_version.h, configure.in: - version in head was
                   5046:          changed to 3.4.2b
                   5047: 
                   5048: 2011-03-30  misha
                   5049: 
                   5050:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   5051:          as well ( new feature #294 )
                   5052: 
                   5053: 2011-03-29  misha
                   5054: 
                   5055:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   5056:          limited to approx. 6 MB. previous limits were too big for real
                   5057:          life. bugfix: #216
                   5058: 
                   5059: 2011-03-04  moko
                   5060: 
                   5061:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   5062:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   5063: 
                   5064:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   5065:          vlalek@
                   5066: 
                   5067: 2011-02-22  misha
                   5068: 
                   5069:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   5070:          be under #ifdef XML or parser can't be compiled without xml
                   5071:          support
                   5072: 
                   5073: 2011-02-21  misha
                   5074: 
1.116     moko     5075:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     5076:          ApacheModuleParser3.vcproj was removed
                   5077: 
                   5078:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   5079:          removed)
                   5080: 
                   5081: 2011-02-20  misha
                   5082: 
                   5083:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   5084:          $.overridden in ^reflection:method_info[...] were added
                   5085: 
                   5086:        * src/classes/reflection.C: - beautifying result of
                   5087:          ^reflection:method_info[] ($.overridden/inherited)
                   5088: 
                   5089: 2011-02-18  misha
                   5090: 
                   5091:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   5092:          and pa_isalnum instead of isalpha and isalnum - bug with
                   5093:          redundand quoting lowercased latin chars while building email
                   5094:          body was fixed
                   5095: 
                   5096:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   5097:          added (they check for latin chars only)
                   5098: 
                   5099: 2011-02-16  misha
                   5100: 
                   5101:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   5102:          string size for transcoding gave too small value (should ever
                   5103:          look for availability char in dest charset inspite of the char
                   5104:          size)
                   5105: 
                   5106: 2011-02-04  moko
                   5107: 
                   5108:        * tests/223.html: header values now not url-encoded (issue #195)
                   5109: 
                   5110: 2011-02-01  misha
                   5111: 
                   5112:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   5113: 
                   5114: 2011-01-31  misha
                   5115: 
                   5116:        * src/main/pa_request.C: - throw exception if param file_name in
                   5117:          use_file is empty
                   5118: 
                   5119: 2011-01-08  moko
                   5120: 
                   5121:        * src/classes/curl.C: compilations errors fixed
                   5122: 
                   5123: 2010-12-29  moko
                   5124: 
                   5125:        * tests/: 265.html, results/265.processed: test for issue #200
                   5126:          added
                   5127: 
                   5128:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   5129:          #200)
                   5130: 
                   5131:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   5132: 
                   5133:        * tests/results/223.processed: header values now not url-encoded
                   5134:          (issue #195)
                   5135: 
                   5136:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   5137:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   5138:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   5139: 
                   5140: 2010-12-18  misha
                   5141: 
                   5142:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   5143:          => pa-include
                   5144: 
                   5145: 2010-11-28  moko
                   5146: 
                   5147:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   5148: 
                   5149:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   5150:          -> pa
                   5151: 
                   5152:        * configure.in: apr -> pa
                   5153: 
                   5154:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   5155: 
                   5156:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   5157:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   5158: 
                   5159:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   5160:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   5161:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   5162:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   5163:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   5164:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   5165:          module apr name conflict resolved)
                   5166: 
                   5167: 2010-11-27  misha
                   5168: 
                   5169:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   5170:          libbz2
                   5171: 
                   5172: 2010-11-26  misha
                   5173: 
                   5174:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   5175:          warnings removed
                   5176: 
                   5177: 2010-11-25  moko
                   5178: 
                   5179:        * operators.txt: $.indent(true)
                   5180: 
                   5181:        * operators.txt: another bugfix. :)
                   5182: 
                   5183:        * operators.txt: bugfix. :)
                   5184: 
                   5185:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   5186: 
                   5187: 2010-11-24  moko
                   5188: 
1.116     moko     5189:        * configure: apxs support
1.95      moko     5190: 
                   5191:        * configure.in: apxs support -Bstatic gc removed for OS X
                   5192: 
                   5193:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   5194: 
                   5195:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   5196:          THREAD_LOCAL usage
                   5197: 
                   5198:        * src/: classes/curl.C, include/pa_config_includes.h,
                   5199:          main/pa_globals.C: THREAD_LOCAL defined and used
                   5200: 
                   5201: 2010-11-23  moko
                   5202: 
                   5203:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   5204:          should be passed to pa_sleep, and only fractional part (bugfix:
                   5205:          #188)
                   5206: 
                   5207:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   5208: 
                   5209:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5210:          GC_dont_gc=1, as in cgi version
                   5211: 
                   5212:        * src/targets/apache/mod_parser3.c: warning war
                   5213: 
                   5214:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5215:          pa_httpd.h: version removed, some trash removed
                   5216: 
                   5217:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   5218:          to show it), warning war
                   5219: 
                   5220:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5221:          pa_httpd.h: parser_status_allowed removed + merge config
                   5222:          functions removed (override is the default) + beauty
                   5223: 
                   5224:        * src/: include/pa_request.h, main/pa_request.C,
                   5225:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   5226:          hide $status used in apache module removed
                   5227: 
                   5228: 2010-11-18  moko
                   5229: 
                   5230:        * operators.txt: $.table[compact] added for ^json:string[]
                   5231: 
                   5232: 2010-11-16  moko
                   5233: 
                   5234:        * src/targets/apache/mod_parser3.c: some cleanup done
                   5235: 
                   5236:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   5237:          is hashcode; second, info.fragment_begin is original, not
                   5238:          resulting length
                   5239: 
                   5240:        * src/classes/file.C: new feature: $.stdin now untainted
                   5241: 
                   5242:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   5243: 
                   5244:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   5245: 
                   5246:        * src/classes/op.C: ^apply-taint[] method added
                   5247: 
                   5248:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   5249:          added; $.stdin untaint test added
                   5250: 
                   5251: 2010-11-15  moko
                   5252: 
                   5253:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   5254:          removed
                   5255: 
                   5256:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   5257:          pa_httpd.h: 2x2 calculated under apache2. :)
                   5258: 
                   5259: 2010-11-13  moko
                   5260: 
                   5261:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   5262:          with apache 2.x includes
                   5263: 
                   5264:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   5265:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   5266:          united apache 1.3 / apache 2.x DSO module
                   5267: 
                   5268: 2010-11-09  moko
                   5269: 
                   5270:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   5271:          syntax
                   5272: 
                   5273:        * tests/: 263.html, results/263.processed: test from method[*args]
                   5274:          added
                   5275: 
                   5276:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   5277:          number of params can now be passed to a method declared with *arg
                   5278: 
                   5279: 2010-11-06  moko
                   5280: 
                   5281:        * src/classes/table.C: formating fixed. :)
                   5282: 
                   5283:        * src/classes/table.C: closes #4: ^table.select now supports
                   5284:          $.limit(), $.offset, $.reverse() options
                   5285: 
                   5286:        * tests/: 262.html, results/262.processed: test for ^table:select
                   5287:          with options added (feature #4)
                   5288: 
                   5289:        * src/include/pa_array.h: remove function added
                   5290: 
                   5291:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   5292:          object in get_element/put_element, using static one.
                   5293: 
                   5294: 2010-11-04  moko
                   5295: 
                   5296:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   5297:          options is passed
                   5298: 
                   5299:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   5300:          now tested; k and p in handler now tested.
                   5301: 
                   5302:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   5303:          $.table[compact] feature added
                   5304: 
                   5305:        * src/classes/json.C: key is now passed to handler in
                   5306:          value_json_string; ^json:string result now process tainting
                   5307:          inside and returns clean string, related to issue #153
                   5308: 
                   5309:        * src/main/untaint.C: bugfix: charset can be null (in
                   5310:          ^string:save[] as example), thus check is added
                   5311: 
                   5312: 2010-10-31  moko
                   5313: 
                   5314:        * src/classes/string.C: error message changed (fixes issue #149)
                   5315: 
                   5316: 2010-10-29  moko
                   5317: 
                   5318:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   5319:          port is not default (fixes issue #155); exception on invalid port
                   5320:          added.
                   5321: 
                   5322:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   5323:          "Accept: */*" to be passed
                   5324: 
                   5325: 2010-10-28  moko
                   5326: 
                   5327:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   5328:          exception on unknown charset even if response_charset was
                   5329:          specified
                   5330: 
                   5331: 2010-10-27  moko
                   5332: 
                   5333:        * src/classes/string.C: ^string.append removed for void
                   5334:          compatibility
                   5335: 
                   5336: 2010-10-26  moko
                   5337: 
                   5338:        * src/classes/json.C: libjson supports array at top level, we too
                   5339:          (GPF fixed)
                   5340: 
                   5341: 2010-10-25  moko
                   5342: 
                   5343:        * tests/: 253.html, results/253.processed: libjson supports array
                   5344:          at top level, parser now supports it as well.
                   5345: 
                   5346:        * tests/261.html, tests/results/261.processed,
                   5347:          src/types/pa_vstring.h: empty string is now void compatible
                   5348:          (allows $empty.key)
                   5349: 
                   5350: 2010-10-22  misha
                   5351: 
                   5352:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   5353:          while adding additional expires checkout)
                   5354: 
                   5355:        * tests/030.html: - test for session cookie was added
                   5356: 
                   5357: 2010-10-21  moko
                   5358: 
                   5359:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   5360:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   5361:          string (feature #111)
                   5362: 
                   5363:        * tests/: 261.html, results/261.processed: checks void from string
                   5364:          inheritance (feature #111)
                   5365: 
                   5366:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   5367:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   5368:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   5369:          now true by default
                   5370: 
                   5371: 2010-10-17  moko
                   5372: 
                   5373:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   5374:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   5375:          (bugfix: #128)
                   5376: 
                   5377:        * tests/: 223.html, results/223.processed: binary file upload test
                   5378:          added, GPF (issue #128) also checked in this test
                   5379: 
                   5380: 2010-10-13  misha
                   5381: 
                   5382:        * tests/260.html: - test for math:convert
                   5383: 
                   5384:        * src/classes/math.C: - error in math:convert was fixed
                   5385: 
                   5386:        * operators.txt: - info about
                   5387:          ^math:convert[number](from-base;to-base) was added
                   5388: 
                   5389:        * src/classes/math.C: - method
                   5390:          ^math:convert[number](from-base;to-base) for converting number
                   5391:          represention from one base to another was added ( new feature:
                   5392:          #23 )
                   5393: 
                   5394: 2010-10-13  moko
                   5395: 
                   5396:        * src/main/compile.tab.C: [] now is empty string, not void
                   5397: 
                   5398:        * src/main/compile.y: [] now is empty string, not void
                   5399: 
                   5400:        * src/types/pa_vvoid.h: void now passed as parameter
                   5401: 
                   5402:        * tests/: 259.html, results/259.processed: to test difference
                   5403:          between void and empty string (see ticket #111)
                   5404: 
                   5405:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   5406:          void
                   5407: 
                   5408:        * tests/256.html: $s[$void] is no longer empty string
                   5409: 
                   5410:        * tests/254.html: empty string is no longer void
                   5411: 
                   5412: 2010-10-12  misha
                   5413: 
                   5414:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   5415:          converted to date during cookies set up ( bugfix: #104 )
                   5416: 
                   5417:        * tests/041.html: - more tests for ^table.locate were added
                   5418: 
                   5419:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   5420:          work ( bugfix: #129 ) - exception comment for incorrect options
                   5421:          ^table.locate[field;value;options] was fixed
                   5422: 
                   5423: 2010-10-10  moko
                   5424: 
                   5425:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   5426:          another object feature returned
                   5427: 
                   5428:        * tests/results/258.processed: test result updated as constructor
                   5429:          returning another object feature returned
                   5430: 
                   5431:        * tests/: 258.html, results/258.processed: test for constructor
                   5432:          returning another object
                   5433: 
                   5434: 2010-10-08  misha
                   5435: 
                   5436:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   5437:          options shouldn't cause exceptions any longer
                   5438: 
                   5439: 2010-10-06  moko
                   5440: 
                   5441:        * src/classes/: hash.C, table.C: length from sql server is now
                   5442:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   5443: 
                   5444: 2010-10-02  misha
                   5445: 
                   5446:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   5447:          usable to delete cache file.
                   5448: 
                   5449: 2010-10-02  moko
                   5450: 
                   5451:        * tests/: 253.html, results/253.processed: hook_key added for key
                   5452:          checking
                   5453: 
                   5454:        * src/classes/json.C: null key bug fixed
                   5455: 
                   5456: 2010-09-29  misha
                   5457: 
                   5458:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   5459: 
                   5460: 2010-09-25  moko
                   5461: 
                   5462:        * src/classes/json.C: small fixed
                   5463: 
                   5464:        * tests/results/: 253.processed, 255.processed: just updated
                   5465: 
                   5466:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   5467:          results/255.processed: charset transcode test added for
                   5468:          json:parse
                   5469: 
                   5470: 2010-09-24  moko
                   5471: 
                   5472:        * src/types/pa_value.h: warning war :)
                   5473: 
                   5474:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   5475:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   5476:          ^json:string
                   5477: 
                   5478: 2010-09-22  moko
                   5479: 
                   5480:        * src/main/pa_charset.C: parser charset tables declare only
                   5481:          white-space before 0x20, thus adding the missing chars
                   5482: 
                   5483:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   5484:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   5485: 
                   5486: 2010-09-21  misha
                   5487: 
                   5488:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   5489:          want to compile grammar if they are absent)
                   5490: 
                   5491:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   5492: 
                   5493:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   5494: 
                   5495:        * src/main/main.vcproj: - path to bison is changed
                   5496: 
                   5497: 2010-09-21  moko
                   5498: 
1.116     moko     5499:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   5500:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   5501:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     5502: 
                   5503: 2010-09-20  misha
                   5504: 
                   5505:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   5506: 
                   5507:        * src/classes/json.C: - add EOL while json-serializing hash
                   5508: 
                   5509:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   5510:          compilers don't like 'ES'.
                   5511: 
                   5512: 2010-09-17  misha
                   5513: 
                   5514:        * operators.txt: - info about json class was added
                   5515: 
                   5516:        * src/classes/json.C: - ^json:string[object]
                   5517: 
                   5518:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   5519:          preventing infinite recursion while executing json:string was
                   5520:          added
                   5521: 
                   5522:        * src/include/pa_string.h: - method append_quoted was added
                   5523: 
                   5524:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   5525:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   5526:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   5527:          was added to Value & Co
                   5528: 
                   5529:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   5530:          were used
                   5531: 
                   5532:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   5533:          were added
                   5534: 
                   5535: 2010-09-10  moko
                   5536: 
                   5537:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5538:          die_or_abort (backport from 3.4.1)
                   5539: 
                   5540:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   5541:          die_or_abort (bugfix: #106)
                   5542: 
                   5543: 2010-09-09  moko
                   5544: 
                   5545:        * src/classes/json.C: warning war. :)
                   5546: 
                   5547: 2010-09-08  misha
                   5548: 
                   5549:        * src/lib/json/Makefile.am: - additional include directories were
                   5550:          added (for pa_memory.h and gc.h)
                   5551: 
                   5552:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   5553:          compile as C++ instead default - additional include directory was
                   5554:          added (for gc.h)
                   5555: 
                   5556:        * src/types/pa_vform.C: - little code reformating
                   5557: 
                   5558:        * src/classes/file.C: - $.content-type option now can be specified
                   5559:          in ^file::create ( new feature: #102 )
                   5560: 
                   5561: 2010-09-08  moko
                   5562: 
                   5563:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   5564:          pa_malloc/pa_free
                   5565: 
                   5566: 2010-09-07  moko
                   5567: 
                   5568:        * tests/results/254.processed: VStateless_class:put_element
                   5569:          exception was fixed
                   5570: 
                   5571:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   5572:          VStateless_class:put_element barks self.type, not this.type
                   5573:          (bugfix: #105)
                   5574: 
                   5575: 2010-09-06  moko
                   5576: 
                   5577:        * src/classes/reflection.C: bugfix: new String() is required for
                   5578:          exception handling
                   5579: 
                   5580:        * tests/: 254.html, results/254.processed: test modified
                   5581: 
                   5582: 2010-09-05  moko
                   5583: 
                   5584:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   5585:          added
                   5586: 
                   5587:        * src/: classes/reflection.C, include/pa_request.h:
                   5588:          ^reflection:copy implemented (new feature: #100)
                   5589: 
                   5590: 2010-09-03  moko
                   5591: 
                   5592:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   5593: 
                   5594:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   5595:          option testing added
                   5596: 
                   5597: 2010-09-02  moko
                   5598: 
                   5599:        * src/classes/json.C: $.distinct[first|last|all] added
                   5600: 
                   5601: 2010-09-01  moko
                   5602: 
                   5603:        * tests/results/253.processed: json test result
                   5604: 
                   5605:        * tests/: 253.html, 253_json.txt: json test added
                   5606: 
                   5607:        * src/classes/json.C: json.C update to actual version + hash key
                   5608:          creation bugfix
                   5609: 
                   5610: 2010-08-31  misha
                   5611: 
                   5612:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   5613:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   5614:          src/lib/Makefile.am, src/classes/Makefile.am,
                   5615:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   5616:          json library was added
                   5617: 
                   5618: 2010-08-30  moko
                   5619: 
                   5620:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   5621:          types/pa_vobject.C: cosmetic optimization in
                   5622:          request:execute_method usage
                   5623: 
                   5624:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   5625:          optimization, just to decrease number of lines. :)
                   5626: 
                   5627: 2010-08-27  misha
                   5628: 
                   5629:        * src/classes/op.C: - taint[json] was added
                   5630: 
                   5631:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   5632:          were added
                   5633: 
                   5634:        * src/main/pa_exec.C: - warning fix was rolled back.
                   5635: 
                   5636:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   5637:          include/pa_string.h: - taint[json] was added - escaping was
                   5638:          slightly modified
                   5639: 
                   5640: 2010-08-25  misha
                   5641: 
                   5642:        * src/classes/file.C: - typo in file:sql exception was fixed
                   5643: 
                   5644:        * src/main/pa_exec.C: - warning about declared and not used
                   5645:          variable forced_allow was removed
                   5646: 
                   5647: 2010-08-14  misha
                   5648: 
                   5649:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   5650:          were removed
                   5651: 
                   5652: 2010-08-11  moko
                   5653: 
                   5654:        * tests/: 249.html, results/249.processed: default setter and
                   5655:          anti-recursive default getter test added
                   5656: 
                   5657:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   5658:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   5659:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   5660:          types/pa_vstateless_class.h: default setter support +
                   5661:          anti-recursive default getter support ( new feature: #13 )
                   5662: 
                   5663:        * src/include/pa_hash.h: optimization: threshold member removed
                   5664:          from hash, reducing sizeof(hash)
                   5665: 
                   5666: 2010-08-10  misha
                   5667: 
                   5668:        * tests/196.html: - junction-method was added to the test
                   5669: 
                   5670:        * tests/248.html: - ups. typo :)
                   5671: 
                   5672:        * tests/248.html: - test for checking .match with 4 params
                   5673: 
                   5674:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   5675:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   5676:          $request:charset during loading if the BOM code is detected"
                   5677: 
                   5678:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   5679:          $request:charset during loading if the BOM code is detected ( new
                   5680:          feature: #98 )
                   5681: 
                   5682: 2010-08-05  misha
                   5683: 
                   5684:        * src/classes/image.C: - ^image.replace now can accept only 2
                   5685:          params. in this case the whole image is affected ( new feature:
                   5686:          #95 )
                   5687: 
                   5688: 2010-08-04  misha
                   5689: 
                   5690:        * tests/246.html: - test tor ^hash._at[] was added
                   5691: 
                   5692:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   5693:          #53 )
                   5694: 
                   5695:        * src/include/pa_hash.h: - methods for accessing the first and the
                   5696:          last values of ordered hash were added (first_value and
                   5697:          last_value)
                   5698: 
                   5699:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   5700:          (similar to others file's methods):
                   5701:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   5702:          #68 )
                   5703: 
                   5704:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   5705: 
                   5706: 2010-08-01  moko
                   5707: 
                   5708:        * src/classes/op.C: to correctly process $result[] in code, called
                   5709:          from ^process
                   5710: 
                   5711:        * tests/245.html: $result in ^process[] test added
                   5712: 
                   5713:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   5714:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   5715:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   5716:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   5717:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   5718:          removed, construct(class,method) added
                   5719: 
                   5720:        * tests/results/: 192.processed, 244.processed: request::construct
                   5721:          added
                   5722: 
                   5723:        * tests/: 244.html, 245.html, results/244.processed,
                   5724:          results/245.processed: object creation exceptions and ^process
                   5725:          tests added
                   5726: 
                   5727: 2010-07-28  misha
                   5728: 
                   5729:        * tests/make_tests.cmd: - win32 EOLs
                   5730: 
                   5731:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   5732:          tests on Win32 were added (The system timezone should be GMT+3)
                   5733: 
                   5734: 2010-07-26  misha
                   5735: 
                   5736:        * tests/: 212.html, results/212.processed: - sizes were removed
                   5737:          mecause they could be different on different OSs
                   5738: 
                   5739:        * tests/065.html: - make it "win32 friendly"
                   5740: 
                   5741: 2010-07-25  misha
                   5742: 
                   5743:        * src/main/compile.y: - all EOLs between methods are removed during
                   5744:          compilation ( new feature: #47 )
                   5745: 
                   5746:        * tests/results/149.processed: - prepare tests to trim trailing
                   5747:          methods' EOLs
                   5748: 
                   5749:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   5750: 
                   5751:        * tests/: results/006.processed, results/014.processed, 006.html,
                   5752:          014.html, 022.html: - prepare tests to trim trailing methods'
                   5753:          EOLs
                   5754: 
                   5755:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   5756:          results/071.processed, results/022.processed: - prepare tests to
                   5757:          trim trailing methods' EOLs
                   5758: 
                   5759:        * tests/: results/073.processed, results/109.processed,
                   5760:          results/142.processed, results/144.processed,
                   5761:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   5762:          144.html: - prepare tests to trim trailing methods' EOLs
                   5763: 
                   5764:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   5765:          149.html, 152.html, results/096.processed, results/107.processed,
                   5766:          results/109.processed, results/142.processed,
                   5767:          results/144.processed: - prepare tests to trim trailing methods'
                   5768:          EOLs
                   5769: 
                   5770: 2010-07-24  moko
                   5771: 
                   5772:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   5773:          the hash order in this test
                   5774: 
                   5775:        * tests/014.html: to check hash order, hash no is longer sorted
                   5776:          before print
                   5777: 
                   5778:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   5779:          (bugfix: #54)
                   5780: 
                   5781: 2010-07-23  moko
                   5782: 
                   5783:        * tests/results/224.processed: @auto[] is no longer inherited
                   5784: 
                   5785:        * src/types/pa_vstateless_class.C, tests/227.html,
                   5786:          tests/results/227.processed: @auto[] is no longer inherited
                   5787:          (bugfix: #57)
                   5788: 
                   5789: 2010-07-22  misha
                   5790: 
                   5791:        * src/classes/table.C: - don't skip comment lines during
                   5792:          table::load if encloser or separator is set as '#' ( new feature:
                   5793:          #30 )
                   5794: 
                   5795:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   5796:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   5797:          #12 )
                   5798: 
                   5799:        * src/classes/file.C: - set PARSER_VARSION env before external
                   5800:          script executing
                   5801: 
                   5802: 2010-07-13  misha
                   5803: 
                   5804:        * tests/058.html: - test for suppressing @border was added - test
                   5805:          for user attribute was added
                   5806: 
                   5807:        * tests/results/186.processed: unescaping from \uXXXX
                   5808: 
                   5809:        * tests/186.html: unescaping from \uXXXX
                   5810: 
                   5811:        * tests/: 239.html, results/239.processed: method call type
                   5812: 
                   5813:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   5814:          $junction_method.CLASS_NAME (+CLASS)
                   5815: 
                   5816: 2010-07-07  misha
                   5817: 
                   5818:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   5819:          *nix
                   5820: 
                   5821: 2010-07-05  misha
                   5822: 
                   5823:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5824:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   5825:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   5826:          comment strings "options must be hash", "options must be hash,
                   5827:          not code" and "called with invalid option" were replaced by
                   5828:          constatns - exception comment string "invalid option passed" was
                   5829:          replaced by "called with invalid option" (now in different
                   5830:          methods are the same exception comment string)
                   5831: 
                   5832:        * src/include/pa_exception.h: - more exception strings were defined
                   5833: 
                   5834:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5835:          types/pa_vstateless_class.h: - now we can define possible
                   5836:          method's call type ( new feature: #5 )   1.
                   5837:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   5838:          methods   2. @static:method[params] (only static keyword could be
                   5839:          used here) -- for specified methods
                   5840: 
                   5841:        * src/main/pa_common.C: - junction points should not be deleted on
                   5842:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   5843:          cleanup
                   5844: 
                   5845: 2010-07-03  misha
                   5846: 
                   5847:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   5848:          results/158.processed, results/160.processed,
                   5849:          results/161.processed, results/162.processed,
                   5850:          results/163.processed: - prepare tests to trim trailing methods'
                   5851:          EOLs
                   5852: 
                   5853:        * tests/results/169.processed: - prepare tests to trim trailing
                   5854:          methods' EOLs
                   5855: 
                   5856:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   5857:          trim trailing methods' EOLs
                   5858: 
                   5859:        * tests/: results/170.processed, results/167.processed,
                   5860:          results/168.processed, results/169.processed, 167.html, 168.html,
                   5861:          169.html: - prepare tests to trim trailing methods' EOLs
                   5862: 
                   5863:        * tests/: results/170.processed, results/171.processed,
                   5864:          results/172.processed, results/173.processed,
                   5865:          results/174.processed, results/175.processed, 170.html, 171.html,
                   5866:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   5867:          trailing methods' EOLs
                   5868: 
                   5869:        * tests/: results/176.processed, results/180.processed,
                   5870:          results/184.processed, results/185.processed,
                   5871:          results/191.processed, results/192.processed,
                   5872:          results/196.processed, results/197.processed,
                   5873:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   5874:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   5875:          to trim trailing methods' EOLs
                   5876: 
                   5877:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   5878:          results/199.processed, results/208.processed,
                   5879:          results/209.processed, results/213.processed,
                   5880:          results/214.processed: - prepare tests to trim trailing methods'
                   5881:          EOLs
                   5882: 
                   5883: 2010-06-29  misha
                   5884: 
                   5885:        * tests/: 220.html, 218.html, results/218.processed,
                   5886:          results/215.processed, results/217.processed, 215.html, 217.html:
                   5887:          - prepare tests to trim trailing methods' EOLs
                   5888: 
                   5889:        * tests/: results/224.processed, 224.html, 223.html,
                   5890:          results/223.processed, results/220.processed: - prepare tests to
                   5891:          trim trailing methods' EOLs
                   5892: 
                   5893:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   5894:          trim trailing methods' EOLs
                   5895: 
                   5896:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   5897:          trailing methods' EOLs
                   5898: 
                   5899:        * tests/: 232.html, 235.html, results/232.processed,
                   5900:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   5901:          results/226.processed, results/227.processed,
                   5902:          results/228.processed, results/230.processed: - prepare tests to
                   5903:          trim trailing methods' EOLs
                   5904: 
                   5905: 2010-06-16  moko
                   5906: 
                   5907:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   5908:          ^if
                   5909: 
                   5910:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   5911: 
                   5912: 2010-06-03  misha
                   5913: 
                   5914:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   5915:          instead of memcopy for overlaped regions
                   5916: 
                   5917: 2010-05-25  misha
                   5918: 
                   5919:        * src/main/pa_common.C: - wanring about unused vars was removed
                   5920: 
                   5921:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   5922:          get_method_filename was moved to execute.C
                   5923: 
                   5924: 2010-05-23  misha
                   5925: 
                   5926:        * src/main/pa_request.C: - more accurate detection of method's file
                   5927: 
                   5928: 2010-05-22  misha
                   5929: 
                   5930:        * src/classes/reflection.C: - bugfix: core during detection of
                   5931:          .file if filespec isn't detected successfully
                   5932: 
                   5933: 2010-05-20  misha
                   5934: 
                   5935:        * src/main/pa_request.C: - fix in get_method_filename
                   5936: 
                   5937:        * src/include/pa_request.h: - new feature: #24 -- searching
                   5938:          included file in @USE/^use is changed. if its filespec doesn't
                   5939:          start from '/' it will be searched in caller file directory
                   5940: 
                   5941:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   5942:          where the method is defined
                   5943: 
                   5944:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   5945:          classes/op.C: - new feature: #24 -- searching included file in
                   5946:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   5947:          will be searched in caller file directory
                   5948: 
                   5949:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   5950:          is moved to pa_common.h
                   5951: 
                   5952: 2010-05-18  misha
                   5953: 
                   5954:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   5955:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   5956:          cookie parser decode \uXXXX as well as %uXXXX
                   5957: 
                   5958: 2010-05-17  misha
                   5959: 
                   5960:        * src/classes/curl.C: beauty: - unused param is removed in method
                   5961:          _curl_version_action - some spaces were removed or replaced by
                   5962:          tabs
                   5963: 
                   5964:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   5965:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   5966: 
                   5967: 2010-05-16  misha
                   5968: 
                   5969:        * src/classes/curl.C: new: #61 more curl options were added
                   5970:          (contributed by Sumo)
                   5971: 
                   5972: 2010-04-29  pretender
                   5973: 
                   5974:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   5975:          now empty string.
                   5976: 
                   5977:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   5978:          string type.
                   5979: 
                   5980: 2010-04-28  pretender
                   5981: 
                   5982:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   5983:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   5984:          macrodefinition removed
                   5985: 
                   5986: 2010-04-19  pretender
                   5987: 
                   5988:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   5989:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   5990: 
                   5991:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   5992:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   5993: 
                   5994:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   5995:          variable" exception in grpunlim version.
                   5996: 
                   5997: 2010-04-05  misha
                   5998: 
                   5999:        * src/classes/string.C: - new feature: 4th param was added to
                   6000:          match. if specified its value is returned in case of nothing was
                   6001:          found
                   6002: 
                   6003: 2010-04-01  misha
                   6004: 
                   6005:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6006:          multiple execution of /a/b/auto.p
                   6007: 
                   6008: 2010-03-19  misha
                   6009: 
                   6010:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6011: 
                   6012:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6013: 
                   6014: 2010-01-27  misha
                   6015: 
                   6016:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6017:          trying to open file by path /existing-file/non-exixting-file
                   6018: 
                   6019: 2010-01-26  misha
                   6020: 
                   6021:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6022:          was added (returns file)
                   6023: 
                   6024: 2009-12-22  misha
                   6025: 
                   6026:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6027:          now parser doesn't have class curl if it was built without it
                   6028: 
                   6029: 2009-12-15  misha
                   6030: 
                   6031:        * configure.in: - little cheat with curl include dir was added
                   6032: 
                   6033: 2009-12-05  misha
                   6034: 
                   6035:        * src/classes/curl.C: - some fixes
                   6036: 
                   6037: 2009-12-04  misha
                   6038: 
                   6039:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   6040:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   6041:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   6042:          class was added
                   6043: 
                   6044:        * src/include/pa_hash.h: - hash-iterator was added
                   6045: 
                   6046:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   6047:          was added to pcre
                   6048: 
                   6049: 2009-11-27  misha
                   6050: 
                   6051:        * src/classes/image.C: - don't add @border attribute to output of
                   6052:          ^image.html[] if it was specified by user with empty value
                   6053: 
                   6054:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   6055:          root element and we are trying to access .documentElement
                   6056: 
                   6057: 2009-11-11  misha
                   6058: 
                   6059:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   6060:          instead of number of items in first row for named tables
                   6061: 
                   6062: 2009-11-10  misha
                   6063: 
                   6064:        * operators.txt: - info about hash-options in ^file::create was
                   6065:          added
                   6066: 
                   6067:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   6068:          added
                   6069: 
                   6070: 2009-11-09  misha
                   6071: 
                   6072:        * buildall-with-xml: - moving to libxml 2.7.6
                   6073: 
                   6074:        * tests/236.html: - tests for comparations cords with functions
                   6075:          were added
                   6076: 
                   6077:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   6078:          added
                   6079: 
                   6080:        * src/main/pa_http.C: - little optimisation
                   6081: 
                   6082:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   6083:          GPF mallocs + stringstream (table.save)
                   6084: 
                   6085:        * src/classes/file.C: - file::create now accepts 4th param: options
                   6086:          with $.charset
                   6087: 
                   6088:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   6089:          bug in cord (comparation cords with functions was buggy)
                   6090: 
                   6091: 2009-11-06  misha
                   6092: 
                   6093:        * src/main/pa_string.C: - bugfix: calculation string.length
                   6094:          sometimes was buggy
                   6095: 
                   6096:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   6097:          destroyed if exception occured during match/replace
                   6098: 
                   6099:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   6100:          lengthUTF8Char was added
                   6101: 
                   6102:        * src/classes/op.C: - clean tainting lang was added for user's
                   6103:          usage
                   6104: 
                   6105:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   6106:          fixed: checkouts are required after GC_MALLOC
                   6107: 
                   6108:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   6109: 
                   6110:        * operators.txt: - actually, there is no ^untaint[xml] in
                   6111:          file::create
                   6112: 
                   6113: 2009-10-15  misha
                   6114: 
                   6115:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   6116:          were added
                   6117: 
                   6118:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   6119:          were added
                   6120: 
                   6121:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   6122:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   6123:          hacking: for dealing with transcoding+^taint[uri]
                   6124:          transcode_and_untaint was replaced by untaint_and_transcode
                   6125: 
                   6126: 2009-10-13  misha
                   6127: 
                   6128:        * tests/: 121.html, results/121.processed: - test transcoding +
                   6129:          url-escaping now
                   6130: 
                   6131:        * tests/results/auto.p: - more helpers' methods were added
                   6132: 
                   6133:        * src/main/pa_globals.C: - die instead of abort
                   6134: 
                   6135: 2009-10-06  misha
                   6136: 
                   6137:        * src/main/pa_common.C: - don't allocate memory during
                   6138:          capitalization if input string is already capitalized
                   6139: 
                   6140:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   6141: 
                   6142:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   6143:          use format function because it calls malloc
                   6144: 
                   6145:        * src/include/pa_common.h: - more capitalized headers were added
                   6146: 
                   6147:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   6148:          file writing
                   6149: 
                   6150: 2009-10-05  misha
                   6151: 
                   6152:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   6153: 
                   6154: 2009-10-03  misha
                   6155: 
                   6156:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   6157:          ^img.text[] & ^img.length[] can work in utf-8 now
                   6158: 
                   6159:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   6160:          UTF8_string_iterator was added
                   6161: 
                   6162:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   6163:          length
                   6164: 
                   6165:        * src/classes/mail.C: - check from before get message.cstr
                   6166: 
                   6167: 2009-10-02  misha
                   6168: 
                   6169:        * tests/233.html: - test for image.font, image.length, image.text
                   6170:          with text in utf-8 were added
                   6171: 
                   6172:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   6173: 
                   6174:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   6175:          version for freebsd 4 was added
                   6176: 
                   6177: 2009-10-01  misha
                   6178: 
                   6179:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   6180:          terminator) - read_pipe were slightly optimized
                   6181: 
                   6182: 2009-09-28  misha
                   6183: 
                   6184:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   6185:          removed
                   6186: 
                   6187:        * src/types/pa_vmail.C: - forgot about space after ':'
                   6188: 
                   6189:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   6190:          body - small simplifications
                   6191: 
                   6192:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   6193:          inout params like pa_base64
                   6194: 
                   6195:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   6196:          option $.debug-print(1) was added to mail:send - changes for
                   6197:          using uue_encode which uses less memory
                   6198: 
                   6199:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   6200: 
                   6201:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   6202:          memory now
                   6203: 
                   6204: 2009-09-26  misha
                   6205: 
                   6206:        * src/types/pa_vmail.C: - default encoding now is base64
                   6207: 
                   6208:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   6209: 
                   6210: 2009-09-25  misha
                   6211: 
                   6212:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   6213:          sending mail as well
                   6214: 
                   6215:        * buildall-with-xml: - catalog package was removed from libxml
                   6216: 
                   6217:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   6218:          win32 absolute path
                   6219: 
                   6220:        * src/include/pa_common.h: - one more capitalized header was added
                   6221: 
                   6222: 2009-09-22  misha
                   6223: 
                   6224:        * INSTALL: - comment about building just httpd binary while
                   6225:          building apache module was added
                   6226: 
                   6227: 2009-09-21  misha
                   6228: 
                   6229:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   6230:          libxml 2.7.4 and libxslt 1.1.25
                   6231: 
                   6232: 2009-09-19  misha
                   6233: 
                   6234:        * tests/231.html: - test for encoding cookie in win-1251
                   6235: 
                   6236: 2009-09-18  misha
                   6237: 
                   6238:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   6239:          object] were added
                   6240: 
                   6241:        * operators.txt: - info about method ^reflection:fields[class or
                   6242:          object] was added
                   6243: 
                   6244:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   6245:          object] was added
                   6246: 
                   6247:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   6248:          methods get_fields were added
                   6249: 
                   6250:        * tests/232.html: - tests for @GET[name]
                   6251: 
                   6252:        * src/classes/table.C: - some changes in handling hash-options for
                   6253:          creare, join and locate
                   6254: 
                   6255:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   6256:          defined with option: the type of requested value
                   6257: 
                   6258: 2009-09-17  misha
                   6259: 
                   6260:        * tests/212.html: - tests for .pattern and .options were added
                   6261: 
                   6262:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   6263:          $regex.options were added
                   6264: 
                   6265: 2009-09-11  misha
                   6266: 
                   6267:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   6268:          rewrited. it checks not just one case of sending cookies during
                   6269:          file::load[http], but also sending headers and fields (including
                   6270:          files)
                   6271: 
                   6272: 2009-09-10  misha
                   6273: 
                   6274:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   6275:          was removed => now parser can open files with Russian 'r' in
                   6276:          filename
                   6277: 
                   6278:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   6279:          while escaping cookies but now source charset
                   6280: 
                   6281:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   6282:          ^tainted[uri] so it was possible to make request with incorrect
                   6283:          http header
                   6284: 
                   6285:        * src/main/pa_http.C: - capitalization of http headers during
                   6286:          file::load[http was slightly changes - bugfix: all headers which
                   6287:          parser sends during file::load[http should be transcoded and only
                   6288:          then escaped
                   6289: 
                   6290:        * src/main/untaint.C: - a bit more comments were added
                   6291: 
                   6292:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   6293:          warnings)
                   6294: 
                   6295:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   6296:          headers during file::load[http were added
                   6297: 
                   6298: 2009-09-08  misha
                   6299: 
                   6300:        * operators.txt: - changes in file.save and string.save were added
                   6301: 
                   6302:        * tests/: 230.html, 230.txt: - tests for checking options in
                   6303:          file.save and string.save were added
                   6304: 
                   6305:        * src/main/pa_request.C: - http headers names, which are passed to
                   6306:          SAPI::add_header_attribute are lowercased now (it'll be
                   6307:          capitalized in that method)
                   6308: 
                   6309:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   6310:          classes/string.C: - file_write accepts Request_charsets and asked
                   6311:          charset and cound transcode content before writing - string.save
                   6312:          and file.save have option $.charset now
                   6313: 
                   6314:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   6315:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   6316:          charset and cound transcode content before writing
                   6317: 
                   6318:        * src/include/pa_exception.h: - new exception comment string was
                   6319:          defined
                   6320: 
                   6321: 2009-09-07  misha
                   6322: 
                   6323:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   6324:          sub-pattern\s
                   6325: 
                   6326: 2009-09-04  misha
                   6327: 
                   6328:        * src/main/pa_http.C: - capitalization of http headers during
                   6329:          file::load[http was implemented
                   6330: 
                   6331: 2009-09-03  misha
                   6332: 
                   6333:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6334:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   6335:          types/pa_vmail.C, targets/cgi/parser3.C,
                   6336:          targets/isapi/parser3isapi.C: - back to storing response http
                   6337:          headers in lowercase - capitalize them during output
                   6338: 
                   6339: 2009-08-31  misha
                   6340: 
                   6341:        * src/classes/table.C: - allow call with any brackets (it could be
                   6342:          useful in methods with explict result declaration)
                   6343: 
                   6344:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   6345:          correctly if $request:charset==koi8-r
                   6346: 
                   6347: 2009-08-30  misha
                   6348: 
                   6349:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   6350:          changed: content-type => Content-type and so on
                   6351: 
                   6352:        * src/classes/file.C, src/include/pa_common.h,
                   6353:          src/include/pa_request.h, src/main/pa_http.C,
                   6354:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   6355:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   6356:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   6357:          tests/results/002.processed, tests/results/003.processed,
                   6358:          tests/results/004.processed, tests/results/005.processed,
                   6359:          tests/results/006.processed, tests/results/007.processed,
                   6360:          tests/results/008.processed, tests/results/009.processed,
                   6361:          tests/results/010.processed, tests/results/011.processed,
                   6362:          tests/results/012.processed, tests/results/013.processed,
                   6363:          tests/results/014.processed, tests/results/015.processed,
                   6364:          tests/results/016.processed, tests/results/017.processed,
                   6365:          tests/results/018.processed, tests/results/019.processed,
                   6366:          tests/results/020.processed, tests/results/021.processed,
                   6367:          tests/results/022.processed, tests/results/023.processed,
                   6368:          tests/results/024.processed, tests/results/025.processed,
                   6369:          tests/results/026.processed, tests/results/027.processed,
                   6370:          tests/results/028.processed, tests/results/029.processed,
                   6371:          tests/results/030.processed, tests/results/031.processed,
                   6372:          tests/results/032.processed, tests/results/033.processed,
                   6373:          tests/results/034.processed, tests/results/035.processed,
                   6374:          tests/results/036.processed, tests/results/037.processed,
                   6375:          tests/results/038.processed, tests/results/039.processed,
                   6376:          tests/results/040.processed, tests/results/041.processed,
                   6377:          tests/results/042.processed, tests/results/043.processed,
                   6378:          tests/results/044.processed, tests/results/045.processed,
                   6379:          tests/results/046.processed, tests/results/047.processed,
                   6380:          tests/results/048.processed, tests/results/049.processed,
                   6381:          tests/results/050.processed, tests/results/051.processed,
                   6382:          tests/results/052.processed, tests/results/053.processed,
                   6383:          tests/results/054.processed, tests/results/055.processed,
                   6384:          tests/results/056.processed, tests/results/057.processed,
                   6385:          tests/results/058.processed, tests/results/059.processed,
                   6386:          tests/results/060.processed, tests/results/061.processed,
                   6387:          tests/results/062.processed, tests/results/063.processed,
                   6388:          tests/results/064.processed, tests/results/065.processed,
                   6389:          tests/results/066.processed, tests/results/067.processed,
                   6390:          tests/results/068.processed, tests/results/069.processed,
                   6391:          tests/results/070.processed, tests/results/071.processed,
                   6392:          tests/results/072.processed, tests/results/073.processed,
                   6393:          tests/results/074.processed, tests/results/075.processed,
                   6394:          tests/results/076.processed, tests/results/077.processed,
                   6395:          tests/results/078.processed, tests/results/079.processed,
                   6396:          tests/results/080.processed, tests/results/081.processed,
                   6397:          tests/results/082.processed, tests/results/083.processed,
                   6398:          tests/results/084.processed, tests/results/085.processed,
                   6399:          tests/results/086.processed, tests/results/087.processed,
                   6400:          tests/results/088.processed, tests/results/089.processed,
                   6401:          tests/results/090.processed, tests/results/091.processed,
                   6402:          tests/results/092.processed, tests/results/093.processed,
                   6403:          tests/results/094.processed, tests/results/095.processed,
                   6404:          tests/results/096.processed, tests/results/097.processed,
                   6405:          tests/results/098.processed, tests/results/099.processed,
                   6406:          tests/results/100.processed, tests/results/101.processed,
                   6407:          tests/results/102.processed, tests/results/103.processed,
                   6408:          tests/results/104.processed, tests/results/105.processed,
                   6409:          tests/results/106.processed, tests/results/107.processed,
                   6410:          tests/results/108.processed, tests/results/109.processed,
                   6411:          tests/results/110.processed, tests/results/111.processed,
                   6412:          tests/results/112.processed, tests/results/113.processed,
                   6413:          tests/results/114.processed, tests/results/115.processed,
                   6414:          tests/results/116.processed, tests/results/117.processed,
                   6415:          tests/results/118.processed, tests/results/119.processed,
                   6416:          tests/results/120.processed, tests/results/121.processed,
                   6417:          tests/results/122.processed, tests/results/123.processed,
                   6418:          tests/results/124.processed, tests/results/125.processed,
                   6419:          tests/results/126.processed, tests/results/127.processed,
                   6420:          tests/results/128.processed, tests/results/129.processed,
                   6421:          tests/results/130.processed, tests/results/131.processed,
                   6422:          tests/results/132.processed, tests/results/133.processed,
                   6423:          tests/results/134.processed, tests/results/135.processed,
                   6424:          tests/results/136.processed, tests/results/138.processed,
                   6425:          tests/results/139.processed, tests/results/140.processed,
                   6426:          tests/results/141.processed, tests/results/142.processed,
                   6427:          tests/results/143.processed, tests/results/144.processed,
                   6428:          tests/results/145.processed, tests/results/146.processed,
                   6429:          tests/results/147.processed, tests/results/148.processed,
                   6430:          tests/results/149.processed, tests/results/150.processed,
                   6431:          tests/results/151.processed, tests/results/152.processed,
                   6432:          tests/results/153.processed, tests/results/154.processed,
                   6433:          tests/results/155.processed, tests/results/156.processed,
                   6434:          tests/results/157.processed, tests/results/158.processed,
                   6435:          tests/results/159.processed, tests/results/160.processed,
                   6436:          tests/results/161.processed, tests/results/162.processed,
                   6437:          tests/results/163.processed, tests/results/164.processed,
                   6438:          tests/results/165.processed, tests/results/166.processed,
                   6439:          tests/results/167.processed, tests/results/168.processed,
                   6440:          tests/results/169.processed, tests/results/170.processed,
                   6441:          tests/results/171.processed, tests/results/172.processed,
                   6442:          tests/results/173.processed, tests/results/174.processed,
                   6443:          tests/results/175.processed, tests/results/176.processed,
                   6444:          tests/results/177.processed, tests/results/178.processed,
                   6445:          tests/results/179.processed, tests/results/180.processed,
                   6446:          tests/results/181.processed, tests/results/182.processed,
                   6447:          tests/results/183.processed, tests/results/184.processed,
                   6448:          tests/results/185.processed, tests/results/186.processed,
                   6449:          tests/results/187.processed, tests/results/188.processed,
                   6450:          tests/results/189.processed, tests/results/190.processed,
                   6451:          tests/results/191.processed, tests/results/192.processed,
                   6452:          tests/results/193.processed, tests/results/194.processed,
                   6453:          tests/results/195.processed, tests/results/196.processed,
                   6454:          tests/results/197.processed, tests/results/198.processed,
                   6455:          tests/results/199.processed, tests/results/200.processed,
                   6456:          tests/results/201.processed, tests/results/202.processed,
                   6457:          tests/results/203.processed, tests/results/204.processed,
                   6458:          tests/results/205.processed, tests/results/206.processed,
                   6459:          tests/results/207.processed, tests/results/208.processed,
                   6460:          tests/results/209.processed, tests/results/210.processed,
                   6461:          tests/results/211.processed, tests/results/212.processed,
                   6462:          tests/results/213.processed, tests/results/214.processed,
                   6463:          tests/results/215.processed, tests/results/216.processed,
                   6464:          tests/results/217.processed, tests/results/218.processed,
                   6465:          tests/results/219.processed, tests/results/220.processed,
                   6466:          tests/results/221.processed, tests/results/222.processed,
                   6467:          tests/results/223.processed, tests/results/224.processed,
                   6468:          tests/results/225.processed, tests/results/226.processed,
                   6469:          tests/results/227.processed, tests/results/228.processed,
                   6470:          tests/results/229.processed: - http headers were changed:
                   6471:          content-type => Content-type and so on
                   6472: 
                   6473: 2009-08-27  misha
                   6474: 
                   6475:        * src/: main/pa_random.C, include/pa_random.h,
                   6476:          targets/cgi/parser3.C: - year was updated :)
                   6477: 
                   6478: 2009-08-26  misha
                   6479: 
                   6480:        * tests/: 224.html, 224.p: - test for creating of parser object
                   6481:          using constructor without params - little bugfix in test
                   6482: 
                   6483:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   6484:          checking existed class while processing partial option
                   6485: 
                   6486:        * src/classes/reflection.C: - bugfix: core when creating object
                   6487:          with reflection and constructor doesn't have params
                   6488: 
                   6489: 2009-08-24  misha
                   6490: 
                   6491:        * tests/229.html: - tests for checking the number of parameters
                   6492:          were added
                   6493: 
                   6494:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   6495:          number of method's parameters wasn't checked correctly (the bug
                   6496:          was introduced in 3.4.0)
                   6497: 
                   6498: 2009-08-22  misha
                   6499: 
                   6500:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   6501:          transcoded, but tainted pieces are escaped only when
                   6502:          content-type==url-encoding
                   6503: 
                   6504:        * tests/228.html: - test for checking
                   6505:          ^file::load[http://...;$.body[]]
                   6506: 
                   6507:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   6508:          post charset was too early (charsets is empty at this moment)
                   6509: 
                   6510: 2009-08-21  misha
                   6511: 
                   6512:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   6513:          main/untaint.C: - some fixes with transcode+untaint
                   6514: 
                   6515: 2009-08-15  misha
                   6516: 
                   6517:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   6518:          was increaced to 100 (was 50)
                   6519: 
                   6520:        * tests/227.html: - test for checking overriding properties in
                   6521:          static classes was added
                   6522: 
                   6523:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   6524: 
                   6525:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   6526:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   6527:          autouse was implemented
                   6528: 
                   6529: 2009-08-14  misha
                   6530: 
                   6531:        * src/classes/reflection.C: - outdated checkout was removed
                   6532: 
                   6533:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   6534:          added.
                   6535: 
                   6536:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   6537:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   6538: 
                   6539:        * src/types/pa_vclass.C: - exception if base on sytem class
                   6540: 
                   6541: 2009-08-12  misha
                   6542: 
                   6543:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   6544:          pa_vstateless_class.h: - little optimisation
                   6545: 
                   6546: 2009-08-11  misha
                   6547: 
                   6548:        * tests/224.html: - method_params => method_info - checking for
                   6549:          $.inherited
                   6550: 
                   6551:        * src/classes/reflection.C, operators.txt: - method method_params
                   6552:          was renamed to method_info and now it returns class name, if
                   6553:          method was defined in ancestor
                   6554: 
                   6555:        * tests/225.html: - tests for cheching properties in hierarhical
                   6556:          classes were added
                   6557: 
                   6558:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   6559:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6560:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   6561:          with properties in new classes implementation were fixed
                   6562: 
                   6563: 2009-08-10  misha
                   6564: 
                   6565:        * src/main/execute.C: - now constructor shouldn't be defined in
                   6566:          class. it could be defined in parent.
                   6567: 
                   6568: 2009-08-09  misha
                   6569: 
                   6570:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   6571:          base's methods
                   6572: 
                   6573: 2009-08-08  misha
                   6574: 
                   6575:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   6576:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   6577:          classes/image.C, classes/mail.C, classes/op.C,
                   6578:          classes/reflection.C, classes/regex.C, classes/string.C,
                   6579:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   6580:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   6581:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   6582:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   6583:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6584:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6585:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   6586:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   6587:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   6588:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   6589:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   6590:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   6591:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   6592:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   6593:          types/pa_vresponse.C, types/pa_vresponse.h,
                   6594:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6595:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   6596:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   6597:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6598:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   6599:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   6600:          implementation
                   6601: 
                   6602:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   6603:          USE_MUNMAP is used. so it is disabled as a workaround.
                   6604: 
                   6605: 2009-08-05  misha
                   6606: 
                   6607:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   6608:          parameter was removed
                   6609: 
                   6610:        * src/main/pa_http.C: - bugfix: error was during detecting
                   6611:          content-type of file which was loaded by http
                   6612: 
                   6613: 2009-08-01  misha
                   6614: 
                   6615:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   6616:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   6617:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   6618:          can't be disabled with defines any longer
                   6619: 
                   6620: 2009-07-29  misha
                   6621: 
                   6622:        * src/classes/reflection.C, tests/results/224.processed: - for
                   6623:          native methods with any call type now returned empty call_type
                   6624:          value
                   6625: 
                   6626:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6627:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   6628:          main/pa_request.C: - break in cycles was optimized
                   6629: 
                   6630:        * INSTALL: - more defines were described
                   6631: 
                   6632: 2009-07-28  misha
                   6633: 
                   6634:        * operators.txt: - some changes in information about reflection
                   6635:          class
                   6636: 
                   6637:        * tests/: 224.html, 224.p: - tests for reflection class
                   6638: 
                   6639:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   6640:          was added, refactoring
                   6641: 
                   6642: 2009-07-26  misha
                   6643: 
                   6644:        * src/classes/classes.vcproj: - reflection class wass added to
                   6645:          project
                   6646: 
                   6647:        * operators.txt: - information about reflection class was added
                   6648: 
                   6649:        * src/classes/reflection.C: - class was redesigned
                   6650: 
                   6651: 2009-07-24  misha
                   6652: 
                   6653:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   6654:          added
                   6655: 
                   6656:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   6657:          in classes was added
                   6658: 
                   6659: 2009-07-22  misha
                   6660: 
                   6661:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   6662:          over-optimized. it failed if $object1.$object2.field
                   6663: 
                   6664: 2009-07-16  misha
                   6665: 
                   6666:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   6667:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   6668:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   6669:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   6670:          one more arg: length of cord
                   6671: 
                   6672: 2009-07-15  misha
                   6673: 
                   6674:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   6675:          tainted in ^file::load[http://...;$.cookies[]]
                   6676: 
                   6677:        * src/classes/: op.C, regex.C, string.C: - new string with
                   6678:          exception was used
                   6679: 
                   6680:        * src/include/pa_exception.h: - new string with exception was added
                   6681: 
                   6682:        * tests/223.html: - test for checking cookie-encoding during
                   6683:          ^file::load[http was added
                   6684: 
                   6685:        * tests/: 221.html, 222.html: - tests for checking type of
                   6686:          $table.fields.field were added
                   6687: 
                   6688:        * src/types/pa_vtable.C: - not used var decl was removed
                   6689: 
                   6690:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   6691:          it improves speed of match with brackets in pattern
                   6692: 
                   6693:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   6694:          outside
                   6695: 
                   6696: 2009-07-14  misha
                   6697: 
                   6698:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   6699:          column is empty (sometime returned void) - $table.fields was
                   6700:          added for nameless tables
                   6701: 
                   6702:        * src/targets/cgi/getopt.c: - one warning resolved
                   6703: 
                   6704:        * src/main/pa_string.C: - potentian bug fixed
                   6705: 
                   6706:        * src/classes/op.C: - small optimization in taint/untaint
                   6707: 
                   6708: 2009-07-13  misha
                   6709: 
                   6710:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   6711:          added
                   6712: 
                   6713:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   6714:          souldn't add the attribut to output
                   6715: 
                   6716: 2009-07-11  misha
                   6717: 
                   6718:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   6719:          stack size was increaced to 2MB (default=1MB)
                   6720: 
                   6721: 2009-07-08  misha
                   6722: 
                   6723:        * src/main/pa_string.C: - link to UTF-8 description was added
                   6724: 
                   6725:        * src/include/pa_hash.h: - hash keeps element's order in more
                   6726:          places (ex: ._keys[])
                   6727: 
                   6728:        * tests/220.html: - test for checking order of elements in hash in
                   6729:          foreach was added
                   6730: 
                   6731:        * tests/172.html: - small changes in printing hash
                   6732: 
                   6733:        * tests/129.html: - small changes in printing hash
                   6734: 
                   6735:        * src/: include/pa_common.h, include/pa_hash.h,
                   6736:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   6737:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   6738: 
                   6739:        * tests/014.html: - small changes in printing hash
                   6740: 
                   6741: 2009-07-07  misha
                   6742: 
                   6743:        * src/classes/op.C: - new taint language "parser-code" was added
                   6744: 
                   6745:        * tests/219.html: - test for auto untaint parser code in process
                   6746:          was added
                   6747: 
                   6748:        * src/classes/op.C: - tainted pieces in body of process are
                   6749:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   6750: 
                   6751:        * src/: include/pa_string.h, main/untaint.C: - new language
                   6752:          L_PARSER_CODE for auto-untaint in process was added
                   6753: 
                   6754:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   6755:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   6756:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   6757:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   6758:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   6759:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   6760:          code cleanup
                   6761: 
                   6762: 2009-07-06  misha
                   6763: 
                   6764:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   6765:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   6766:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6767: 
                   6768:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   6769:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   6770:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   6771:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   6772:          should be used
                   6773: 
                   6774:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   6775:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   6776:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   6777:          untaint_cstr[m] should be used
                   6778: 
                   6779:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   6780:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   6781: 
                   6782:        * tests/218.html: - test for checking automatic file-spec-taint was
                   6783:          added
                   6784: 
                   6785:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   6786:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   6787:          classes/file.C, classes/hash.C, classes/image.C,
                   6788:          classes/string.C, classes/table.C, classes/void.C,
                   6789:          classes/xdoc.C: - optimizations and simplification of
                   6790:          string.cstr(...)
                   6791: 
                   6792:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   6793:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   6794:          - optimizations and simplification of string.cstr(...)
                   6795: 
                   6796: 2009-07-04  misha
                   6797: 
                   6798:        * tests/217.html: - test for recursion detection was added
                   6799: 
                   6800:        * src/: types/types.vcproj, main/main.vcproj,
                   6801:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   6802:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   6803:          from .vcproj
                   6804: 
                   6805:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   6806: 
                   6807:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   6808:          uploading files and case-insensitive http-method were added
                   6809: 
                   6810:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   6811:          tainted pattern in ^file:list[] was added
                   6812: 
                   6813: 2009-07-03  misha
                   6814: 
                   6815:        * src/: classes/classes.vcproj, main/main.vcproj,
                   6816:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   6817:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   6818:          for dynamic_cast) - little options changes
                   6819: 
                   6820:        * src/main/pa_http.C: - file::load[http works now with uploading
                   6821:          files _and_ changing $.charset
                   6822: 
                   6823: 2009-06-29  misha
                   6824: 
                   6825:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   6826:          while creating pattern
                   6827: 
                   6828: 2009-06-25  misha
                   6829: 
                   6830:        * src/classes/image.C, operators.txt: - options' names for
                   6831:          ^image.font were changed to $.space, $.width and $spacing -
                   6832:          default space width now == gif's width
                   6833: 
                   6834: 2009-06-24  misha
                   6835: 
                   6836:        * tests/215.html: - tests for $file.mode were added
                   6837: 
                   6838:        * operators.txt: - added info about $file.mode and changes in
                   6839:          ^image.font[
                   6840: 
                   6841:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   6842:          param now could be omited - third param now could be hash (with
                   6843:          all widths options: $.space-width, $.letter-width) - it's
                   6844:          possible to specify tracking ($.letter-space)
                   6845: 
                   6846:        * src/classes/file.C: - file objects now could have mode field
                   6847:          (text|binary)
                   6848: 
                   6849:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   6850: 
                   6851: 2009-06-23  misha
                   6852: 
                   6853:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   6854:          trim can work with utf-8 chars now
                   6855: 
                   6856: 2009-06-20  misha
                   6857: 
                   6858:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   6859:          was implemented
                   6860: 
                   6861:        * src/classes/table.C: - string length cacheing was implemented
                   6862: 
                   6863:        * src/include/pa_string.h: - string length cacheing was implemented
                   6864: 
                   6865: 2009-06-17  misha
                   6866: 
                   6867:        * src/main/execute.C: - value param was removed from
                   6868:          WContext::WContext
                   6869: 
                   6870:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   6871:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   6872:          - field wcontext was removed from VCodeFrame (using fparent
                   6873:          instead)
                   6874: 
                   6875:        * tests/214.html: - test with hash copying
                   6876: 
                   6877: 2009-06-16  misha
                   6878: 
                   6879:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   6880:          strings doesn't work in expression anymore
                   6881: 
                   6882:        * src/main/execute.C: - less calls for get_constructing() - little
                   6883:          refactoring
                   6884: 
                   6885:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   6886:          include/pa_request.h: - less calls for get_constructing()
                   6887: 
                   6888:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   6889:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   6890: 
                   6891: 2009-06-14  misha
                   6892: 
                   6893:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   6894:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   6895:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   6896:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   6897:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   6898:          storing object's fields only for parser objects
                   6899: 
                   6900: 2009-06-13  misha
                   6901: 
                   6902:        * buildall-with-xml, buildall-without-xml: - new option was added
                   6903:          for building GC (it slightly reduces memory usage)
                   6904: 
                   6905:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   6906:          single string write
                   6907: 
                   6908:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   6909:          - optimization of single string write
                   6910: 
                   6911:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   6912:          - bytecode optimization of ^class:constructor
                   6913: 
                   6914: 2009-06-09  misha
                   6915: 
                   6916:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   6917:          main (better compatibility)
                   6918: 
                   6919: 2009-06-08  misha
                   6920: 
                   6921:        * src/main/compile.y: - I've forgot to commit it :(
                   6922: 
                   6923: 2009-06-07  misha
                   6924: 
                   6925:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   6926:          WITH_READ and WITH_ROOT
                   6927: 
                   6928:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   6929:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   6930:          WITH_ROOT - little refactoring
                   6931: 
                   6932: 2009-06-06  misha
                   6933: 
                   6934:        * tests/213.html: - tests for 3rd match string-param were added
                   6935: 
                   6936:        * src/classes/string.C: - 3rd match param could be string now
                   6937: 
                   6938:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   6939:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   6940:          GET_OBJECT_ELEMENT
                   6941: 
                   6942: 2009-06-05  misha
                   6943: 
                   6944:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   6945:          if $.body was specified
                   6946: 
                   6947: 2009-06-04  misha
                   6948: 
                   6949:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   6950: 
                   6951:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   6952: 
                   6953:        * src/main/execute.C: - little refactoring - optimizing
                   6954:          write_assign_lang in taint/untaint
                   6955: 
                   6956:        * src/include/pa_opcode.h: - little refactoring
                   6957: 
                   6958:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   6959:          main/compile_tools.h, main/execute.C: - optimizations for
                   6960:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   6961:          were added
                   6962: 
                   6963: 2009-06-03  misha
                   6964: 
                   6965:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   6966: 
                   6967: 2009-06-02  misha
                   6968: 
                   6969:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   6970:          include/pa_opcode.h: - refactoring in last optimizations
                   6971:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   6972:          now but code is much easy and it is ready for further
                   6973:          improvements.
                   6974: 
                   6975: 2009-05-27  misha
                   6976: 
                   6977:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   6978:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   6979:          changed in destructing junctions
                   6980: 
                   6981:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   6982:          String:Body
                   6983: 
                   6984: 2009-05-26  misha
                   6985: 
                   6986:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   6987:          one method detect_charset was deleted - bug was fixed in this
                   6988:          method (error while detecting charset in content_type withot last
                   6989:          ';')
                   6990: 
                   6991:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   6992:          once
                   6993: 
                   6994: 2009-05-25  misha
                   6995: 
                   6996:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   6997:          optimizing of helper_length
                   6998: 
                   6999: 2009-05-24  misha
                   7000: 
                   7001:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7002:          were added - little refactoring
                   7003: 
                   7004:        * src/main/execute.C: - core while printing in debug log
                   7005:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7006:          optimisations were added
                   7007: 
                   7008:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7009:          were added
                   7010: 
                   7011: 2009-05-23  misha
                   7012: 
                   7013:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7014:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7015:          CORD_cat optimization
                   7016: 
                   7017:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7018:          - call constr optimisation under separate define now
                   7019: 
                   7020:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7021:          in $b should be string, not void
                   7022: 
                   7023:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7024: 
                   7025:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7026:          main/compile_tools.h, main/execute.C: - optimisations for
                   7027:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7028: 
                   7029:        * INSTALL: - description of some #defined were added
                   7030: 
                   7031:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7032:          before 1st access (memory usage is reduced if don't access to
                   7033:          .text field)
                   7034: 
                   7035:        * src/include/pa_array.h: - array grows step now not static (it
                   7036:          reduces numbers of reallocs)
                   7037: 
                   7038: 2009-05-20  misha
                   7039: 
                   7040:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   7041:          $.b(2), $c[d] and $.e[f] was added
                   7042: 
                   7043:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7044:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   7045:          $.e[f] was added
                   7046: 
                   7047:        * src/main/execute.C: - debug printing moved in defines
                   7048: 
                   7049:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   7050:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   7051:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   7052: 
                   7053: 2009-05-19  misha
                   7054: 
                   7055:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7056:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   7057: 
                   7058:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   7059:          ^a.$b optimisation)
                   7060: 
                   7061:        * src/main/compile.y: - compiler now generate new opcodes:
                   7062:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   7063:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   7064:          of params }
                   7065: 
                   7066:        * src/main/execute.C: - code for handle new opcodes
                   7067:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   7068: 
                   7069:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   7070:          added for LA2V and LA2S
                   7071: 
                   7072:        * src/include/pa_opcode.h: - new defines which can be used for
                   7073:          disable some bytecode optimisation and new opcodes were added
                   7074: 
                   7075: 2009-05-17  misha
                   7076: 
                   7077:        * src/lib/cord/cordxtra.c: - bugfix.
                   7078: 
                   7079:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   7080: 
                   7081:        * operators.txt: - info about regex class was added
                   7082: 
                   7083:        * tests/212.html: - tests for regex class were added
                   7084: 
                   7085: 2009-05-16  misha
                   7086: 
                   7087:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   7088:          gc7.1
                   7089: 
                   7090:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   7091:          was added
                   7092: 
                   7093:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   7094:          param) should work
                   7095: 
                   7096: 2009-05-15  misha
                   7097: 
                   7098:        * src/classes/table.C: - automatically disable stringstream usage
                   7099:          on freebsd4
                   7100: 
                   7101:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   7102:          scope
                   7103: 
                   7104:        * tests/211.html: - test with different types of access to hash was
                   7105:          added
                   7106: 
                   7107:        * tests/210.html: - test which checks for loosing tainting in
                   7108:          hash's keys was added
                   7109: 
                   7110:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   7111: 
                   7112:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   7113: 
                   7114:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   7115: 
                   7116:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   7117:          optimisations for increacing version number more dramatically :)
                   7118: 
                   7119:        * src/classes/date.C: - little refactoring: use constructor which
                   7120:          accepts formated string
                   7121: 
                   7122:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   7123:          which can print formatted string was added
                   7124: 
                   7125: 2009-05-14  misha
                   7126: 
                   7127:        * src/include/pa_string.h: - type was fixed
                   7128: 
                   7129:        * src/: classes/hashfile.C, classes/op.C,
                   7130:          include/pa_cache_managers.h, include/pa_charset.h,
                   7131:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   7132:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   7133:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   7134:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   7135:          main/pa_charsets.C, main/pa_string.C,
                   7136:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   7137:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7138:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   7139:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   7140:          (seaches should be faster now)
                   7141: 
                   7142:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7143:          classes/string.C, classes/table.C, include/pa_string.h,
                   7144:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   7145:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   7146:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   7147:          types/pa_vrequest.C: - String constructors don't have that stupid
                   7148:          true/false param which means 'tainted'. they accept lang instead.
                   7149: 
                   7150:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   7151:          with OPTIMIZE_RESULT
                   7152: 
                   7153:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   7154:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   7155: 
                   7156: 2009-05-13  misha
                   7157: 
                   7158:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   7159:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   7160:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7161:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   7162:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   7163:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   7164:          include/pa_string.h, classes/date.C, classes/file.C,
                   7165:          classes/hash.C, classes/image.C, classes/string.C,
                   7166:          classes/table.C, classes/xdoc.C: - result optimisation -
                   7167:          helper_length parameter removed from string constructors
                   7168: 
                   7169: 2009-05-11  misha
                   7170: 
                   7171:        * tests/209.html: - tests for ^hash::create[hash] were added
                   7172: 
                   7173:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   7174:          ^memory:compact[] were added
                   7175: 
                   7176:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   7177:          log10 were added
                   7178: 
                   7179:        * tests/206.html: - test for try with finally was added
                   7180: 
                   7181: 2009-05-10  misha
                   7182: 
                   7183:        * tests/205.html: - test for ^file::create[...] was added
                   7184: 
                   7185:        * tests/204.html: - test for ^response:clear[] was added
                   7186: 
                   7187:        * tests/038.html: - tests for trigonometric functions were added
                   7188: 
                   7189:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   7190:          added - more tests for .add, .sub, .union, .intersects and
                   7191:          .intersections
                   7192: 
                   7193:        * tests/065.html: - test for ^file:dirname was added
                   7194: 
                   7195:        * tests/030.html: - test for $cookie:fields was added
                   7196: 
                   7197:        * tests/203.html: - test for ^h._keys[column name] was added
                   7198: 
                   7199:        * tests/201.html: - tests for .trim were added
                   7200: 
                   7201:        * tests/202.html: - tests for last-day,
                   7202:          date:calendar[type](YYYY;MM;DD) were added
                   7203: 
                   7204:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   7205:          .offset[type](N) were added
                   7206: 
                   7207:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   7208:          and .pos[c](N) were added
                   7209: 
                   7210:        * tests/141.html: - test for math:sha1 was added
                   7211: 
                   7212:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   7213: 
                   7214: 2009-05-09  misha
                   7215: 
                   7216:        * src/main/compile.y: - rollback
                   7217: 
                   7218: 2009-05-05  misha
                   7219: 
                   7220:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   7221:          replaced by is_empty()
                   7222: 
                   7223:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   7224:          optimisation: somewhere length() was replaced by is_empty()
                   7225: 
                   7226:        * src/classes/table.C: - little optimisation: somewhere length()
                   7227:          was replaced by is_empty()
                   7228: 
                   7229:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   7230:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   7231:          optimisation: somewhere length() was replaced by is_empty()
                   7232: 
                   7233: 2009-05-04  misha
                   7234: 
                   7235:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7236:          types/pa_vstateless_class.h, main/execute.C,
                   7237:          include/pa_request.h, classes/hash.C, classes/op.C,
                   7238:          classes/table.C: - more optimisations were added: some operators
                   7239:          don't switch write context anylonger
                   7240: 
                   7241: 2009-05-01  misha
                   7242: 
                   7243:        * src/main/compile.y: - slightly more opcode optimisations for
                   7244:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   7245: 
                   7246:        * src/main/execute.C: - simplifying process for getters
                   7247: 
                   7248: 2009-04-30  misha
                   7249: 
                   7250:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   7251: 
                   7252:        * tests/results/199.processed: - test for checking $result into
                   7253:          ^rem was added
                   7254: 
                   7255:        * tests/199.html: - test for checking $result into ^rem was added
                   7256: 
                   7257:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   7258:          some OS it returns list in different order)
                   7259: 
                   7260:        * src/: include/pa_array.h, include/pa_request.h,
                   7261:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   7262:          changes in stack impl - get_element() optimisation: 3rd param
                   7263:          removed - bugfix: problems with reading empty input param -
                   7264:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   7265: 
                   7266:        * tests/results/198.processed: - test for reading empty local var
                   7267:          was added
                   7268: 
                   7269:        * tests/198.html: - test for reading empty local var was added
                   7270: 
                   7271: 2009-04-29  misha
                   7272: 
                   7273:        * src/main/compile.y: - bugfix: couldn't compile because
                   7274:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   7275: 
                   7276:        * src/: include/pa_array.h, include/pa_opcode.h,
                   7277:          include/pa_request.h, main/compile.y, main/execute.C,
                   7278:          main/pa_request.C, types/pa_vmethod_frame.C,
                   7279:          types/pa_vmethod_frame.h: - we can work without opcode
                   7280:          OP_STORE_PARAM, so it was removed
                   7281: 
                   7282: 2009-04-28  misha
                   7283: 
                   7284:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   7285:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   7286:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   7287:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   7288:          4.
                   7289:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   7290: 
                   7291:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   7292: 
                   7293:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   7294:          is_empty()
                   7295: 
                   7296: 2009-04-27  misha
                   7297: 
                   7298:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   7299: 
                   7300: 2009-04-24  misha
                   7301: 
                   7302:        * src/classes/string.C: - ups. typo fixed
                   7303: 
                   7304:        * src/main/execute.C: - more replacements '*new VBool' to
                   7305:          'VBool::get' - checks for ^break[], ^continue[] and
                   7306:          parser.interrupted were optimised
                   7307: 
                   7308:        * src/classes/string.C: - number of params.count() calls was
                   7309:          slightly reduced
                   7310: 
                   7311: 2009-04-23  misha
                   7312: 
                   7313:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7314:          make it x64 friendly
                   7315: 
                   7316:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   7317:          parser is x64 friendly now
                   7318: 
                   7319: 2009-04-22  misha
                   7320: 
                   7321:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   7322:          exceeding record size was added
                   7323: 
                   7324:        * src/classes/file.C: - use vregex object instead of direct calls
                   7325:          methods from pcre lib
                   7326: 
                   7327:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   7328:          classes/string.C: - use vregex object instead of direct calls
                   7329:          methods from pcre lib
                   7330: 
                   7331:        * src/: include/pa_common.h, main/pa_common.C: - method
                   7332:          print_pcre_exec_error_text was moved to class vregex
                   7333: 
                   7334:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   7335:          was added
                   7336: 
                   7337:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   7338:          - class vregex was added
                   7339: 
                   7340: 2009-04-21  misha
                   7341: 
                   7342:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   7343: 
                   7344:        * src/: types/pa_junction.h, types/pa_value.C,
                   7345:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   7346:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   7347:          junction-optimisation (destructors)
                   7348: 
                   7349:        * src/include/pa_array.h: - free under if now
                   7350: 
                   7351: 2009-04-19  misha
                   7352: 
                   7353:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   7354: 
                   7355: 2009-04-18  misha
                   7356: 
                   7357:        * src/include/pa_version.h:
                   7358:          :q :
                   7359: 
                   7360:          CV:
                   7361:          ----------------------------------------------------------------------
                   7362: 
                   7363:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   7364:          refactoring
                   7365: 
                   7366:        * src/: include/pa_array.h, include/pa_hash.h,
                   7367:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   7368: 
                   7369:        * src/include/pa_memory.h: - define for using destructors was added
                   7370: 
                   7371:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   7372:          main/execute.C: - some junctions will be cached now
                   7373: 
                   7374:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   7375: 
                   7376:        * src/include/pa_array.h: - inline was added to destructor
                   7377: 
                   7378:        * src/types/pa_method.h: - comment was changed
                   7379: 
                   7380: 2009-04-17  misha
                   7381: 
                   7382:        * src/: include/pa_array.h, include/pa_hash.h,
                   7383:          types/pa_vmethod_frame.h: - destructors were added
                   7384: 
                   7385:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   7386:          renamed to always_use_result
                   7387: 
                   7388:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   7389:          compiler: full backward compatibility is better
                   7390: 
                   7391:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   7392:          result in var's hash
                   7393: 
                   7394:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7395:          optimisation in method_frame
                   7396: 
                   7397:        * src/include/pa_array.h: - optimisation in array (allocate
                   7398:          elements only when needed)
                   7399: 
                   7400:        * src/types/pa_vresponse.C: - check for $response:headers field
                   7401:          before looking at custom fields
                   7402: 
                   7403:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   7404:          not needed to check existance var with name 'result' in var's
                   7405:          hash
                   7406: 
                   7407:        * src/main/compile.y: - compiler was changed: now it detects
                   7408:          writings to $result and set flag writo_to_result in method
                   7409: 
                   7410:        * src/classes/string.C: - little optimisation: no needed to write
                   7411:          number with lang
                   7412: 
                   7413:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   7414:          used for read utf8-strings were renamed - is_escaped was renamed
                   7415:          to isEscaped (to the same name convention)
                   7416: 
                   7417:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   7418:          write_to_result added. compiler get this info from code.
                   7419: 
                   7420: 2009-04-16  misha
                   7421: 
                   7422:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   7423:          String only before 1st write
                   7424: 
                   7425:        * src/include/pa_string.h: - not needed template removed
                   7426: 
                   7427:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   7428:          types/pa_vjunction.C, types/pa_vproperty.C,
                   7429:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   7430:          main/pa_request.C, classes/bool.C, classes/double.C,
                   7431:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   7432:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   7433:          bool objects)
                   7434: 
                   7435: 2009-04-15  misha
                   7436: 
                   7437:        * src/lib/cord/cordxtra.c: - more optimisation
                   7438: 
                   7439:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   7440:          optimisation
                   7441: 
                   7442:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   7443:          then get and can sometime be used)
                   7444: 
                   7445:        * src/main/pa_string.C: - String::length optimisation
                   7446: 
                   7447:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   7448:          these methods read different strings
                   7449: 
                   7450:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   7451:          fresult_initial_void removed + some optimisation - if $result
                   7452:          defined we don't write to context anymore
                   7453: 
                   7454:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   7455:          need just skip char)
                   7456: 
                   7457:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7458:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   7459:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   7460: 
                   7461:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   7462:          instance
                   7463: 
                   7464: 2009-04-11  misha
                   7465: 
                   7466:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   7467: 
                   7468:        * tests/197.html: - test for parser://test in xml was added
                   7469: 
                   7470:        * src/classes/string.C: - small optimisation
                   7471: 
                   7472:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   7473:          optimisation
                   7474: 
                   7475: 2009-04-10  misha
                   7476: 
                   7477:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   7478:          to pcre-7.8
                   7479: 
                   7480:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   7481: 
                   7482:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   7483:          added
                   7484: 
                   7485:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   7486:          $request:CLASS_NAME were added
                   7487: 
                   7488:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   7489:          were added
                   7490: 
                   7491:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   7492:          $env:CLASS_NAME were added
                   7493: 
                   7494:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   7495:          '@todo' now
                   7496: 
                   7497:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   7498:          compirer
                   7499: 
                   7500:        * src/main/pa_string.C: - little code cleanup
                   7501: 
                   7502:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   7503:          during PCRE compile/execute
                   7504: 
                   7505:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   7506:          normalizing todo-comments: '@todo' now
                   7507: 
                   7508:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   7509: 
                   7510:        * src/main/pa_charset.C: - type changed for making compiler happy
                   7511: 
                   7512: 2009-03-10  misha
                   7513: 
                   7514:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   7515:          in main()
                   7516: 
                   7517: 2009-02-01  misha
                   7518: 
                   7519:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   7520:          boundary
                   7521: 
                   7522: 2009-01-25  misha
                   7523: 
                   7524:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   7525: 
                   7526:        * src/classes/file.C: - more changes for parsing different number
                   7527:          of params for file::load
                   7528: 
                   7529:        * tests/193.html: - tests for exception while base64-decode binary
                   7530:          to string was added
                   7531: 
                   7532:        * tests/192.html: - tests for file::load with different number of
                   7533:          options
                   7534: 
                   7535:        * src/classes/math.C: - ups. forgot '+1'
                   7536: 
                   7537:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   7538:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   7539:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   7540:          (new option $.encode[multipart-form/data] should be specified) -
                   7541:          $.method[] option for file::load now is not case-sensitive
                   7542: 
                   7543:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   7544:          new taint language L_FILE_POST was added
                   7545: 
                   7546:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   7547:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   7548:          stuff was moved to separate files
                   7549: 
                   7550: 2009-01-23  misha
                   7551: 
                   7552:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   7553:          spaces to tabs were converted
                   7554: 
                   7555: 2009-01-12  misha
                   7556: 
                   7557:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   7558:          now
                   7559: 
                   7560:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   7561:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   7562:          their names
                   7563: 
                   7564:        * src/main/pa_common.C: - changes in formating
                   7565: 
                   7566:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   7567:          their names
                   7568: 
                   7569:        * src/include/pa_http.h: - some spaces were converted to tabs
                   7570: 
                   7571:        * src/include/pa_common.h: - some constants changed their names
                   7572: 
                   7573:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   7574:          little code rewriting
                   7575: 
                   7576:        * src/types/pa_vfile.C: - little code rewriting
                   7577: 
                   7578:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   7579:          types/pa_value.h: - some formating changes
                   7580: 
                   7581:        * src/include/pa_common.h: - some formating spaces transformed to
                   7582:          tabs
                   7583: 
                   7584:        * src/classes/string.C: - exception while base64-decode binary to a
                   7585:          string
                   7586: 
                   7587: 2009-01-11  misha
                   7588: 
                   7589:        * configure.in: - version changed to 3.3.1b
                   7590: 
                   7591: 2008-09-05  misha
                   7592: 
                   7593:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   7594:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   7595: 
                   7596: 2008-09-04  misha
                   7597: 
                   7598:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   7599:          anymore
                   7600: 
                   7601:        * src/classes/op.C: - exception with 'invalid taint language' not
                   7602:          typeless anylonger
                   7603: 
                   7604:        * src/classes/image.C: - some exceptions while operations with
                   7605:          image not typeless anymore
                   7606: 
                   7607:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   7608:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   7609:          operations with files not typeless anymore
                   7610: 
                   7611:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   7612:          types/pa_vdate.h: - exceptions while checking date range not
                   7613:          typeless anymore
                   7614: 
                   7615:        * src/include/pa_exception.h: - exception type string for invalid
                   7616:          date range was added
                   7617: 
                   7618: 2008-09-03  misha
                   7619: 
                   7620:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   7621:          operations not typeless anymore
                   7622: 
                   7623:        * src/include/pa_exception.h: - exception type for pce operations
                   7624:          was added
                   7625: 
                   7626:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   7627:          and .CLASS_NAME insite classes
                   7628: 
                   7629:        * src/classes/table.C: - don't save table header whiile
                   7630:          ^table.save[append;filename] if file exists
                   7631: 
                   7632: 2008-09-02  misha
                   7633: 
                   7634:        * src/main/compile.y, src/main/compile_tools.h,
                   7635:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   7636:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   7637:          renamed to partial and it login changed: we must mark class as
                   7638:          partial for allow their modifications in future.
                   7639: 
                   7640: 2008-08-29  misha
                   7641: 
                   7642:        * tests/results/022.processed: - testing taint[regex] in mask for
                   7643:          file:list
                   7644: 
                   7645:        * tests/022.html: - testing taint[regex] in mask for file:list
                   7646: 
                   7647:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   7648:          for file:list was added
                   7649: 
                   7650:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   7651:          file:list
                   7652: 
                   7653: 2008-08-26  misha
                   7654: 
                   7655:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   7656:          last derived object
                   7657: 
                   7658:        * src/classes/image.C: - many strings "image.format" replaced by
                   7659:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   7660:          understand some more exif tags
                   7661: 
                   7662:        * src/include/pa_exception.h: - string "image.format" was added
                   7663: 
                   7664: 2008-08-21  misha
                   7665: 
                   7666:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   7667:          pcre_exec text error
                   7668: 
                   7669:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   7670:          added
                   7671: 
                   7672:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   7673:          text error was added
                   7674: 
                   7675: 2008-08-19  misha
                   7676: 
                   7677:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   7678:          namespace while debug execution as well
                   7679: 
                   7680:        * tests/: 015.html, results/015.processed: - test for escaping some
                   7681:          parser chars was added
                   7682: 
                   7683: 2008-08-18  misha
                   7684: 
                   7685:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   7686:          $caller.self.field + default getter in one class was added
                   7687: 
                   7688:        * tests/: 189.html, results/189.processed: - test for
                   7689:          ^date::create[date object]
                   7690: 
                   7691:        * tests/: 188.html, results/188.processed: - tests for match with
                   7692:          UTF-8 strings
                   7693: 
                   7694:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   7695:          ^string.match[]
                   7696: 
                   7697:        * ChangeLog: - parser 3.3.0 beta13
                   7698: 
                   7699: 2008-08-15  misha
                   7700: 
1.116     moko     7701:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   7702:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   7703:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   7704:          dftables.c: - old PCRE files removed
1.95      moko     7705: 
                   7706:        * src/lib/pcre/config.h: - configuration for PCRE library
                   7707: 
                   7708:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7709:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   7710: 
                   7711:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   7712:          library and set flag UTF8 if $request:charset is UTF-8
                   7713: 
                   7714:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   7715:          include/pa_config_fixed.h: - moved to new PCRE library
                   7716: 
                   7717:        * src/: main/main.vcproj, types/types.vcproj,
                   7718:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   7719:          win32\pcre instead of parser3\src\lib\pcre
                   7720: 
                   7721:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   7722:          main/compile.C, main/compile.y, main/compile_tools.C,
                   7723:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   7724:          opcodes were moved to separate namespace
                   7725: 
                   7726: 2008-08-14  misha
                   7727: 
                   7728:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   7729: 
                   7730:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   7731:          tainting
                   7732: 
                   7733: 2008-08-11  misha
                   7734: 
                   7735:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   7736:          $caller.self, $caller.self.field and $caller.self.field[value]
                   7737:          were added
                   7738: 
                   7739:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   7740:          runtime as well (for $caller.self)
                   7741: 
                   7742: 2008-07-25  misha
                   7743: 
                   7744:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   7745:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   7746:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   7747:          tests with international characters
                   7748: 
                   7749: 2008-07-23  misha
                   7750: 
                   7751:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   7752:          file::load[...;http://
                   7753: 
                   7754:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   7755:          now everywhere in separate namespace
                   7756: 
                   7757:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   7758:          for vars
                   7759: 
                   7760:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   7761:          can be escaped by '^'
                   7762: 
                   7763: 2008-07-22  misha
                   7764: 
                   7765:        * src/classes/string.C, tests/186.html: - names changes:
                   7766:          escape=>js-escape, unescape=>js-unescape
                   7767: 
                   7768: 2008-07-21  misha
                   7769: 
                   7770:        * tests/results/186.processed: - test for string escape/unescape
                   7771: 
                   7772:        * tests/186.html: - test for string escape/unescape
                   7773: 
                   7774:        * src/classes/string.C: - string has escape and unescape methods
                   7775:          now
                   7776: 
                   7777:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   7778:          added
                   7779: 
                   7780:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   7781:          method-layers added (with different params)
                   7782: 
                   7783: 2008-07-18  misha
                   7784: 
                   7785:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   7786:          was added
                   7787: 
                   7788:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   7789: 
                   7790:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   7791:          ^string.pos[substr](offset) -- 2nd param accepted now
                   7792: 
                   7793:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   7794:          strings
                   7795: 
                   7796: 2008-07-17  misha
                   7797: 
                   7798:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7799:          helper length added for mid for small optimisation
                   7800: 
                   7801: 2008-07-16  misha
                   7802: 
                   7803:        * tests/: 185.html, results/185.processed: - tests for
                   7804:          length/left/right/mid/pos with utf-8 strings
                   7805: 
                   7806:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   7807:          utf-8 strings
                   7808: 
                   7809:        * src/main/untaint.C: - comments removed
                   7810: 
                   7811:        * src/: include/pa_string.h, main/pa_string.C,
                   7812:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   7813:          with pos/mid for strings in utf-8 were added
                   7814: 
                   7815: 2008-07-15  misha
                   7816: 
                   7817:        * tests/: 184.html, results/184.processed: - test for case body as
                   7818:          expression: $var(^switch(1){^case(1)(true)..})
                   7819: 
                   7820:        * src/classes/op.C: - case body can be expression now:
                   7821:          $var(^switch(1){^case(1)(true)..})
                   7822: 
                   7823:        * tests/: results/183.processed, 183.html: - added test for testing
                   7824:          new cookie encoding (%uXXXX)
                   7825: 
                   7826:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   7827:          decoding for backward compatibility they decoded from %XX in
                   7828:          request:charset too
                   7829: 
                   7830:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   7831:          - cookie class now decode cookies before first access after last
                   7832:          request:charset changing (as form class).
                   7833: 
                   7834:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   7835:          as %uXXXX - before transcode calculate required space for dest
                   7836:          string. it reduce mem usage for transcode
                   7837: 
                   7838:        * src/include/pa_charset.h: - added method escape for escaping
                   7839:          cookies as %uXXXX
                   7840: 
                   7841:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   7842:          was added. will used for escaping cookies as %uXXXX
                   7843: 
                   7844:        * src/include/pa_common.h: - escape method has new option for skip
                   7845:          converting '+' to a space char
                   7846: 
                   7847:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   7848:          transcode - escape method has new option for skip converting '+'
                   7849:          to a space char
                   7850: 
                   7851: 2008-07-08  misha
                   7852: 
                   7853:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   7854:          (no UE if more then 1 case matches anylonger) - optimization:
                   7855:          doing searching.as_string() || searching.as_double() only once
                   7856: 
                   7857: 2008-07-04  misha
                   7858: 
                   7859:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   7860:          now ^date::create[date object] works
                   7861: 
                   7862:        * src/classes/string.C: - left and right added as aliases for start
                   7863:          and end in ^string.trim[]
                   7864: 
                   7865: 2008-07-03  misha
                   7866: 
                   7867:        * src/classes/file.C: - allow $.limit for file::sql as well
                   7868: 
                   7869:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   7870:          send limit=1 to query for use sql specifics authomatically
                   7871: 
                   7872:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   7873:          if $.limit value if empty. autoconvert it as everywere
                   7874: 
                   7875: 2008-07-02  misha
                   7876: 
                   7877:        * configure.in: - time to change version number to 3.3.0 %-)
                   7878: 
                   7879:        * src/include/pa_version.h: - time to change version number to
                   7880:          3.3.0 %-)
                   7881: 
                   7882: 2008-06-26  misha
                   7883: 
                   7884:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7885:          $.limit(0) fixes
                   7886: 
                   7887:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   7888:          - $.limit(0) fixes
                   7889: 
                   7890:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   7891:          new API)
                   7892: 
                   7893:        * src/: include/pa_sql_driver_manager.h,
                   7894:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   7895:          classes/op.C: - document_root added
                   7896: 
                   7897:        * src/main/compile.tab.C: - error message was changed
                   7898: 
                   7899: 2008-06-25  misha
                   7900: 
                   7901:        * src/main/compile.y: - error message was changed
                   7902: 
                   7903: 2008-06-24  misha
                   7904: 
                   7905:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   7906: 
                   7907:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   7908:          tests for @OPTIONS\nappend
                   7909: 
                   7910:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   7911: 
                   7912:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   7913: 
                   7914:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   7915: 
                   7916:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   7917:          compile.y
                   7918: 
                   7919: 2008-06-17  misha
                   7920: 
                   7921:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   7922:          compilation: ^if(default){true. it's incorrect. must be
                   7923:          exception}
                   7924: 
                   7925: 2008-06-16  misha
                   7926: 
                   7927:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   7928:          checking external reference loading with 'http://localhost'
                   7929:          prefix while creating xdoc
                   7930: 
                   7931:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   7932:          ^math:long2ip[] and ^math:ip2long[]
                   7933: 
                   7934:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   7935:          added which use scalar stateless class method when user object
                   7936:          used in scalar context - use get_scalar_value when user object
                   7937:          requested in scalar context
                   7938: 
                   7939:        * src/main/pa_common.C: - size must be int but not size_t or we
                   7940:          can't compare with 0 sprintf result
                   7941: 
                   7942:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7943:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   7944:          with internal switch between local/global vars
                   7945: 
                   7946:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   7947:          specified
                   7948: 
                   7949:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   7950:          pa_vstateless_object.h: - stateless class and object now has
                   7951:          private scalar field and getter/setter for working with it
                   7952: 
                   7953:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   7954:          moved to inet static class
                   7955: 
                   7956:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   7957:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   7958: 
                   7959:        * tests/: 180.html, results/180.processed: - tests for
                   7960:          ^math:long2ip(long) and ^math:ip2long[IP]
                   7961: 
                   7962:        * src/classes/math.C: - ^math:ip2long[IP] added
                   7963: 
                   7964: 2008-06-11  misha
                   7965: 
                   7966:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   7967:          need cut BOM code and remove DOS newline chars. but don't
                   7968:          transcode it anyway.
                   7969: 
                   7970:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   7971:          main/pa_http.C: - option for disable transcoding while file_read
                   7972:          and file_read_text added
                   7973: 
                   7974: 2008-06-10  misha
                   7975: 
                   7976:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   7977:          classes in 1 file
                   7978: 
                   7979:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   7980:          classes now.
                   7981: 
                   7982:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   7983:          classes now. internals.
                   7984: 
                   7985:        * src/main/pa_request.C: - compile return list of classes now. try
                   7986:          call @conf and @auto for each returned class
                   7987: 
                   7988:        * src/include/pa_request.h: - compile return list of classes now
                   7989: 
                   7990:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   7991:          return list of classes when compile buf)
                   7992: 
                   7993: 2008-06-07  misha
                   7994: 
                   7995:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   7996:          param -- form
                   7997: 
                   7998:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   7999:          3rd param: form. needed for get post_charset
                   8000: 
                   8001:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8002:          added
                   8003: 
                   8004:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8005:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8006: 
                   8007: 2008-06-06  misha
                   8008: 
                   8009:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8010:          charset and decode chars from it but not from response:charset
                   8011: 
                   8012:        * src/main/pa_http.C: - detect_charset moved out of here
                   8013: 
                   8014:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8015:          methods moved here - unescape_chars accepn one charset now
                   8016: 
                   8017:        * src/main/pa_http.C: - new constants used - don't allow
                   8018:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8019:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8020:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8021:          disabling charset during post
                   8022: 
                   8023:        * src/types/pa_vform.C: - new constants used
                   8024: 
                   8025:        * src/include/pa_common.h: - some constants were added
                   8026: 
                   8027:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8028:          instead of StrEqNc
                   8029: 
                   8030:        * src/main/pa_common.C: - new method for caseless search
                   8031:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8032: 
                   8033:        * src/include/pa_common.h: - new method for caseless search
                   8034:          c-substring in c-string
                   8035: 
                   8036: 2008-06-05  misha
                   8037: 
                   8038:        * tests/results/178.processed: - test for testing default getter
                   8039: 
                   8040:        * tests/178.html: - test for testing default getter
                   8041: 
                   8042:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   8043:          for test for testing default getter
                   8044: 
                   8045:        * src/main/execute.C: - default getter soul
                   8046: 
                   8047:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   8048:          requested objects' field not found
                   8049: 
                   8050:        * src/types/pa_vclass.C: - register default getter if defined - get
                   8051:          default getter if requested field not found
                   8052: 
                   8053:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   8054:          added
                   8055: 
                   8056:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   8057:          pointer to default getter and methods for get/set it were added
                   8058: 
                   8059:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   8060:          auto_name field (for default getter)
                   8061: 
                   8062: 2008-06-04  misha
                   8063: 
                   8064:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   8065:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   8066:          it to libxml "as is"
                   8067: 
                   8068: 2008-06-03  misha
                   8069: 
                   8070:        * src/main/pa_common.C: - use store_Char instead of
                   8071:          transcodeCharFromUTF8
                   8072: 
                   8073:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   8074:          store_Char added, transcodeCharFromUTF8 -- removed
                   8075: 
                   8076: 2008-06-02  misha
                   8077: 
                   8078:        * tests/: results/177.processed, 177.html: - test for checking
                   8079:          .[acm]date after local ^file::load[] was added
                   8080: 
                   8081:        * tests/: results/176.processed, 176.html: - test for checking
                   8082:          @OPTION\locals + @method[vars][locals] added
                   8083: 
                   8084:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   8085: 
                   8086: 2008-05-30  misha
                   8087: 
                   8088:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   8089:          @OPTION\nlocals + @method[vars][;locals;] were added
                   8090: 
                   8091:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   8092:          moved to separate method op_code - switch from VMethodFrame to
                   8093:          VMethodFrameGlobal + VMethodFrameLocal
                   8094: 
                   8095:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   8096:          was moved to separate method op_code
                   8097: 
                   8098:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   8099:          VMethodFrame now
                   8100: 
                   8101:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   8102:          all_vars_local as well
                   8103: 
                   8104:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   8105:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   8106:          VMethodFrame were added: one (global) works as VMethodFrame
                   8107:          before and second (local) write all vars in self vars scope
                   8108: 
                   8109:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   8110: 
                   8111: 2008-05-29  misha
                   8112: 
                   8113:        * tests/: 129.html, results/129.processed: - more tests for
                   8114:          ^table.hash[]
                   8115: 
                   8116:        * src/classes/hash.C: - ^hash::sql has a new option:
                   8117:          $.type[hash|string|table] as ^table.hash[] one.
                   8118: 
                   8119:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   8120:          executed anyway after try or catch section
                   8121: 
                   8122: 2008-05-27  misha
                   8123: 
                   8124:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   8125:          must not fail if $.distinct(1) wasn't specified
                   8126: 
                   8127: 2008-05-26  misha
                   8128: 
                   8129:        * src/classes/op.C: - allow ^throw[my type]
                   8130: 
                   8131: 2008-05-22  misha
                   8132: 
                   8133:        * configure.in, configure: - version number updated to 3.2.4b
                   8134: 
                   8135:        * src/classes/: op.C, string.C: - trim format string before
                   8136:          eval/format
                   8137: 
                   8138:        * tests/: results/175.processed, 175.html: - more tests for
                   8139:          different format strings in .format[]
                   8140: 
                   8141:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   8142:          as well (not only %XX)
                   8143: 
                   8144:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   8145:          charset specified - checks for format before print number
                   8146:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   8147:          (instead of tabs) removed
                   8148: 
                   8149:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   8150:          charset specified
                   8151: 
                   8152:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   8153:          char in requested charset from utf code was added
                   8154: 
                   8155: 2008-05-19  misha
                   8156: 
                   8157:        * tests/: 174.html, results/174.processed: - test for
                   8158:          ^hashfile.cleanup[] added
                   8159: 
                   8160:        * src/classes/hashfile.C: - optimization: don't create any key or
                   8161:          value variable if it's name weren't specified
                   8162:          (^hf.foreach[;v]{...})
                   8163: 
                   8164: 2008-05-16  misha
                   8165: 
                   8166:        * src/classes/hash.C: - optimization: don't create any key variable
                   8167:          if variable name wasn't specified (^h.foreach[;v]{...})
                   8168: 
                   8169: 2008-05-15  misha
                   8170: 
                   8171:        * src/classes/op.C: - small changes
                   8172: 
                   8173:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   8174: 
                   8175:        * src/classes/hash.C: - calculate var_context once before foreach
                   8176: 
                   8177: 2008-05-14  misha
                   8178: 
                   8179:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   8180:          ^hashfile.foreach[;]{} fixed
                   8181: 
                   8182:        * src/classes/: hash.C, table.C: - little optimisation
                   8183: 
                   8184:        * src/classes/file.C: - bugfix: double absolute path while loading
                   8185:          file
                   8186: 
                   8187:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   8188:          were added
                   8189: 
                   8190:        * buildall-with-xml: - moving to libxslt 1.1.24
                   8191: 
                   8192: 2008-04-30  misha
                   8193: 
                   8194:        * src/classes/file.C: - stat file while loading (local only) so
                   8195:          .adate, .mdate and .cdate available without additional ::stat
                   8196: 
                   8197: 2008-04-28  misha
                   8198: 
                   8199:        * src/classes/file.C: - $.name and $.content-type available for
                   8200:          stated file
                   8201: 
                   8202: 2008-04-14  misha
                   8203: 
                   8204:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   8205: 
                   8206:        * src/include/pa_version.h: - new version number in head
                   8207: 
                   8208: 2008-04-10  misha
                   8209: 
                   8210:        * tests/: 080.html, results/080.processed: - cut '0' from
                   8211:          exponential part because of on diff OS it differ (20 or 020 for
                   8212:          ex)
                   8213: 
                   8214:        * tests/: 119.html, results/119.processed: - check for encoding
                   8215:          while creating xdoc
                   8216: 
                   8217: 2008-04-09  misha
                   8218: 
                   8219:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   8220: 
                   8221:        * src/main/pa_common.C: - comment added
                   8222: 
                   8223:        * src/classes/date.C: - little refactoring
                   8224: 
                   8225: 2008-04-07  misha
                   8226: 
                   8227:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   8228:          style of ^table.save[]: prepare one big string and sabe it at
                   8229:          once. it's safe on freebsd 4.x but use much more memory.
                   8230: 
                   8231:        * buildall-with-xml, buildall-without-xml: - option
                   8232:          --disable-stringstream added (under comment. use it on freebsd
                   8233:          4.x)
                   8234: 
                   8235: 2008-02-22  misha
                   8236: 
                   8237:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   8238:          specified together in file::load[;http] - get back transcoding
                   8239:          $.body[] in file::load[;http]
                   8240: 
                   8241: 2008-02-21  misha
                   8242: 
                   8243:        * src/classes/date.C: - ^date.gmt-string[] was added
                   8244: 
                   8245:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   8246:          moved to pa_common.h
                   8247: 
                   8248:        * src/include/pa_common.h: - method for output date in RFC 822
                   8249:          format moved here from pa_value.C
                   8250: 
                   8251:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   8252:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   8253: 
                   8254: 2008-02-20  misha
                   8255: 
                   8256:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   8257:          specified charset while ^file::load[...;http://...] (L_URI
                   8258:          instead of L_HTTP_HEADER) - $.cookies param available in
                   8259:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   8260:          response yet) (cookies not transcoded as common $cookies)
                   8261: 
                   8262: 2008-02-19  misha
                   8263: 
                   8264:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   8265:          $response:field values because in this case
                   8266:          $response:locateion[http://...] don't works.
                   8267: 
                   8268: 2008-02-15  misha
                   8269: 
                   8270:        * src/classes/op.C: - little refactoring
                   8271: 
                   8272:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   8273: 
                   8274:        * src/main/pa_request.C: - force taint values of $response:field
                   8275: 
                   8276: 2008-02-14  misha
                   8277: 
                   8278:        * src/main/pa_request.C: - $response:field transcoded to
                   8279:          $response:charset before escaping now
                   8280: 
                   8281:        * src/main/pa_http.C: - some outdated comments removed
                   8282: 
                   8283:        * src/classes/date.C: - lastdat -> last-day
                   8284: 
                   8285:        * src/classes/date.C: - ^date:lastday(year;month) and
                   8286:          ^date.lastday[] were added - little code refactoring - comments
                   8287:          changes
                   8288: 
                   8289:        * tests/: 159.html, results/159.processed: - test for number of
                   8290:          days in February
                   8291: 
                   8292:        * src/types/pa_value.C: - fixes in code formatting
                   8293: 
                   8294:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   8295:          and comments
                   8296: 
                   8297: 2008-02-13  misha
                   8298: 
                   8299:        * src/main/pa_common.C: - bugfix for february at leap year
                   8300: 
                   8301: 2008-01-28  misha
                   8302: 
                   8303:        * tests/: 160.html, results/160.processed: - more test for cache
                   8304:          added
                   8305: 
                   8306:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   8307:          unhandled exception
                   8308: 
                   8309: 2008-01-25  misha
                   8310: 
                   8311:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   8312:          bug when hashfile became inavailable after memory:compact)
                   8313: 
                   8314:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   8315: 
                   8316: 2008-01-22  misha
                   8317: 
                   8318:        * src/classes/table.C: - little refactiring and exception texts
                   8319:          changes in method ^table.hash[]
                   8320: 
                   8321:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   8322: 
                   8323: 2008-01-21  misha
                   8324: 
                   8325:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   8326:          file::exec/cgi
                   8327: 
                   8328:        * src/classes/file.C: - bugfix: core while processing headers if
                   8329:          executed cgi script don't return content
                   8330: 
                   8331: 2008-01-18  misha
                   8332: 
                   8333:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   8334: 
                   8335:        * src/include/pa_version.h, configure.in: - version number updated
                   8336:          to '3.2.3b'
                   8337: 
                   8338: 2007-12-28  misha
                   8339: 
                   8340:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   8341:          hash.contains
                   8342: 
                   8343: 2007-12-27  misha
                   8344: 
                   8345:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   8346:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   8347:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   8348:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   8349:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   8350:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   8351:          src/targets/cgi/parser3.vcproj,
                   8352:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   8353:          back to VS2003 because of Apache 1.3 module can't work if it was
                   8354:          built in VS 2005.  with cgi all file so VS2003 project files can
                   8355:          be easy converted to the new format.
                   8356: 
                   8357: 2007-12-04  misha
                   8358: 
                   8359:        * src/types/pa_vcode_frame.h: - changes in comment
                   8360: 
                   8361: 2007-11-29  misha
                   8362: 
                   8363:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   8364:          intercept strings any longer
                   8365: 
                   8366:        * tests/: 173.html, results/173.processed: - tests for
                   8367:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   8368:          but not in main code frame
                   8369: 
                   8370:        * tests/: 172.html, results/172.processed: - more tests for pass
                   8371:          objects from code frames
                   8372: 
                   8373: 2007-11-27  misha
                   8374: 
                   8375:        * tests/: 152.html, results/152.processed: - tests for converting
                   8376:          strings 'true'/'false' to bool were added
                   8377: 
                   8378:        * tests/152.html: - added checks for converting strings
                   8379:          'true'/'false' to bool
                   8380: 
                   8381:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   8382:          not only strings with numbers but with values 'true'/'false' as
                   8383:          well
                   8384: 
                   8385:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   8386:          for parser3.log increased
                   8387: 
                   8388:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   8389: 
                   8390:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   8391: 
                   8392:        * src/include/pa_types.h: - constant with buffer size for
                   8393:          parser3.log added
                   8394: 
                   8395: 2007-11-16  misha
                   8396: 
                   8397:        * tests/cat.sh: - script for tests for file::exec/cgi
                   8398: 
                   8399:        * tests/171.html: - tests for file::exec/cgi
                   8400: 
                   8401:        * tests/results/171.processed: - tests results for file::exec/cgi
                   8402: 
                   8403: 2007-11-15  misha
                   8404: 
                   8405:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   8406: 
                   8407:        * src/classes/file.C: - .body must be set before analyzing cgi
                   8408:          headers
                   8409: 
                   8410:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   8411:          only if exec/cgi return anything.
                   8412: 
                   8413: 2007-11-14  misha
                   8414: 
                   8415:        * operators.txt: - info about new text|binary option for
                   8416:          file::exec/cgi was added
                   8417: 
                   8418:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   8419:          ^file:exec[[text|binary];script;...]
                   8420: 
                   8421:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   8422:          classes/string.C, classes/table.C: - more text strings moved to
                   8423:          the one place
                   8424: 
                   8425: 2007-11-09  misha
                   8426: 
                   8427:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   8428: 
                   8429:        * ChangeLog: - $request:argv [patch from Sumo]
                   8430: 
                   8431:        * operators.txt: - $request:argv
                   8432: 
                   8433:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   8434:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   8435: 
                   8436: 2007-10-25  misha
                   8437: 
                   8438:        * buildall-with-xml, buildall-without-xml: - options preparations
                   8439:          for ./configure rewrited
                   8440: 
                   8441:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   8442:          error occure in unhandled_exception finally fixed
                   8443: 
                   8444: 2007-10-23  misha
                   8445: 
                   8446:        * tests/: 170.html, results/170.processed: - test for
                   8447:          @method[][result]
                   8448: 
                   8449:        * operators.txt: - added info about node.prefix and
                   8450:          node.namespaceURI
                   8451: 
                   8452:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   8453: 
                   8454:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   8455:          added for node and attribute
                   8456: 
                   8457: 2007-10-22  misha
                   8458: 
                   8459:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   8460: 
                   8461:        * src/main/pa_request.C: - added const content-transfer-encoding
                   8462: 
                   8463:        * src/include/pa_request.h: - added const content-transfer-encoding
                   8464:          - ups. constants must be in lowercase (for search)
                   8465: 
                   8466:        * src/types/pa_vmail.C: - more constants used -
                   8467:          content-transfer-encoding: 8bit added
                   8468: 
                   8469:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   8470: 
                   8471:        * src/include/pa_request.h: - more constants
                   8472: 
                   8473:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   8474:          ommit anymore if $.content-disposition was specified - little
                   8475:          refactoring
                   8476: 
                   8477:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   8478: 
                   8479: 2007-10-17  misha
                   8480: 
                   8481:        * operators.txt: - info about
                   8482:          table::create[nameless]{data}[>options<] was added
                   8483: 
                   8484:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   8485:          compile method don't put this method in methods table anymore.
                   8486:          in other case the parser coredumped if @unhandled_exception
                   8487:          method can't be compiled because of parser.compile error.
                   8488: 
                   8489:        * src/main/execute.C: - little code reformating
                   8490: 
                   8491:        * src/main/pa_request.C: - little code reformating - comment
                   8492:          changed
                   8493: 
                   8494: 2007-10-16  misha
                   8495: 
                   8496:        * tests/: 035.html, results/035.processed: - tests
                   8497:          table::create[]{}[options] added
                   8498: 
                   8499:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   8500:          options (only $.seperator[] yet)
                   8501: 
                   8502: 2007-10-10  misha
                   8503: 
                   8504:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   8505:          some code changes
                   8506: 
                   8507: 2007-10-02  misha
                   8508: 
                   8509:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   8510:          then three time as much. but base64 encoding method still use
                   8511:          less memory anyway.
                   8512: 
                   8513: 2007-09-17  misha
                   8514: 
                   8515:        * operators.txt: - added info about $cookie:fields
                   8516: 
                   8517:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   8518: 
                   8519:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   8520:          common
                   8521: 
                   8522:        * src/include/pa_common.h: - some stuff for use with .for_each
                   8523:          moved here
                   8524: 
                   8525:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   8526: 
                   8527: 2007-09-14  misha
                   8528: 
                   8529:        * buildall-with-xml: - new xml libs again =)
                   8530: 
                   8531: 2007-08-28  misha
                   8532: 
                   8533:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   8534:          ^string.split[...][v][column name] were added
                   8535: 
                   8536:        * tests/: 168.html, 169.html, results/168.processed,
                   8537:          results/169.processed: - tests for ^table.columns[[column name]]
                   8538:          and ^string.split[...][v][column name] were added
                   8539: 
                   8540:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   8541:          was added
                   8542: 
                   8543:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   8544:          name]]
                   8545: 
                   8546:        * src/include/pa_exception.h: - error text message for
                   8547:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   8548: 
                   8549: 2007-08-27  misha
                   8550: 
                   8551:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   8552:          body ^taint[sql][something] outside of connect
                   8553: 
                   8554:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   8555:          outside of connect
                   8556: 
                   8557:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   8558:          added (commented by default)
                   8559: 
                   8560: 2007-08-20  misha
                   8561: 
                   8562:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   8563:          was added
                   8564: 
                   8565:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   8566:          duplicated exception text strings were removed
                   8567: 
                   8568:        * src/include/pa_exception.h: - more exception text strings moved
                   8569:          here
                   8570: 
                   8571:        * src/classes/table.C: - some duplicate exceptions' text strings
                   8572:          removed
                   8573: 
                   8574:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   8575:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   8576:          removed
                   8577: 
                   8578:        * src/include/pa_exception.h: - some exception text strings movet
                   8579:          to pa_exception
                   8580: 
                   8581:        * tests/: 149.html, results/149.processed: - test for
                   8582:          ^xnode.hasAttributes[] was added - some code changes
                   8583: 
                   8584:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   8585:          added
                   8586: 
                   8587: 2007-08-17  misha
                   8588: 
                   8589:        * tests/: results/006.processed, results/059.processed, 006.html,
                   8590:          059.html: - more tests for match
                   8591: 
                   8592:        * tests/: 129.html, results/129.processed: - tests for
                   8593:          ^table.hash[...][$.type[string|hash|table]] added
                   8594: 
                   8595:        * src/targets/cgi/parser3.C: - little syntax changes
                   8596: 
                   8597:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   8598:          syntax changes
                   8599: 
                   8600:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   8601:          messages in parser3.log switched off by default. If someone
                   8602:          really still need it: use $SIGPIPE(1)
                   8603: 
                   8604: 2007-08-08  misha
                   8605: 
                   8606:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   8607:          files by default since now
                   8608: 
                   8609: 2007-08-07  misha
                   8610: 
                   8611:        * buildall-without-xml: - some option syntax changes
                   8612: 
                   8613:        * buildall-with-xml: - compile libxml2 without http support - some
                   8614:          option syntax changes
                   8615: 
                   8616:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   8617: 
                   8618: 2007-08-06  misha
                   8619: 
                   8620:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   8621: 
                   8622:        * tests/: 160.html, results/160.processed: - cache test was
                   8623:          rewrited
                   8624: 
                   8625: 2007-07-06  misha
                   8626: 
                   8627:        * tests/: 153.html, results/153.processed: - added test for
                   8628:          ^math:sha1[string]
                   8629: 
                   8630:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   8631:          transcoded
                   8632: 
                   8633:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   8634:          were added
                   8635: 
                   8636: 2007-06-28  misha
                   8637: 
                   8638:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   8639:          some incorrect chars
                   8640: 
                   8641: 2007-06-19  misha
                   8642: 
                   8643:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   8644:          were moved on top because of gcc 4 had a problems during
                   8645:          building.
                   8646: 
                   8647: 2007-06-18  misha
                   8648: 
                   8649:        * tests/results/019.processed: - new image commited
                   8650: 
                   8651: 2007-06-09  misha
                   8652: 
                   8653:        * src/classes/: op.C, table.C: - in while and table.select method
                   8654:          as_expression used now
                   8655: 
                   8656:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   8657: 
                   8658: 2007-06-08  misha
                   8659: 
                   8660:        * tests/: 166.html, results/166.processed: - test for
                   8661:          ^match[...][n]
                   8662: 
                   8663:        * tests/: 165.html, results/165.processed: - tests for loops
                   8664: 
                   8665:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   8666:          because of no speed/memory optimisation but some proglems with
                   8667:          long cycles occure
                   8668: 
                   8669: 2007-06-06  misha
                   8670: 
                   8671:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   8672:          ^table.select(true) and ^table.select(1) didn't works because of
                   8673:          awaiting junction-param only. fixed.
                   8674: 
                   8675: 2007-05-24  misha
                   8676: 
                   8677:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   8678:          with 0.5 secs interval
                   8679: 
                   8680:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   8681:          locking system now on unix
                   8682: 
                   8683:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   8684:          system locks which wait till other threads release it but try get
                   8685:          lock, if fail wait 1 sec and make 10 attempts.
                   8686: 
                   8687:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   8688:          were added
                   8689: 
                   8690:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   8691:          opening files
                   8692: 
                   8693:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   8694:          after our classes on unix it can't be build
                   8695: 
                   8696:        * src/types/pa_vhashfile.C: - not needed code removed
                   8697: 
                   8698: 2007-05-23  misha
                   8699: 
                   8700:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   8701:          include/pa_common.h: - cosmetic changes
                   8702: 
                   8703: 2007-05-18  misha
                   8704: 
                   8705:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   8706:          often. it's give some speed increasing
                   8707: 
                   8708:        * tests/results/160.processed: - returned time corrected
                   8709: 
                   8710:        * tests/160.html: - time increased because on unix 1 mean nothing
                   8711:          :(
                   8712: 
                   8713:        * operators.txt: - added info about ^hash.contain[key]
                   8714: 
                   8715:        * src/classes/hash.C: - added ^hash.contain[key]
                   8716: 
                   8717:        * src/include/pa_hash.h: - added method for checking key exists in
                   8718:          hash
                   8719: 
                   8720: 2007-05-07  misha
                   8721: 
                   8722:        * src/include/pa_string.h: - was compilation error during build on
                   8723:          freebsd4
                   8724: 
                   8725: 2007-05-03  misha
                   8726: 
                   8727:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   8728:          for ^table.hash[]
                   8729: 
                   8730:        * src/classes/file.C: - comment removed
                   8731: 
                   8732: 2007-04-26  misha
                   8733: 
                   8734:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   8735:          real files doesn't opened in place anymore
                   8736: 
                   8737: 2007-04-24  misha
                   8738: 
                   8739:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   8740: 
                   8741:        * src/include/pa_exception.h: "static" removed
                   8742: 
                   8743: 2007-04-23  misha
                   8744: 
                   8745:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   8746: 
                   8747:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   8748:          ^math:log(N)) - ^math:lg(N)
                   8749: 
                   8750:        * tests/: 097.html, results/097.processed: - charsets converstion
                   8751:          during ^file::load[text;http://...] added
                   8752: 
                   8753:        * tests/: 164.html, results/164.processed: - check for set expires
                   8754:          as a date
                   8755: 
                   8756:        * tests/: 164.html, results/164.processed: - test for hashfile
                   8757: 
                   8758:        * src/classes/hashfile.C: - little comment changes
                   8759: 
                   8760:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   8761:          access
                   8762: 
                   8763:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   8764:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   8765:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   8766:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   8767:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   8768:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   8769:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   8770:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   8771:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   8772:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   8773:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   8774:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8775:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   8776:          "parser.runtime" strings were removed
                   8777: 
                   8778:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   8779:          now.
                   8780: 
                   8781:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   8782: 
                   8783:        * src/include/pa_exception.h: - string constant with
                   8784:          "parser.runtime" text was added
                   8785: 
                   8786: 2007-04-20  misha
                   8787: 
                   8788:        * operators.txt: - some comments changing
                   8789: 
                   8790:        * operators.txt: - added info about .^hashfile.release[],
                   8791:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   8792: 
                   8793:        * configure: =cheching for unsetenv
                   8794: 
                   8795:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   8796:          ^hashfile.release[] were added
                   8797: 
                   8798:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   8799:          ^string.match[][] understand new option now: return number of
                   8800:          matches but not table wit results
                   8801: 
                   8802:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   8803:          reopen now
                   8804: 
                   8805:        * src/classes/op.C: - bug. must be false
                   8806: 
                   8807:        * configure.in: - checking for unsetenv was added
                   8808: 
                   8809:        * src/types/pa_vform.C: - some comments
                   8810: 
                   8811: 2007-04-18  misha
                   8812: 
                   8813:        * buildall-with-xml: moving to libxml2-2.6.28
                   8814: 
                   8815:        * buildall-with-xml, buildall-without-xml: added commented lines
                   8816:          with --disable-safe-mode option
                   8817: 
                   8818:        * operators.txt: - info about $form:files
                   8819: 
                   8820: 2007-04-17  misha
                   8821: 
                   8822:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   8823:          $form:files was added
                   8824: 
                   8825:        * tests/: 163.html, results/163.processed: removing auto format
                   8826: 
                   8827:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   8828: 
                   8829: 2007-04-16  misha
                   8830: 
                   8831:        * tests/: 163.html, results/163.processed: - test for .int[],
                   8832:          floor, round, ceiling and .format[]
                   8833: 
                   8834:        * src/classes/file.C: - little optimization for getting args in
                   8835:          exec/cgi
                   8836: 
                   8837: 2007-04-13  misha
                   8838: 
                   8839:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   8840:          specified now as s table with one column
                   8841: 
                   8842: 2007-03-27  misha
                   8843: 
                   8844:        * tests/: 162.html, results/162.processed: - test for
                   8845:          ^table.select(^condition[$t])
                   8846: 
                   8847:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   8848: 
                   8849:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   8850: 
                   8851:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   8852:          161_windows1251.txt: - added test for
                   8853:          ^file::load[text;/local/file.txt;$.charset[...]]
                   8854: 
                   8855:        * tests/: results/013.processed, 013.html: - added test for
                   8856:          checking $._default value while hash modifications
                   8857: 
                   8858:        * tests/: 160.html, results/160.processed: - add test for
                   8859:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   8860: 
                   8861: 2007-03-22  misha
                   8862: 
                   8863:        * src/include/pa_common.h: - "charset" string defined for
                   8864:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   8865: 
                   8866:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   8867:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   8868:          added - not needed transcodes were removed from
                   8869:          ^file::load[...;http://...]
                   8870: 
                   8871:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   8872:          added
                   8873: 
                   8874:        * src/classes/date.C: - date.week was fixed
                   8875: 
                   8876:        * operators.txt: - added info about date.weekyear
                   8877: 
                   8878:        * tests/: 159.html, results/159.processed: - tests for date.week
                   8879:          and date.weekyear added
                   8880: 
                   8881: 2007-03-15  misha
                   8882: 
                   8883:        * src/classes/table.C: - enclose column numbers for nameless tables
                   8884:          as well
                   8885: 
                   8886: 2007-03-14  misha
                   8887: 
                   8888:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   8889: 
                   8890:        * src/classes/table.C: - table.save optimization: now required much
                   8891:          less memory
                   8892: 
                   8893: 2007-03-13  misha
                   8894: 
                   8895:        * tests/results/: 158.processed, 158.processes: - tests for
                   8896:          table.save/table.load
                   8897: 
                   8898:        * tests/: 158.html, results/158.processes: - tests for
                   8899:          table.save/table.load
                   8900: 
                   8901:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   8902: 
                   8903:        * buildall-with-xml: - pattern needed now for building
                   8904: 
                   8905:        * tests/results/097.processed: - added test results for xdoc::load
                   8906:          & xdoc::load[http://...]
                   8907: 
                   8908:        * tests/097.html: - added test for xdoc::load
                   8909: 
                   8910: 2007-03-12  misha
                   8911: 
                   8912:        * tests/: 107.html, results/107.processed: - added test for xpath
                   8913:          '//man'
                   8914: 
                   8915: 2007-03-01  misha
                   8916: 
                   8917:        * tests/: 097.html, results/097.processed: - added test for
                   8918:          creating xdoc from file
                   8919: 
                   8920:        * tests/: results/157.processed, 157.html: - added test for
                   8921:          file:move
                   8922: 
                   8923: 2007-02-28  misha
                   8924: 
                   8925:        * src/classes/xdoc.C: - another attempt
                   8926: 
                   8927:        * src/classes/xdoc.C: - roll back last changes for a while
                   8928: 
                   8929:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   8930: 
                   8931:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   8932: 
                   8933:        * tests/results/099.processed: - ever send content-disposition to
                   8934:          client with file
                   8935: 
                   8936:        * tests/157.html: + test for file:copy
                   8937: 
                   8938: 2007-02-26  misha
                   8939: 
                   8940:        * src/classes/file.C: - some similar strings moved to #define
                   8941:          instead of to be copy/pasted many times
                   8942: 
                   8943:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   8944:          #define
                   8945: 
                   8946: 2007-02-20  misha
                   8947: 
                   8948:        * bin/auto.p.dist.in: - added lines for sqlite
                   8949: 
                   8950:        * configure.in: - added some strings for sqlite detection
                   8951: 
                   8952: 2007-02-19  misha
                   8953: 
                   8954:        * operators.txt: - some comments changes
                   8955: 
                   8956:        * buildall-with-xml, buildall-without-xml: - some modifications
                   8957: 
                   8958: 2007-02-17  misha
                   8959: 
                   8960:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   8961: 
                   8962:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   8963:          change console behaviour
                   8964: 
                   8965: 2007-02-12  misha
                   8966: 
                   8967:        * src/targets/cgi/parser3.C: - don't print headers if
                   8968:          $console:line[data] was used during cgi execution.
                   8969: 
                   8970:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   8971:          marked as 'true' if class was used.
                   8972: 
                   8973:        * tests/: 152.html, results/152.processed: - more types was added
                   8974:          to test 152
                   8975: 
                   8976:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   8977:          adding 'bool' (^if($image){} caused exception)
                   8978: 
                   8979: 2007-02-09  misha
                   8980: 
                   8981:        * tests/: 152.html, results/152.processed: - test alightly updated
                   8982: 
                   8983:        * tests/: 152.html, results/152.processed: - test rewrited
                   8984: 
                   8985:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   8986:          bugfix. I broke xdoc & xnode in expression
                   8987: 
                   8988: 2007-02-08  misha
                   8989: 
                   8990:        * tests/: 152.html, results/152.processed: - add test for checking
                   8991:          'def' for void, string, bool, int & double
                   8992: 
                   8993: 2007-02-07  misha
                   8994: 
                   8995:        * operators.txt: - ^file:base64[filespec]  was added
                   8996: 
                   8997:        * tests/results/153.processed: - result test for
                   8998:          ^file:base64[filespec]  was updated
                   8999: 
                   9000:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9001: 
                   9002:        * src/types/pa_vconsole.h: - little optimization
                   9003: 
                   9004:        * src/classes/file.C: - ^file:base64[filespec]
                   9005: 
                   9006:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9007: 
                   9008:        * src/include/pa_common.h: - declarations for
                   9009:          ^file:base64[filespec]
                   9010: 
                   9011:        * src/types/pa_vcookie.C: - little optimization
                   9012: 
                   9013: 2007-02-06  misha
                   9014: 
                   9015:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9016:          were temporary commented
                   9017: 
                   9018:        * src/types/pa_vbool.h: - bugfix
                   9019: 
                   9020:        * tests/156.html: - added test for bool cookie
                   9021: 
                   9022:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9023: 
                   9024:        * tests/: 155.html, results/155.processed: - added test for check
                   9025:          $.encloser[] option for table save/load
                   9026: 
                   9027:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9028: 
                   9029: 2007-02-05  misha
                   9030: 
                   9031:        * tests/results/152.processed: - newline at the end was missed
                   9032: 
                   9033:        * tests/results/141.processed: - math:md5 must be lowercased
                   9034: 
                   9035:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9036: 
                   9037: 2007-02-03  misha
                   9038: 
                   9039:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9040:          test for bool added and some content length fixes
                   9041: 
                   9042:        * tests/152.html: - test for bool added
                   9043: 
                   9044:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   9045: 
                   9046:        * operators.txt: - info bool class was added
                   9047: 
1.116     moko     9048:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     9049:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   9050:          classes/string.C, classes/void.C, classes/xnode.C,
                   9051:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   9052:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   9053:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   9054:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9055:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   9056:          types/types.vcproj: - bool class was added
                   9057: 
                   9058:        * src/main/pa_request.C: - fix
                   9059: 
                   9060: 2007-01-18  misha
                   9061: 
                   9062:        * src/: main/pa_string.C, classes/string.C: - return table during
                   9063:          ^string.match[][] even if no matched found.
                   9064: 
                   9065: 2006-12-20  misha
                   9066: 
                   9067:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   9068:          http://www.parser.ru/forum/?id=55598 ]
                   9069: 
                   9070: 2006-12-19  misha
                   9071: 
                   9072:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   9073:          details: http://www.parser.ru/forum/?id=52359
                   9074: 
                   9075:        * src/main/pa_request.C: - always set content-disposition for
                   9076:          $response:body[hash here]. more details:
                   9077:          http://www.parser.ru/forum/?id=52130
                   9078: 
                   9079: 2006-12-07  misha
                   9080: 
                   9081:        * operators.txt: - added info about bool params in cookie set
                   9082: 
                   9083:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   9084:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   9085:          ]
                   9086: 
                   9087:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   9088:          was added
                   9089: 
                   9090: 2006-12-02  misha
                   9091: 
                   9092:        * src/classes/file.C: - file_block_read used instead of native read
                   9093: 
                   9094:        * src/main/pa_common.C: - added file_block_read with read error
                   9095:          detection - file_block_read used instead of native read
                   9096: 
                   9097:        * src/include/pa_common.h: - added file_block_read declaration
                   9098: 
                   9099: 2006-12-01  misha
                   9100: 
                   9101:        * operators.txt: - info about $var.CLASS_NAME was added
                   9102: 
                   9103:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9104:          $var.CLASS_NAME added
                   9105: 
                   9106:        * operators.txt: - added info about ^file:copy[]
                   9107: 
                   9108:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   9109: 
                   9110: 2006-11-20  misha
                   9111: 
                   9112:        * src/classes/date.C: - bug fix :)
                   9113: 
                   9114: 2006-11-17  misha
                   9115: 
                   9116:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   9117:          to static
                   9118: 
                   9119:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   9120:          small changes in crc32 calculation
                   9121: 
                   9122:        * src/classes/date.C: - not needed code was removed
                   9123: 
                   9124: 2006-11-16  misha
                   9125: 
                   9126:        * src/types/pa_vmail.C: - fix missed brakes
                   9127: 
                   9128:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   9129:          multipart/related instead of multipart/mixed if file have
                   9130:          $.content-id[]
                   9131: 
                   9132: 2006-11-15  misha
                   9133: 
                   9134:        * src/types/pa_vdouble.h: abs -> fabs
                   9135: 
                   9136: 2006-11-14  misha
                   9137: 
                   9138:        * operators.txt: - added info about ^file.md5[] and
                   9139:          ^file:md5[file-name]
                   9140: 
                   9141:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   9142:          added
                   9143: 
                   9144:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   9145:          FILE_BUFFER_SIZE
                   9146: 
                   9147:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   9148: 
                   9149:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   9150:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   9151: 
                   9152:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   9153:          values was fixed
                   9154: 
                   9155: 2006-11-13  misha
                   9156: 
                   9157:        * operators.txt: - added info about ^math:crc32[string],
                   9158:          ^file:crc32[file-name] & ^file.crc32[]
                   9159: 
                   9160:        * src/classes/math.C: - added ^math:crc32[string]
                   9161: 
                   9162:        * src/classes/file.C: - some comments were changed - added
                   9163:          ^file:crc32[file-name] and ^file.crc32[]
                   9164: 
                   9165:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   9166:          crc32 calculation added
                   9167: 
                   9168: 2006-11-03  misha
                   9169: 
                   9170:        * src/include/pa_array.h: - not needed variable removed
                   9171: 
                   9172:        * tests/: 150.html, 151.html, results/150.processed,
                   9173:          results/151.processed: - 2 tests were added
                   9174: 
                   9175:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   9176:          with $.reverse(1) were fixed
                   9177: 
                   9178:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   9179:          query converted to $.charset during ^file::load[http://...]
                   9180: 
                   9181: 2006-11-02  misha
                   9182: 
                   9183:        * src/include/pa_table.h: ups. forget '=' char
                   9184: 
                   9185:        * src/include/pa_table.h: - one more fix in
                   9186:          .locate[...][$.reverse(1)]
                   9187: 
                   9188: 2006-11-01  misha
                   9189: 
                   9190:        * src/classes/math.C: - bug fix, details:
                   9191:          http://www.parser.ru/forum/?id=53360
                   9192: 
                   9193:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   9194:          false for all records )[$.reverse(1)]
                   9195: 
                   9196:        * src/main/pa_http.C: - second param for this mid method is length
                   9197:          but not end_index so this method has error and can't detect
                   9198:          charsets in next content-types: Content-type: text/html;
                   9199:          charset="windows-1251" Content-type: text/html;
                   9200:          charset="windows-1251"; Content-type: text/html;
                   9201:          charset=windows-1251;
                   9202: 
                   9203:          only Content-type: text/html; charset=windows-1251 was fine
                   9204: 
                   9205: 2006-10-31  misha
                   9206: 
                   9207:        * src/classes/file.C: - empty args in file::exec removed now
                   9208: 
                   9209: 2006-09-11  misha
                   9210: 
                   9211:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   9212:          replaced to table::create - some changes in text/code formatting
                   9213: 
                   9214: 2006-09-03  paf
                   9215: 
                   9216:        * src/classes/file.C: proper tainting of
                   9217:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   9218: 
                   9219: 2006-06-09  paf
                   9220: 
                   9221:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   9222: 
                   9223:        * src/classes/table.C: formatting
                   9224: 
                   9225:        * src/classes/table.C: incorporated patch from misha: Sent:
                   9226:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   9227:          ignoring string options for ^table.save[]
                   9228: 
                   9229:        * src/classes/hash.C: incorporated patch from misha Sent:
                   9230:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   9231:          $hash._default disappear while
                   9232: 
                   9233:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   9234:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   9235: 
                   9236:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   9237:          PM Subject: patch for base64 in ^mail:send[] %-)
                   9238: 
                   9239: 2006-04-09  paf
                   9240: 
                   9241:        * src/main/compile.tab.C: ` change compiled
                   9242: 
                   9243:        * gnu.vcproj, operators.txt, parser3.sln,
                   9244:          src/classes/classes.vcproj, src/classes/file.C,
                   9245:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   9246:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9247:          src/classes/xnode.C, src/include/pa_array.h,
                   9248:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9249:          src/include/pa_memory.h, src/include/pa_request.h,
                   9250:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9251:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9252:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9253:          src/lib/pcre/pcre_dftables.vcproj,
                   9254:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9255:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9256:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9257:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9258:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9259:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9260:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9261:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9262:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9263:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9264:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9265:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9266:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9267:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9268:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9269:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   9270:          ^menu, ^hash/hashfile.foreach
                   9271: 
                   9272:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9273:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   9274:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   9275:          src/classes/xnode.C, src/include/pa_array.h,
                   9276:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   9277:          src/include/pa_memory.h, src/include/pa_request.h,
                   9278:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   9279:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   9280:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   9281:          src/lib/pcre/pcre_dftables.vcproj,
                   9282:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9283:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   9284:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   9285:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   9286:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   9287:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   9288:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   9289:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   9290:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   9291:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   9292:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   9293:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   9294:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   9295:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   9296:          tests/descript.ion: ! switched to VS2005 (projects and
                   9297:          object<info explicitly typed>.for_each(, info)) +
                   9298:          $response:field[] setting void means removing + grammar $name`
                   9299:          name stops now, for mysql `$field` + started ^break[]
                   9300:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   9301:          foreach) + all log messages += [uri=, method=, cl=]
                   9302: 
                   9303:        * buildall-with-xml: merged . ftp paths update
                   9304: 
                   9305:        * buildall-with-xml: . ftp paths update
                   9306: 
                   9307: 2006-03-04  paf
                   9308: 
                   9309:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   9310:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   9311: 
                   9312:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   9313:          Igor Zinkovsky for detailed report]
                   9314: 
                   9315: 2006-03-01  paf
                   9316: 
                   9317:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9318:          \n to ' ' in
                   9319: 
                   9320: 2006-02-18  paf
                   9321: 
                   9322:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   9323:          \n to ' ' in
                   9324: 
                   9325:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   9326: 
                   9327: 2006-02-03  paf
                   9328: 
                   9329:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   9330:          base64
                   9331: 
                   9332:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   9333: 
                   9334: 2006-01-20  paf
                   9335: 
                   9336:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9337:          economy fix
                   9338: 
                   9339:        * src/classes/: table.C: merged from HEAD ! bugfix
                   9340:          ^table.save[$.encloser-s now handled properly
                   9341: 
                   9342:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   9343:          handled properly
                   9344: 
                   9345: 2006-01-19  paf
                   9346: 
                   9347:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   9348:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   9349:          helps a lot in our case: after transform we want
                   9350:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   9351: 
                   9352:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   9353:          economy fix
                   9354: 
                   9355:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   9356:          activates merging of free memory blocks which helps a lot in our
                   9357:          case: after transform we want CORD(main.result)->cstr[big
                   9358:          malloc]->transcode[big malloc]
                   9359: 
                   9360: 2006-01-17  paf
                   9361: 
                   9362:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   9363:          before reading them. got rid of reallocs = became quicker and
                   9364:          less fragmentated
                   9365: 
                   9366: 2005-12-29  paf
                   9367: 
1.116     moko     9368:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   9369:          configure, configure.in, src/include/pa_version.h,
                   9370:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     9371:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   9372:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   9373:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   9374:          src/lib/ltdl/missing: . merged from 3.2.1
                   9375: 
1.116     moko     9376:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   9377:          packaged when 'make dist', so do configure companion files in
                   9378:          src/lib/ltdl
                   9379: 
                   9380:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   9381:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   9382:          missing: . now config_auto.h is created with configure [were
                   9383:          constant]
1.95      moko     9384: 
                   9385:        * INSTALL: . references to documentation and some clarification
                   9386: 
                   9387:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   9388:          indication
                   9389: 
1.116     moko     9390:        * Makefile.am: . dist+=buildall*
1.95      moko     9391: 
                   9392: 2005-12-28  paf
                   9393: 
                   9394:        * configure: . 3.2.1
                   9395: 
                   9396:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   9397:          simplify build process, see INSTALL
                   9398: 
                   9399: 2005-12-26  paf
                   9400: 
                   9401:        * configure: ver
                   9402: 
                   9403:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   9404:          version
                   9405: 
                   9406: 2005-12-21  paf
                   9407: 
                   9408:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   9409:          compiled with bison 1.875b, it reports unexpected token names
                   9410: 
                   9411: 2005-12-19  paf
                   9412: 
                   9413:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   9414:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   9415: 
                   9416:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   9417:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9418:          src/main/main.vcproj, src/main/pa_globals.C,
                   9419:          src/targets/cgi/parser3.vcproj,
                   9420:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   9421:          configure, configure.in, src/include/pa_version.h: . killing
                   9422:          gdome [what a relief]
                   9423: 
                   9424:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   9425:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   9426:          run_parser.sh, results/001.processed, results/002.processed,
                   9427:          results/003.processed, results/004.processed,
                   9428:          results/005.processed, results/006.processed,
                   9429:          results/008.processed, results/009.processed,
                   9430:          results/010.processed, results/011.processed,
                   9431:          results/012.processed, results/013.processed,
                   9432:          results/014.processed, results/015.processed,
                   9433:          results/016.processed, results/017.processed,
                   9434:          results/018.processed, results/020.processed,
                   9435:          results/021.processed, results/022.processed,
                   9436:          results/023.processed, results/024.processed,
                   9437:          results/025.processed, results/026.processed,
                   9438:          results/027.processed, results/028.processed,
                   9439:          results/029.processed, results/030.processed,
                   9440:          results/031.processed, results/032.processed,
                   9441:          results/033.processed, results/034.processed,
                   9442:          results/035.processed, results/036.processed,
                   9443:          results/037.processed, results/038.processed,
                   9444:          results/039.processed, results/040.processed,
                   9445:          results/041.processed, results/042.processed,
                   9446:          results/043.processed, results/044.processed,
                   9447:          results/045.processed, results/046.processed,
                   9448:          results/047.processed, results/048.processed,
                   9449:          results/049.processed, results/050.processed,
                   9450:          results/051.processed, results/052.processed,
                   9451:          results/053.processed, results/054.processed,
                   9452:          results/055.processed, results/056.processed,
                   9453:          results/057.processed, results/058.processed,
                   9454:          results/059.processed, results/060.processed,
                   9455:          results/061.processed, results/062.processed,
                   9456:          results/063.processed, results/064.processed,
                   9457:          results/065.processed, results/066.processed,
                   9458:          results/067.processed, results/068.processed,
                   9459:          results/069.processed, results/070.processed,
                   9460:          results/071.processed, results/072.processed,
                   9461:          results/073.processed, results/074.processed,
                   9462:          results/075.processed, results/076.processed,
                   9463:          results/077.processed, results/078.processed,
                   9464:          results/079.processed, results/080.processed,
                   9465:          results/081.processed, results/082.processed,
                   9466:          results/083.processed, results/084.processed,
                   9467:          results/085.processed, results/086.processed,
                   9468:          results/087.processed, results/088.processed,
                   9469:          results/089.processed, results/090.processed,
                   9470:          results/091.processed, results/092.processed,
                   9471:          results/093.processed, results/094.processed,
                   9472:          results/095.processed, results/096.processed,
                   9473:          results/097.processed, results/099.processed,
                   9474:          results/100.processed, results/101.processed,
                   9475:          results/102.processed, results/104.processed,
                   9476:          results/105.processed, results/106.processed,
                   9477:          results/107.processed, results/108.processed,
                   9478:          results/109.processed, results/110.processed,
                   9479:          results/111.processed, results/112.processed,
                   9480:          results/113.processed, results/114.processed,
                   9481:          results/115.processed, results/117.processed,
                   9482:          results/119.processed, results/120.processed,
                   9483:          results/121.processed, results/122.processed,
                   9484:          results/123.processed, results/124.processed,
                   9485:          results/125.processed, results/126.processed,
                   9486:          results/127.processed, results/128.processed,
                   9487:          results/129.processed, results/130.processed,
                   9488:          results/131.processed, results/132.processed,
                   9489:          results/133.processed, results/134.processed,
                   9490:          results/135.processed, results/136.processed,
                   9491:          results/138.processed, results/139.processed,
                   9492:          results/140.processed, results/141.processed,
                   9493:          results/142.processed, results/143.processed,
                   9494:          results/144.processed, results/145.processed,
                   9495:          results/146.processed, results/147.processed,
                   9496:          results/148.processed, results/149.processed, results/auto.p: .
                   9497:          now works if we turn off default auto.p
                   9498: 
1.116     moko     9499:        * configure: . makes
1.95      moko     9500: 
                   9501:        * src/types/pa_vxnode.C: . less warnings
                   9502: 
                   9503:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   9504:          tests/145.html, tests/149.html, tests/descript.ion,
                   9505:          tests/outputs/d.cmd, tests/results/142.processed,
                   9506:          tests/results/143.processed, tests/results/144.processed,
                   9507:          tests/results/145.processed, tests/results/146.processed,
                   9508:          tests/results/147.processed, tests/results/148.processed,
                   9509:          tests/results/149.processed: . removed .nodeValue from all node
                   9510:          types other than 5 (grabbed piece from gdome)
                   9511: 
                   9512:        * tests/: 137.html, results/137.processed: . not handled this case
                   9513:          yet. code does not hang from inserting parent into child,
                   9514:          considering thing minor issue -- nodes are removed from source
                   9515:          anyway, don't know why shold that be an error after all
                   9516: 
                   9517:        * src/targets/cgi/parser3.C: . style
                   9518: 
                   9519:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   9520:          xdoc too [were barking "not element"]
                   9521: 
                   9522: 2005-12-16  paf
                   9523: 
                   9524:        * tests/: 146.html, 147.html, 148.html: . more tests
                   9525: 
                   9526:        * src/classes/xnode.C: . also bark on possible errors
                   9527: 
                   9528:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   9529:          props
                   9530: 
                   9531:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   9532:          main/compile.y: merged from HEAD ! fixed overoptimized
                   9533:          ^call(false) case. (confused it with ^call[] case)
                   9534: 
                   9535:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   9536:          ^call(false) case. (confused it with ^call[] case)
                   9537: 
                   9538:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   9539: 
                   9540:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   9541:          results/001.processed, results/002.processed,
                   9542:          results/003.processed, results/004.processed,
                   9543:          results/005.processed, results/006.processed,
                   9544:          results/008.processed, results/009.processed,
                   9545:          results/010.processed, results/011.processed,
                   9546:          results/012.processed, results/013.processed,
                   9547:          results/014.processed, results/015.processed,
                   9548:          results/016.processed, results/017.processed,
                   9549:          results/018.processed, results/019.processed,
                   9550:          results/020.processed, results/021.processed,
                   9551:          results/022.processed, results/023.processed,
                   9552:          results/024.processed, results/025.processed,
                   9553:          results/026.processed, results/027.processed,
                   9554:          results/028.processed, results/029.processed,
                   9555:          results/030.processed, results/031.processed,
                   9556:          results/032.processed, results/033.processed,
                   9557:          results/034.processed, results/035.processed,
                   9558:          results/036.processed, results/037.processed,
                   9559:          results/038.processed, results/039.processed,
                   9560:          results/040.processed, results/041.processed,
                   9561:          results/042.processed, results/043.processed,
                   9562:          results/044.processed, results/045.processed,
                   9563:          results/046.processed, results/047.processed,
                   9564:          results/048.processed, results/049.processed,
                   9565:          results/050.processed, results/051.processed,
                   9566:          results/052.processed, results/053.processed,
                   9567:          results/054.processed, results/055.processed,
                   9568:          results/056.processed, results/057.processed,
                   9569:          results/058.processed, results/059.processed,
                   9570:          results/060.processed, results/061.processed,
                   9571:          results/062.processed, results/063.processed,
                   9572:          results/064.processed, results/065.processed,
                   9573:          results/066.processed, results/067.processed,
                   9574:          results/068.processed, results/069.processed,
                   9575:          results/070.processed, results/071.processed,
                   9576:          results/072.processed, results/073.processed,
                   9577:          results/074.processed, results/075.processed,
                   9578:          results/076.processed, results/077.processed,
                   9579:          results/078.processed, results/079.processed,
                   9580:          results/080.processed, results/081.processed,
                   9581:          results/082.processed, results/083.processed,
                   9582:          results/084.processed, results/085.processed,
                   9583:          results/086.processed, results/087.processed,
                   9584:          results/088.processed, results/089.processed,
                   9585:          results/090.processed, results/091.processed,
                   9586:          results/092.processed, results/093.processed,
                   9587:          results/094.processed, results/095.processed,
                   9588:          results/096.processed, results/097.processed,
                   9589:          results/099.processed, results/101.processed,
                   9590:          results/102.processed, results/104.processed,
                   9591:          results/105.processed, results/106.processed,
                   9592:          results/107.processed, results/108.processed,
                   9593:          results/109.processed, results/110.processed,
                   9594:          results/111.processed, results/112.processed,
                   9595:          results/113.processed, results/114.processed,
                   9596:          results/115.processed, results/116.processed,
                   9597:          results/117.processed, results/118.processed,
                   9598:          results/119.processed, results/120.processed,
                   9599:          results/121.processed, results/122.processed,
                   9600:          results/123.processed, results/124.processed,
                   9601:          results/125.processed, results/126.processed,
                   9602:          results/127.processed, results/128.processed,
                   9603:          results/129.processed, results/130.processed,
                   9604:          results/131.processed, results/132.processed,
                   9605:          results/133.processed, results/134.processed,
                   9606:          results/135.processed, results/136.processed,
                   9607:          results/137.processed, results/138.processed,
                   9608:          results/139.processed, results/140.processed,
                   9609:          results/141.processed: . refreshed old tests, made them work
                   9610:          without auto.p (in utf8) . things noted: . gif got encoded
                   9611:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   9612:          some strange year)
                   9613: 
                   9614:        * INSTALL: . revived linux libgc fix
                   9615: 
                   9616:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   9617:          glib/gdome in INSTALL and patches]
                   9618: 
                   9619:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9620:          include/pa_charset.h, include/pa_config_includes.h,
                   9621:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   9622:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   9623:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9624:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   9625:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   9626:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   9627:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   9628:          types/pa_vxnode.h: . started killing gdome
                   9629: 
                   9630: 2005-12-13  paf
                   9631: 
                   9632:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   9633:          @unhandled_exception thrown another exception, print correct
                   9634:          origin (earlier code in catch of exception inside of
                   9635:          @unhandled_exception grabbed parent_frame(original_exception)
                   9636:          origin and printed it, instead of true origin)
                   9637: 
                   9638:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   9639:          another exception, print correct origin (earlier code in catch of
                   9640:          exception inside of @unhandled_exception grabbed
                   9641:          parent_frame(original_exception) origin and printed it, instead
                   9642:          of true origin)
                   9643: 
                   9644: 2005-12-09  paf
                   9645: 
                   9646:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   9647:          detection problem, due to change in gc6.4 code
                   9648: 
                   9649:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   9650:          ignored in ^string.matched :(
                   9651: 
                   9652:        * src/main/pa_string.C: ! regex tainting were ignored in
                   9653:          ^string.matched :(
                   9654: 
                   9655:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   9656:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   9657:          src/main/compile.y, src/main/compile_tools.h,
                   9658:          src/main/pa_charset.C, src/main/pa_common.C,
                   9659:          src/main/pa_globals.C, src/main/pa_string.C,
                   9660:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   9661:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   9662: 
                   9663: 2005-12-08  paf
                   9664: 
                   9665:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   9666:          500 chars now handled OK [were wrapped on 500th char according to
                   9667:          rfc, but sendmail failed to unwrap it properly]
                   9668: 
                   9669:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   9670:          handled OK [were wrapped on 500th char according to rfc, but
                   9671:          sendmail failed to unwrap it properly]
                   9672: 
                   9673:        * src/targets/isapi/parser3isapi.C: . less warnings
                   9674: 
                   9675:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   9676:          since 3.1.5
                   9677: 
                   9678:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   9679:          link fixes
                   9680: 
                   9681:        * src/: classes/date.C, include/pa_config_fixed.h,
                   9682:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   9683:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   9684:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   9685: 
                   9686:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   9687:          [in current storage scheme there's no place for them. someday we
                   9688:          can add third CORD to store origins and special version of parser
                   9689:          which stores origins there [separate binary]]
                   9690: 
                   9691: 2005-12-07  paf
                   9692: 
                   9693:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   9694: 
                   9695:        * src/include/pa_version.h: makefiles
                   9696: 
                   9697:        * src/include/pa_version.h: . not beta
                   9698: 
                   9699:        * configure, configure.in, src/include/pa_version.h: not beta
                   9700: 
                   9701: 2005-12-06  paf
                   9702: 
                   9703:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   9704:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   9705:          decided to undo the change ^call[$void] passes void. now it will
                   9706:          pass empty string again.
                   9707: 
                   9708:        * src/main/: compile.tab.C, compile.y: . version readded
                   9709: 
                   9710:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   9711:          = ^switch[void] problem
                   9712: 
                   9713: 2005-12-01  paf
                   9714: 
                   9715:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   9716:          caused ^case[string] to be coerced to double since searching
                   9717:          value were not string (it was vvoid)
                   9718: 
                   9719:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   9720:          ^case[string] to be coerced to double since searching value were
                   9721:          not string (it was vvoid)
                   9722: 
                   9723:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   9724:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   9725: 
                   9726: 2005-11-30  paf
                   9727: 
                   9728:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   9729:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   9730: 
                   9731:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   9732:          putenv("TZ="), on unix works only putenv("TZ")
                   9733: 
                   9734:        * INSTALL: . xml libs versions updated
                   9735: 
                   9736:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   9737:          claims that fixed a lot there // 20040920 for now both
                   9738:          workarounds needed. wait for new libxml/xsl versions
                   9739: 
                   9740: 2005-11-28  paf
                   9741: 
                   9742:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   9743:          columns==0
                   9744: 
                   9745:        * src/classes/table.C: ! nameless table has columns==0
                   9746: 
                   9747:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   9748:          earlier [was totally wrong]
                   9749: 
                   9750:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   9751:          wrong]
                   9752: 
                   9753: 2005-11-25  paf
                   9754: 
                   9755:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   9756:          undoing for now...
                   9757: 
                   9758:        * src/include/pa_version.h: -this reduces speed(table::load),
                   9759:          strange. undoing
                   9760: 
                   9761:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   9762: 
                   9763:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   9764: 
                   9765:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   9766:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   9767:          this speeds things up and saves memory a LOT! (not noticed
                   9768:          negative effect on syntetic tests, future will tell...)
                   9769: 
                   9770:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   9771:          changed gc_malloc implementation, which obscured profiling
                   9772: 
                   9773:        * src/classes/table.C: merged from HEAD: + optimized
                   9774:          table::load/sql, now row ArrayString-s allocated with
                   9775:          columns.count() elements and don't always grow from
                   9776:          count=3[realloc,realloc]
                   9777: 
                   9778:        * src/classes/table.C: + optimized table::load/sql, now row
                   9779:          ArrayString-s allocated with columns.count() elements and don't
                   9780:          always grow from count=3[realloc,realloc]
                   9781: 
                   9782:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   9783:          buffer after save
                   9784: 
                   9785:        * src/classes/table.C: . ^table.save unused buffer after save
                   9786: 
                   9787: 2005-11-24  paf
                   9788: 
                   9789:        * configure.in: . merged glib2-config patch
                   9790: 
                   9791:        * configure.in: + trying to find glib2-config
                   9792: 
                   9793:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9794:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   9795:          file/dir_readable to simple file/dir_exist, this would help in
                   9796:          situations "class not found because .p file has bad rights" << in
                   9797:          that case error would be explicit "access denied to 'this' file"
                   9798: 
1.116     moko     9799:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     9800: 
                   9801:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   9802:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   9803:          to simple file/dir_exist, this would help in situations "class
                   9804:          not found because .p file has bad rights" << in that case error
                   9805:          would be explicit "access denied to 'this' file"
                   9806: 
                   9807:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   9808:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9809:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   9810:          ^file::exec/cgi[script;$.charset[changed]
                   9811:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9812:          encoded in $.charset charset
                   9813: 
                   9814:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   9815:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   9816:          encoded in $.charset charset
                   9817: 
                   9818:        * src/: include/Makefile.am, include/pa_common.h,
                   9819:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   9820:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   9821:          separate file [preparation for
                   9822:          ^file::cgi[script;$.form[$.field1[]
                   9823: 
                   9824: 2005-11-22  paf
                   9825: 
                   9826:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   9827: 
                   9828:        * acinclude.m4, configure.in: . merged underquting fixes
                   9829: 
1.116     moko     9830:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     9831: 
                   9832:        * src/classes/op.C: . overmerged a little
                   9833: 
                   9834:        * src/main/compile.tab.C: Makefile
                   9835: 
                   9836:        * src/main/: pa_common.C: . less gcc warnings
                   9837: 
                   9838:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   9839:          now reports original exception if we have no old cache
                   9840: 
                   9841:        * src/classes/op.C: + $exception.handled[cache] now reports
                   9842:          original exception if we have no old cache
                   9843: 
                   9844:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   9845:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   9846:          \^$.[]|()?*+{}
                   9847: 
                   9848:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   9849:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   9850: 
                   9851:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9852:          getenv-ed variable, which does not work both on win32&unix.
                   9853:          copied old TZ value now
                   9854: 
                   9855:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   9856:          stored pointer to getenv-ed variable, which does not work both on
                   9857:          win32&unix. copied old TZ value now
                   9858: 
                   9859:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   9860:          getenv-ed variable, which does not work both on win32&unix.
                   9861:          copied old TZ value now
                   9862: 
                   9863:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   9864:          access to internal hash
                   9865: 
                   9866:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   9867:          hash
                   9868: 
                   9869:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   9870:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9871:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9872:          very large block" messages to only important onces
                   9873: 
                   9874:        * src/targets/isapi/parser3isapi.C: +
                   9875:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   9876:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   9877:          very large block" messages to only important onces
                   9878: 
                   9879:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   9880:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9881: 
                   9882:        * src/classes/string.C: + removed limitation on
                   9883:          ^string/int/double:sql{}[$.default[({param style})] ]
                   9884: 
                   9885:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   9886:          with ?params or $.form option" limitation
                   9887: 
                   9888:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   9889:          $.form option" limitation
                   9890: 
                   9891:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9892:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   9893:          ^file::base64[encoded] decode
                   9894: 
                   9895:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   9896:          main/pa_common.C: + ^file.base64[] encode +
                   9897:          ^file::base64[encoded] decode
                   9898: 
                   9899:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   9900:          ^string:base64[encoded] decode
                   9901: 
                   9902:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   9903:          ^string:base64[in] encode + ^string.base64[] decode
                   9904: 
                   9905: 2005-11-21  paf
                   9906: 
                   9907:        * src/classes/file.C: + merged from HEAD:
                   9908:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9909: 
                   9910:        * src/classes/file.C: +
                   9911:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   9912: 
                   9913:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   9914:          differes from :download, it does not return content-disposition
                   9915:          at all now [previusely it returned valueless content-disposition]
                   9916: 
                   9917:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   9918:          :download, it does not return content-disposition at all now
                   9919:          [previusely it returned valueless content-disposition]
                   9920: 
                   9921:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   9922:          literals, reverted to just vvod, recreating empty array with each
                   9923:          void_value token. that's absolutely needed, since that array
                   9924:          grows
                   9925: 
                   9926:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9927:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9928:          types/pa_vmethod_frame.h: + merged: expression literals:
                   9929:          true/false. ^format[$.indent(true)]
                   9930: 
                   9931:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   9932:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   9933:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   9934:          ^format[$.indent(true)]
                   9935: 
                   9936:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9937:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9938:          i386-pc-win32)"
                   9939: 
                   9940:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   9941:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   9942:          i386-pc-win32)"
                   9943: 
                   9944: 2005-11-18  paf
                   9945: 
                   9946:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   9947:          null}[$.default(123)] will now return default value
                   9948: 
                   9949:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   9950:          expiration time
                   9951: 
                   9952:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   9953:          time
                   9954: 
                   9955:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   9956:          failed << Exception.problem_source pointed to local var!
                   9957: 
                   9958:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   9959:          Exception.problem_source pointed to local var!
                   9960: 
                   9961:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   9962:          now loads VFile.ptr!=0, so such files can be saved now
                   9963: 
                   9964:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   9965:          loads VFile.ptr!=0, so such files can be saved now
                   9966: 
                   9967:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   9968:          only . and .. now removed from list [were removed all .*]
                   9969: 
                   9970:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   9971:          .. now removed from list [were removed all .*]
                   9972: 
                   9973:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   9974:          open error now checked, were not :( [stole that piece from apache
                   9975:          1.3 sources]
                   9976: 
                   9977:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   9978:          checked, were not :( [stole that piece from apache 1.3 sources]
                   9979: 
                   9980:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   9981:          untainting of @main result if returned by $result or
                   9982:          $response:body
                   9983: 
                   9984:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   9985:          result if returned by $result or $response:body
                   9986: 
                   9987:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   9988:          issue: now tries to guess content-length and allocates one big
                   9989:          piece if possible [regretfully gc_realloc works as malloc+free,
                   9990:          leaving lots of holes behind]
                   9991: 
                   9992:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   9993:          fixed file load memory issue: now tries to guess content-length
                   9994:          and allocates one big piece if possible [regretfully gc_realloc
                   9995:          works as malloc+free, leaving lots of holes behind]
                   9996: 
                   9997: 2005-11-16  paf
                   9998: 
                   9999:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10000:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10001:          table::save with enclosers now doubles them: "->"" !
                   10002:          table::save/load do not remove elements from options hash
                   10003: 
                   10004:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10005:          [were overoptimized ^if(double_literal), compiler confused
                   10006:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10007: 
                   10008:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10009:          [were overoptimized ^if(double_literal), compiler confused
                   10010:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10011: 
                   10012:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10013:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10014:          "->"" ! table::save/load do not remove elements from options hash
                   10015: 
                   10016: 2005-11-03  paf
                   10017: 
1.116     moko     10018:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10019:          compilation, not all makefiles liked that
1.95      moko     10020: 
                   10021: 2005-08-30  paf
                   10022: 
                   10023:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10024: 
                   10025:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10026: 
                   10027: 2005-08-26  paf
                   10028: 
                   10029:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10030: 
                   10031:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10032: 
                   10033:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10034:          complains about bad!=nameless
                   10035: 
                   10036:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10037:          about bad!=nameless
                   10038: 
                   10039:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10040:          optional options were allowed to be empty. were checked
                   10041:          if(is_string), changed to !defined||is_string to allow void
                   10042: 
                   10043:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10044:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10045:          options were allowed to be empty. were checked if(is_string),
                   10046:          changed to !defined||is_string to allow void
                   10047: 
                   10048:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   10049:          as_junction where they needed as_int/double, so failed with
                   10050:          recent "(const) now no junction" optimization
                   10051: 
                   10052:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   10053:          merged ! many classes/*  used as_junction where they needed
                   10054:          as_int/double, so failed with recent "(const) now no junction"
                   10055:          optimization
                   10056: 
                   10057:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   10058:          classes/op.C, classes/string.C, classes/table.C,
                   10059:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   10060:          used as_junction where they needed as_int/double, so failed with
                   10061:          recent "(const) now no junction" optimization
                   10062: 
                   10063: 2005-08-24  paf
                   10064: 
                   10065:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   10066:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   10067:          stripped it
                   10068: 
                   10069: 2005-08-09  paf
                   10070: 
                   10071:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10072:          not cleared
                   10073: 
                   10074:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10075:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10076:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10077:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10078:          classes/response.C, classes/string.C, classes/table.C,
                   10079:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10080:          include/pa_array.h, include/pa_cache_managers.h,
                   10081:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10082:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10083:          include/pa_dictionary.h, include/pa_dir.h,
                   10084:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10085:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10086:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10087:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10088:          include/pa_sapi.h, include/pa_socks.h,
                   10089:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10090:          include/pa_stack.h, include/pa_string.h,
                   10091:          include/pa_stylesheet_connection.h,
                   10092:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10093:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10094:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10095:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10096:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10097:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   10098:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   10099:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10100:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   10101:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   10102:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   10103:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10104:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10105:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10106:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10107:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10108:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10109:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   10110:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   10111:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10112:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10113:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   10114:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   10115:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   10116:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10117:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   10118:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   10119:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   10120:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10121:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10122:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10123:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10124:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10125:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10126:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10127:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10128:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10129:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   10130: 
                   10131:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10132:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   10133:          speedup consequent checks in vmethod_frame
                   10134: 
                   10135:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   10136:          not cleared
                   10137: 
                   10138:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   10139:          params: 50 max (were 10)
                   10140: 
                   10141:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   10142:          params: 50 max (were 10)
                   10143: 
                   10144:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   10145:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   10146:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   10147:          empty string) ! simplified (double) speedup consequent checks in
                   10148:          vmethod_frame
                   10149: 
                   10150:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   10151:          optimized constants in expressions vstring->vdouble + optimized
                   10152:          ^call(vdouble), no junction creation, no calls later
                   10153: 
                   10154: 2005-08-08  paf
                   10155: 
                   10156:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   10157:          integrated
                   10158: 
                   10159:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   10160:          integrated
                   10161: 
                   10162:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   10163:          compile_tools.h: merged + optimized constants in expressions
                   10164:          vstring->vdouble + optimized ^call(vdouble), no junction
                   10165:          creation, no calls later
                   10166: 
                   10167:        * src/types/pa_vdouble.h: merged . double values without fractional
                   10168:          part now default printed as %.0f instead of %g
                   10169: 
                   10170:        * src/types/pa_vdouble.h: . double values without fractional part
                   10171:          now default printed as %.0f instead of %g
                   10172: 
                   10173:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   10174:          cause an exception
                   10175: 
                   10176:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   10177:          exception
                   10178: 
                   10179:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   10180:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10181:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10182:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10183:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   10184:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10185:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10186:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10187:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10188:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10189:          merged VJunction(new Junction) optimization from 3.1.4
                   10190: 
                   10191:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   10192:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   10193:          Junction(params)) to new VJunction(params), thousands of mallocs
                   10194:          removed
                   10195: 
                   10196: 2005-08-05  paf
                   10197: 
                   10198:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   10199:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   10200:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   10201:          creation, no calls later
                   10202: 
                   10203:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   10204:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   10205:          classes/hashfile.C, classes/image.C, classes/int.C,
                   10206:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   10207:          classes/response.C, classes/string.C, classes/table.C,
                   10208:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10209:          include/pa_array.h, include/pa_cache_managers.h,
                   10210:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   10211:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   10212:          include/pa_dictionary.h, include/pa_dir.h,
                   10213:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   10214:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   10215:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   10216:          include/pa_request_charsets.h, include/pa_request_info.h,
                   10217:          include/pa_sapi.h, include/pa_socks.h,
                   10218:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   10219:          include/pa_stack.h, include/pa_string.h,
                   10220:          include/pa_stylesheet_connection.h,
                   10221:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10222:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   10223:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   10224:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   10225:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   10226:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   10227:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   10228:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   10229:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   10230:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   10231:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   10232:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   10233:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   10234:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   10235:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   10236:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   10237:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   10238:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   10239:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   10240:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10241:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   10242:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   10243:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   10244:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   10245:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   10246:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   10247:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   10248:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10249:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10250:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10251:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10252:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   10253:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   10254:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   10255:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   10256:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   10257:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   10258: 
                   10259:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   10260:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   10261:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   10262:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   10263:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   10264:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   10265:          optimized constants in expressions vstring->vdouble
                   10266: 
                   10267: 2005-07-29  paf
                   10268: 
                   10269:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   10270: 
                   10271:        * src/types/pa_vclass.C: + property getter can now be overridden
                   10272: 
                   10273:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   10274:          bug fix: static parent fields were not replaced in case
                   10275:          $derived:field[put] + property setter can now be overridden
                   10276: 
                   10277: 2005-07-28  paf
                   10278: 
                   10279:        * configure, configure.in, src/classes/classes.h,
                   10280:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   10281:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   10282:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   10283:          src/classes/xnode.h, src/include/pa_hash.h,
                   10284:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     10285:          src/types/Makefile.am, src/types/pa_method.h,
                   10286:          src/types/pa_value.h, src/types/pa_vclass.C,
                   10287:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   10288:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   10289:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   10290:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   10291:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   10292:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10293:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   10294:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   10295:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   10296:          src/types/pa_vstateless_class.h,
1.95      moko     10297:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   10298:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10299:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   10300:          dynamic_fields_join
                   10301: 
                   10302:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   10303:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   10304:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10305:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10306:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10307:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10308:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10309:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10310:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   10311:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   10312:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   10313:          restored its checks in vobject.put_element->static fields |
                   10314:          dynamic properties
                   10315: 
                   10316: 2005-07-27  paf
                   10317: 
                   10318:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   10319:          is some old code containing @set_name $name
                   10320: 
                   10321:        * src/types/pa_vobject.h: . fixed warning
                   10322: 
                   10323:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     10324:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     10325: 
                   10326:        * src/: classes/xnode.C, include/pa_hash.h,
                   10327:          types/pa_vstateless_class.C: ! new asserts were all false.
                   10328:          regretfully reverted them all to checks
                   10329: 
                   10330:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10331:          classes/op.C, main/execute.C, types/pa_method.h,
                   10332:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10333:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10334:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10335:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10336:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10337:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10338:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10339:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10340:          joined_dynamic_fields: removed unused param from put_method
                   10341:          (returned to 3 params)
                   10342: 
                   10343:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   10344:          joined_dynamic_fields: dynamic get/set works with overriding
                   10345:          props [alpha2]
                   10346: 
                   10347:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   10348:          works [alfa]
                   10349: 
                   10350:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   10351:          classes/op.C, include/pa_hash.h, main/execute.C,
                   10352:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   10353:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   10354:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   10355:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   10356:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   10357:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   10358:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   10359:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10360:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   10361:          joined_dynamic_fields: just compiled
                   10362: 
                   10363:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10364:          classes/hashfile.C, classes/image.C, classes/table.C,
                   10365:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   10366:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   10367:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   10368: 
                   10369:        * src/types/pa_vobject.C: . object setters [only started, does not
                   10370:          work yet]
                   10371: 
                   10372:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   10373:          object setters [only started, does not work yet]
                   10374: 
                   10375: 2005-07-26  paf
                   10376: 
                   10377:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   10378:          works [alpha2]. for classes. todo: for objects
                   10379: 
                   10380:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   10381:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   10382:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   10383:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   10384:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   10385:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   10386:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   10387:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10388:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   10389:          properties: set works [alpha1]
                   10390: 
                   10391: 2005-07-25  paf
                   10392: 
                   10393:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   10394:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   10395:          properties: started, get works [alpha1, other approach]
                   10396: 
                   10397:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   10398:          properties: started, get works [alpha2]
                   10399: 
                   10400:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   10401:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   10402: 
                   10403: 2005-07-15  paf
                   10404: 
                   10405:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   10406:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   10407:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   10408:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   10409:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   10410:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   10411:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   10412:          types/pa_vresponse.C, types/pa_vresponse.h,
                   10413:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   10414:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   10415:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   10416:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   10417:          [getters work but think of changing them too to precaching]
                   10418: 
                   10419: 2005-07-08  paf
                   10420: 
                   10421:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   10422:          gpf
                   10423: 
                   10424: 2005-06-28  paf
                   10425: 
                   10426:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   10427:          in passing empty strings to file::exec/cgi environment
                   10428: 
                   10429: 2005-06-06  paf
                   10430: 
                   10431:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   10432:          ^table:sql ^hash:sql now DO process $.bind option
                   10433: 
                   10434: 2005-05-24  paf
                   10435: 
                   10436:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   10437:          $.limit] now work again [support was broken in 3.1.4]
                   10438: 
                   10439:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   10440:          ALL_INTERIOR_POINTERS
                   10441: 
                   10442: 2005-05-12  paf
                   10443: 
                   10444:        * configure: 3.1.5beta
                   10445: 
                   10446:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   10447: 
                   10448:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   10449:          $.limit] now work again [support was broken in 3.1.4]
                   10450: 
                   10451:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   10452:          line-width  [was refusing to fill if line-width >1, thanks to
                   10453:          Seras <seras@pinxit.lt> for repro case
                   10454: 
                   10455: 2005-04-25  paf
                   10456: 
                   10457:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   10458:          correctly
                   10459: 
                   10460: 2005-04-19  paf
                   10461: 
                   10462:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   10463:          in VString violating invariant!!
                   10464: 
                   10465:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   10466:          getenv("TZ")==null
                   10467: 
                   10468: 2005-04-08  paf
                   10469: 
                   10470:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   10471:          bugfix: when there is no char in charset one byte produces 6
                   10472:          (&#255; <<max). increased buffer size!
                   10473: 
                   10474: 2005-03-23  paf
                   10475: 
                   10476:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   10477:          ^date.sql-string now takes TZ into account
                   10478: 
                   10479: 2005-03-16  paf
                   10480: 
                   10481:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   10482:          gcc 3.4
                   10483: 
                   10484:        * src/types/pa_vhash.C: . warning about eof eol
                   10485: 
                   10486: 2005-02-17  paf
                   10487: 
                   10488:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   10489:          seconds)
                   10490: 
                   10491: 2005-02-02  paf
                   10492: 
                   10493:        * src/classes/xnode.C: beauty: removed needless includes
                   10494: 
                   10495: 2005-01-31  paf
                   10496: 
                   10497:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   10498:          $.partNoNumber now alias to $.part1
                   10499: 
                   10500:        * src/types/pa_vmail.C: change: incoming letter part contains
                   10501:          "content-disposition" header with any value? now considering that
                   10502:          part to be "file#" [for text/plain text/html were $.text#
                   10503:          $.html#]
                   10504: 
                   10505:        * INSTALL: updatet to latest working versions available
                   10506: 
                   10507: 2005-01-20  paf
                   10508: 
                   10509:        * configure.in, src/include/pa_version.h: version
                   10510: 
                   10511: 2005-01-19  paf
                   10512: 
1.116     moko     10513:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   10514:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   10515:          couple warnings in parser3.C
1.95      moko     10516: 
                   10517: 2004-12-23  paf
                   10518: 
                   10519:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   10520: 
                   10521:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   10522:          dir to directory of script (when shbang used), not to directory
                   10523:          of its interpreter
                   10524: 
                   10525:        * src/include/pa_version.h: compiled on win32...
                   10526: 
                   10527:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   10528:          we need more hspace
                   10529: 
                   10530:        * configure, configure.in, src/include/pa_version.h: configured
                   10531:          host to pa_version. will be displayed everywhere
                   10532: 
                   10533:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   10534:          exception from being logged by setting $exception.handled(1)
                   10535: 
                   10536:        * operators.txt, src/classes/file.C: change:
                   10537:          ^file::sql{query}[[options]] options: $.name[file name]
                   10538:          $.content-type[application/what]
                   10539: 
                   10540:        * src/: include/pa_common.h, main/pa_common.C,
                   10541:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   10542:          new file
                   10543: 
                   10544:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   10545:          bugfix: table->hash now regards _default
                   10546: 
                   10547:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   10548:          created by accessing $name_of_method it acquired bad self=closest
                   10549:          methodframe; instead of proper self (current class)
                   10550: 
                   10551:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   10552:          hashfile produced bad cord
                   10553: 
                   10554: 2004-12-10  paf
                   10555: 
                   10556:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   10557:          subsequent failures though defined in .h
                   10558: 
                   10559:        * src/main/pa_common.C: comment on volatile
                   10560: 
                   10561:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   10562:          alarm function were not used since the beginning due to stupid
                   10563:          error [setsigjmp were not checked in configure.in]
                   10564: 
                   10565:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   10566:          unix too
                   10567: 
                   10568:        * src/main/pa_common.C: http: exception status of send/recv errors
                   10569:          change to most probable http.timeout
                   10570: 
                   10571:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   10572:          works [setsockopt on send/receive]
                   10573: 
                   10574: 2004-12-08  paf
                   10575: 
                   10576:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   10577:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   10578:          proper charset
                   10579: 
                   10580: 2004-11-24  paf
                   10581: 
                   10582:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   10583: 
                   10584:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   10585:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   10586: 
                   10587: 2004-11-12  paf
                   10588: 
                   10589:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   10590:          [since 3.0.4]
                   10591: 
                   10592: 2004-11-09  paf
                   10593: 
                   10594:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   10595:          writes basics to c:\parser3.log
                   10596: 
                   10597: 2004-10-21  paf
                   10598: 
                   10599:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   10600:          tainted strings [were returning clean onces]
                   10601: 
                   10602: 2004-10-15  paf
                   10603: 
                   10604:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   10605:          cycles(i=1; i=2), which was wrong, now does ONE
                   10606: 
                   10607: 2004-10-12  paf
                   10608: 
                   10609:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   10610: 
                   10611: 2004-10-07  paf
                   10612: 
                   10613:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   10614:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   10615:          release asserts
                   10616: 
                   10617:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   10618:          String.dump() to stdout in detailed form  [were String.v() in
                   10619:          short form]
                   10620: 
                   10621:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   10622:          \t\r\n as @#| and truncates long char sequences less
                   10623: 
                   10624: 2004-10-06  paf
                   10625: 
                   10626:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   10627:          win32 beauty: socket errors properly decoded
                   10628: 
                   10629: 2004-10-05  paf
                   10630: 
                   10631:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   10632:          request::configure_user/admin done always, even if no
                   10633:          file-to-process useful in @unhandled_exception [say, if they
                   10634:          would want to mail by SMTP something]
                   10635: 
                   10636:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   10637:          now performed prior to file loading [and @auto executing] thus
                   10638:          making $cookie:value available in @auto and in
                   10639:          @unhandled_exception when IIS is configured to run interpreter
                   10640:          even if no file exist
                   10641: 
                   10642: 2004-09-20  paf
                   10643: 
                   10644:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   10645:          somewhere where it should have called xmlMalloc and it calls
                   10646:          xmlFree when it should have not called it.  inserted two
                   10647:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   10648:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   10649:          author would fix all that.  until that day: we have SLOW garbage
                   10650:          collecting when many xml objects are alive hint: do
                   10651:          ^memory:compact[] before xdoc::create
                   10652: 
                   10653: 2004-09-17  paf
                   10654: 
                   10655:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   10656:          error from 3.0.8 version]
                   10657: 
                   10658: 2004-09-14  paf
                   10659: 
                   10660:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   10661:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   10662:          modified inside
                   10663: 
                   10664: 2004-09-13  paf
                   10665: 
                   10666:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   10667:          [were as octal]
                   10668: 
                   10669:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   10670:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   10671:          safety-check
                   10672: 
                   10673:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   10674:          [not something obscure from sdbm lib]
                   10675: 
                   10676:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   10677:          = strerror now returnes something and we can properly report that
                   10678:          to client
                   10679: 
                   10680:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   10681:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   10682: 
                   10683:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10684:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   10685:          not be unnecessary optimized away [ruining javascript]
                   10686: 
                   10687:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   10688:          [tainted as-is]
                   10689: 
                   10690:        * src/classes/mail.C: bugfix: typo error
                   10691: 
                   10692: 2004-09-09  paf
                   10693: 
                   10694:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   10695:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   10696:          (bloody yandex.server)
                   10697: 
                   10698: 2004-09-06  paf
                   10699: 
                   10700:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   10701:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   10702:          encoded
                   10703: 
                   10704: 2004-09-01  paf
                   10705: 
                   10706:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   10707:          multipart/related outlook express have no problems showing
                   10708:          unrelated attachments.  todo: someday figure out a way of
                   10709:          multipart/mixed    multipart/related       text/html
                   10710:          image/xxx application/octet-stream << true attachments
                   10711: 
                   10712:        * src/types/pa_vmail.C: new:
                   10713:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   10714:          empty mail header fields removed from letter
                   10715: 
                   10716:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   10717:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   10718:          ^mail:send[    $.file[       $.any[header]
                   10719: 
                   10720: 2004-08-30  paf
                   10721: 
                   10722:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   10723:          warnings
                   10724: 
                   10725:        * src/main/pa_common.C: beauty: do not bother with charset
                   10726:          detection when ^file::load[binary
                   10727: 
                   10728: 2004-08-27  paf
                   10729: 
                   10730:        * src/main/pa_common.C: hack: for yandex.server http server
                   10731: 
                   10732: 2004-08-18  paf
                   10733: 
                   10734:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   10735:          possibly-chunked response
                   10736: 
                   10737: 2004-08-17  paf
                   10738: 
                   10739:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10740:          $f.content-type now = that of http response
                   10741: 
                   10742:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   10743:          $f.content-type now = that of http response
                   10744: 
                   10745: 2004-07-30  paf
                   10746: 
                   10747:        * src/: include/pa_request.h, main/pa_request.C,
                   10748:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   10749:          win32: system&parser exceptions in release mode reported properly
                   10750:          parser exception in exception handler WERE mistakenly reported as
                   10751:          system exception, without details [in apache & isapi] +some
                   10752:          beauty in exception text
                   10753: 
                   10754:        * src/: include/pa_exception.h, main/pa_request.C,
                   10755:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   10756:          release mode reported properly parser exception in exception
                   10757:          handler WERE mistakenly reported as system exception, without
                   10758:          details
                   10759: 
                   10760:        * src/main/execute.C: beauty: simplified system exception handling
                   10761: 
                   10762: 2004-07-29  paf
                   10763: 
                   10764:        * src/classes/table.C: bugfix:
                   10765:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   10766:          were ignored, and \t used unconditionally]
                   10767: 
                   10768:        * src/types/Makefile.am: added vhash.c
                   10769: 
                   10770: 2004-07-28  paf
                   10771: 
                   10772:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   10773:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   10774:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   10775:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   10776:          failed on russian letters
                   10777: 
                   10778:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   10779:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   10780:          letters
                   10781: 
                   10782:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   10783:          as 'currentDirectory' parameter to CreateProcess
                   10784: 
                   10785: 2004-07-27  paf
                   10786: 
                   10787:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   10788:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   10789:          from release somewhere [to help searching for unhandled system
                   10790:          exceptions]
                   10791: 
                   10792:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   10793:          TZ shift
                   10794: 
                   10795:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   10796:          but also in ctor
                   10797: 
                   10798: 2004-07-26  paf
                   10799: 
                   10800:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   10801:          src/main/pa_request.C, src/types/pa_vfile.h,
                   10802:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10803:          src/types/types.vcproj: new: $response:body/download[
                   10804:          $.file[name on disk]    $.name[of file for user]
                   10805:          $.mdate[date of last-modified. default from directory] ]
                   10806: 
                   10807:        * src/classes/file.C: moving file:send somewhere else..
                   10808: 
                   10809:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   10810:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   10811:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   10812:          $response:download[ $.filename[filename] $.option[] ,, ]
                   10813: 
                   10814:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   10815: 
                   10816: 2004-07-21  paf
                   10817: 
                   10818:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   10819:          to several lines
                   10820: 
                   10821:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   10822: 
                   10823:          note: ms outlook[!express] shows only first 255 characters of
                   10824:          subject
                   10825: 
                   10826: 2004-07-15  paf
                   10827: 
                   10828:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   10829:          off]
                   10830: 
                   10831: 2004-07-14  paf
                   10832: 
                   10833:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   10834:          according to lang  [were: as-is]
                   10835: 
                   10836: 2004-07-07  paf
                   10837: 
                   10838:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   10839:          checked that
                   10840: 
                   10841:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   10842:          now untainted according to their languages.  were: as-is.
                   10843:          EVERYWHERE
                   10844: 
                   10845:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   10846:          environment string now untainted according to their languages.
                   10847:          were: as-is. EVERYWHERE
                   10848: 
                   10849:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10850:          untainted according to their languages.  were: as-is. on win32:
                   10851:          ok
                   10852: 
                   10853:        * parser3.vssscc: ...would not go unnoticed
                   10854: 
                   10855:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   10856:          fails. in case on input appears nonutf, those bytes will be
                   10857:          printed in %HH form. that can be easily decoded/recovered.
                   10858: 
                   10859:          this form is quite noticable, and hopefully would not go noticed
                   10860: 
                   10861: 2004-07-06  paf
                   10862: 
                   10863:        * src/main/pa_exec.C: bufix: on unix environment string now
                   10864:          untainted according to their languages.  were: as-is. on win32:
                   10865:          ok
                   10866: 
                   10867: 2004-07-01  paf
                   10868: 
                   10869:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   10870:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   10871:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   10872:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   10873:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   10874:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   10875:          option: global optimization ON
                   10876: 
                   10877:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   10878:          to do xdoc::create{invalid chars} standard disables chars less
                   10879:          then \x20, except tab, cr, lf.
                   10880: 
                   10881:          changed tainting so that those become '!'
                   10882: 
                   10883: 2004-06-25  paf
                   10884: 
                   10885:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10886:          int on odd address [prev bugfix failed due to superwize
                   10887:          optimizer, which turned memcpy into same 'ld' asm command]
                   10888: 
                   10889:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   10890:          int on odd address
                   10891: 
                   10892: 2004-06-22  paf
                   10893: 
                   10894:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   10895: 
                   10896:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   10897:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10898:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   10899:          paf(:a)}[                $.bind[                         $.a[2]
                   10900:                 ]       ] output variables work.  todo: check in out
                   10901:          variables
                   10902: 
                   10903: 2004-06-18  paf
                   10904: 
                   10905:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   10906:          classes/table.C, classes/void.C, include/pa_globals.h,
                   10907:          include/pa_sql_connection.h, main/compile.tab.C,
                   10908:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   10909:                      $.bind[                         $.a[2]          ]
                   10910:          ] input variables work.  todo:output
                   10911: 
                   10912:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   10913:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   10914:          /_bug.html?404;http://hpsv/test/
                   10915:          --------------------------------------------------------------------------------
                   10916:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   10917:          --------------------------------------------------------------------------------
                   10918:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   10919: 
                   10920: 2004-06-16  paf
                   10921: 
                   10922:        * src/targets/cgi/parser3.C: new: iis specific
                   10923:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   10924:          $request:query
                   10925:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   10926:          $form:fields IIS-STATUS="404"
                   10927:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   10928: 
                   10929:          todo: isapi too
                   10930: 
                   10931: 2004-05-26  paf
                   10932: 
                   10933:        * src/include/pa_version.h: 3.1.3
                   10934: 
                   10935:        * operators.txt: beauty: removed outdated level 'table'
                   10936: 
                   10937:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   10938: 
                   10939:        * src/main/pa_string.C: beauty: removed 3 warnings
                   10940: 
                   10941:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   10942:          classes/op.C: beauty: removed outdated level 'table'
                   10943: 
                   10944: 2004-05-25  paf
                   10945: 
                   10946:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   10947:          implementation. mistery: how anything worked
                   10948: 
                   10949:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   10950:          changed, it is now safe to use url if pointers to it are stored
                   10951:          to gc mem
                   10952: 
                   10953:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   10954:          unknown errors reported and not cause SIGSEGV now
                   10955: 
                   10956: 2004-05-24  paf
                   10957: 
                   10958:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10959:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   10960:          less memory: CORD_chars_block originally intended to ...  it was
                   10961:          good that CORD_chars_block were not used: it consumes more memory
                   10962:          [and, might be slow too] undoing that. [and removed that func so
                   10963:          that it would not confuse parser developer in future]
                   10964: 
                   10965:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   10966:          less memory: CORD_chars_block originally intended to
                   10967:          speedup/reduce mem usage were forgotten, and were used stupid
                   10968:          CORD_chars
                   10969: 
                   10970:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   10971: 
                   10972:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   10973:          BIGENDIAN processors space-conserving mech failed, causing
                   10974:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   10975:          (1|2|3));
                   10976: 
                   10977: 2004-05-14  paf
                   10978: 
                   10979:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   10980:          bugfix: void now has vfile value, and $response:body[] works OK
                   10981: 
                   10982: 2004-05-12  paf
                   10983: 
                   10984:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   10985:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   10986:          sources to use is_defined() {return as_bool();} along VBool
                   10987: 
                   10988: 2004-05-11  paf
                   10989: 
                   10990:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   10991:          referencing to local objects
                   10992: 
                   10993:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   10994:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   10995:          left intact
                   10996: 
                   10997: 2004-04-15  paf
                   10998: 
                   10999:        * src/classes/date.C: merged: beauty: unused var removed
                   11000: 
                   11001:        * src/classes/date.C: beauty: unused var removed
                   11002: 
                   11003:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11004:          provoked bug
                   11005: 
                   11006: 2004-04-09  paf
                   11007: 
                   11008:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11009: 
                   11010:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11011: 
                   11012: 2004-04-08  paf
                   11013: 
                   11014:        * src/classes/date.C: new: ^date::create[y-m-d
                   11015:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11016: 
                   11017:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11018: 
                   11019:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11020:          to consult default catalog [usually, that file belongs to other
                   11021:          user/group]
                   11022: 
                   11023: 2004-04-06  paf
                   11024: 
                   11025:        * src/main/pa_common.C: beauty: gcc warning removed
                   11026: 
                   11027:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11028:          accept that trick, trying other
                   11029: 
                   11030:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11031:          explicit result problem
                   11032: 
                   11033:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11034:          explicit result problem
                   11035: 
                   11036:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11037:          explicit result problem
                   11038: 
                   11039:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11040: 
                   11041:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11042:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11043:          failed
                   11044: 
                   11045:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11046:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11047:          gethostbyname failed with such 'domains'] now checked properly,
                   11048:          were: needless reverse/forward dns lookup
                   11049: 
                   11050:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11051:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11052:          gethostbyname failed with such 'domains'] now checked properly,
                   11053:          were: needless reverse/forward dns lookup
                   11054: 
                   11055:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   11056:          @method[][result] means "no string output here" moved to lexical
                   11057:          level [on grammar level it were too difficult]
                   11058: 
                   11059:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   11060:          src/main/compile.y, src/main/compile_tools.h,
                   11061:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   11062:          @method[][result] means "no string output here", implemented part
                   11063:          of that idea: compiler throws away string literal generation
                   11064:          code. and barks nonwhitespace chars
                   11065: 
                   11066:        * operators.txt: truth: removed comment about $ORIGIN
                   11067: 
                   11068: 2004-04-05  paf
                   11069: 
                   11070:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   11071:          src/include/pa_version.h, src/main/pa_common.C,
                   11072:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   11073: 
                   11074:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   11075:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   11076: 
                   11077:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   11078: 
                   11079:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   11080:          interfered with FAR console
                   11081: 
                   11082:        * configure, configure.in: 3.1.3
                   11083: 
                   11084:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   11085: 
                   11086:        * src/main/pa_common.C: removed warning
                   11087: 
                   11088:        * src/include/pa_version.h: 3.1.3
                   11089: 
                   11090: 2004-04-02  paf
                   11091: 
                   11092:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   11093: 
                   11094:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   11095:          allows to specify where to put parser log file
                   11096: 
                   11097: 2004-04-01  paf
                   11098: 
                   11099:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   11100:          without tab and enter were ignored
                   11101: 
                   11102:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   11103:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   11104:          main/pa_socks.C, targets/cgi/parser3.C,
                   11105:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   11106:          bugfix: sql connections now are disconnected
                   11107: 
                   11108: 2004-03-30  paf
                   11109: 
                   11110:        * src/classes/table.C: bugfix: table::load last line without tab
                   11111:          and enter were ignored
                   11112: 
                   11113:        * src/classes/table.C: bufix: if last table lines were commented,
                   11114:          gpfed
                   11115: 
                   11116:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   11117:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   11118:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   11119:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   11120:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   11121:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   11122:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   11123:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   11124:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   11125: 
                   11126: 2004-03-29  paf
                   11127: 
                   11128:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   11129:          causes gpf
                   11130: 
                   11131:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   11132:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   11133:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   11134:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   11135:          value.dox: translated to english
                   11136: 
                   11137: 2004-03-25  paf
                   11138: 
                   11139:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   11140:          parser3project dependency removed
                   11141: 
                   11142:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   11143:          bugfix: refused to compile without xml
                   11144: 
                   11145:        * src/types/pa_vform.C: beauty: removed warning
                   11146: 
                   11147:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   11148:          any folder [removed last ;) folder dependency]
                   11149: 
                   11150:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   11151:          folder [removed last ;) folder dependency]
                   11152: 
                   11153:        * src/include/pa_version.h: release
                   11154: 
                   11155:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   11156: 
                   11157:        * src/classes/table.C: beauty: comment& more meaningful error
                   11158:          message
                   11159: 
                   11160:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   11161:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   11162:          thing]
                   11163: 
                   11164: 2004-03-23  paf
                   11165: 
                   11166:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   11167:          and http status line parsing checked number of columns in table
                   11168:          [user reported an assert]
                   11169: 
                   11170:        * operators.txt: example: on hashfile
                   11171: 
                   11172:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   11173:          bugfix: junction reattach now actually reattaches a junction to
                   11174:          new wcontext [were only assigning it to junction, which caused
                   11175:          junction tracking to loose junction, and it's context were not
                   11176:          killed, and it tried to process in invalid context, gpf]
                   11177: 
                   11178:        * src/targets/cgi/parser3.C: debug helper added
                   11179: 
                   11180: 2004-03-19  paf
                   11181: 
                   11182:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   11183:          "type(type)" in braces
                   11184: 
                   11185: 2004-03-10  paf
                   11186: 
                   11187:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   11188:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11189:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   11190:          solution to search-in-namespaces problem:
                   11191:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   11192:          $nodes[^xdoc.select[//x:second]]
                   11193: 
                   11194:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   11195:          expression][[NAMESPACES HASH]] allows to search for info in
                   11196:          namespaces
                   11197: 
                   11198:          $nodes[^xdoc.select[//x:second][
                   11199:          $.x[http://pif.design.ru/] ]]
                   11200: 
                   11201: 2004-03-09  paf
                   11202: 
                   11203:        * operators.txt, src/main/pa_common.C: new:
                   11204:          ^file::load[...][options]         $.form[
                   11205:          !$.field1[string]
                   11206:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   11207:               ]         !$.body[string]
                   11208: 
                   11209:          GET ?here notGET(POST, HEAD, others) in content-type:
                   11210:          application/x-www-form-urlencoded
                   11211: 
                   11212:          todo: upload files ability
                   11213: 
                   11214:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   11215:          properly, done
                   11216: 
                   11217: 2004-03-05  paf
                   11218: 
                   11219:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   11220:          GET/POST $.form[$.fields started, not tested yet
                   11221:          todo:$.field[table] for multiple values
                   11222: 
                   11223:        * operators.txt: new: http:// options $.user $.password basic
                   11224:          authorization
                   11225: 
                   11226:        * src/main/pa_common.C: beauty: link to rtf added
                   11227: 
                   11228:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   11229:          new: http:// options $.user $.password basic authorization
                   11230: 
                   11231:        * src/main/pa_common.C: beauty: removed needless vars
                   11232: 
                   11233:        * operators.txt: new: pgsql option [like that recently added to
                   11234:          oracle driver]             ClientCharset=parser-charset <<
                   11235:          charset in which parser thinks client works
                   11236: 
                   11237:        * operators.txt: new: odbc option [like that recently added to
                   11238:          oracle driver]             ClientCharset=parser-charset <<
                   11239:          charset in which parser thinks client works
                   11240: 
                   11241:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   11242: 
                   11243:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   11244:          char!
                   11245: 
                   11246:        * etc/parser3.charsets/windows-1251.cfg: typo
                   11247: 
                   11248: 2004-03-04  paf
                   11249: 
                   11250:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   11251:          cached, sql transcoding now goes faster
                   11252: 
                   11253:        * operators.txt: new: mysql option [like that recently added to
                   11254:          oracle driver]             ClientCharset=parser-charset <<
                   11255:          charset in which parser thinks client works
                   11256: 
                   11257:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   11258:          typo error
                   11259: 
                   11260:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   11261:          chars commented
                   11262: 
                   11263: 2004-03-03  paf
                   11264: 
                   11265:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   11266:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   11267: 
                   11268: 2004-03-02  paf
                   11269: 
                   11270:        * operators.txt: new[update typo]:     !^void.left(n)
                   11271:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   11272:                nothing
                   11273: 
                   11274:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   11275:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   11276:                nothing
                   11277: 
                   11278:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   11279:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   11280:          row with columns:   first: data   second: file name   third:
                   11281:          content-type
                   11282: 
                   11283:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   11284:          ^connect gets properly escaped string, which can be passed to
                   11285:          request now this for mysql only. it's up to parser sql driver to
                   11286:          fix zeros properly
                   11287: 
                   11288:        * INSTALL: note: added on building apache with this option:
                   11289:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   11290: 
                   11291: 2004-03-01  paf
                   11292: 
                   11293:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   11294:          extension memory:compact befor processingrequest
                   11295: 
                   11296:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   11297:          call sole column of result
                   11298: 
                   11299:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   11300:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   11301:          pixel color
                   11302: 
                   11303:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   11304:          beauty: image -- less checks [were ugly impl]
                   11305: 
                   11306:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   11307:          negative values now considered bad
                   11308: 
                   11309:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   11310: 
                   11311:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   11312:          options now have unified defaults [after transform
                   11313:          indent/omit-xml-declaration/standalone 'default' erroreously
                   11314:          meant 'true']
                   11315: 
                   11316:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   11317:          added [on some platforms gethostbyname failed with such
                   11318:          'domains']
                   11319: 
                   11320:        * src/include/pa_config_auto.h.in: no select check, no define
                   11321: 
                   11322:        * src/classes/string.C: feature: ^string.trim both parameters may
                   11323:          be empty-strings, meaning kind=both chars=whitespaces
                   11324: 
                   11325:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   11326:          exist
                   11327: 
                   11328:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   11329:          exception if it is
                   11330: 
                   11331:        * src/classes/string.C: changed: ^string.trim [] << both,
                   11332:          whitespaces [start|both|end] << kind, whitespaces
                   11333:          [start|both|end;chars]  full
                   11334: 
                   11335: 2004-02-27  paf
                   11336: 
                   11337:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   11338:          method: ^string.trim[start|both|end[;chars]]        default
                   11339:          'chars' -- whitespace chars finished
                   11340: 
                   11341:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   11342:          src/main/pa_string.C: new method:
                   11343:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   11344:          whitespace chars   started, only start works
                   11345: 
                   11346:        * src/main/compile.C: bugfix: line numbers after
                   11347:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   11348:          signed
                   11349: 
                   11350:        * src/main/untaint.C: speed: there's no \n chars in output
                   11351:          [normally], so no need to optimize them they could be retrived
                   11352:          from databases, though. but 1. should be replaced 2. if not
                   11353:          optimized, no harm done
                   11354: 
                   11355:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   11356:          ^file::exec/cgi could return invalid status & zombie child can
                   11357:          remain for short period until process exists [very bad in
                   11358:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   11359: 
                   11360:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   11361:          malicious SMTP server to attack as by returning too long status
                   11362:          responses http://i2/tasks/edit/?id=4629448401140924947
                   11363: 
                   11364: 2004-02-26  paf
                   11365: 
                   11366:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   11367:          are         $.main[to what to rename @main]         $.file[file,
                   11368:          from which (user says) goes that CODE]         $.lineno(line
                   11369:          number in that file, where CODE starts. may be negative)
                   11370: 
                   11371:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11372:          src/main/compile.C, src/main/compile_tools.h,
                   11373:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   11374:          options] which are         $.main[to what to rename @main]
                   11375:          $.file[file, from which (user says) goes that CODE]
                   11376:          $.lineno(line number in that file, where CODE starts. may be
                   11377:          negative)
                   11378: 
                   11379: 2004-02-25  paf
                   11380: 
1.116     moko     11381:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   11382:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     11383: 
                   11384:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   11385:          produces hash of column=>1
                   11386: 
                   11387:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   11388:          with incomplete errno constants set
                   11389: 
                   11390: 2004-02-24  paf
                   11391: 
                   11392:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   11393:          "man select"
                   11394: 
                   11395:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   11396: 
                   11397:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   11398: 
                   11399:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   11400: 
1.116     moko     11401:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     11402: 
                   11403:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   11404:          unix: steps to work on unix [extracted 'to']
                   11405: 
                   11406:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   11407: 
                   11408:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   11409: 
1.116     moko     11410:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11411:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   11412:          unix [testing on solaris]
1.95      moko     11413: 
                   11414: 2004-02-20  paf
                   11415: 
                   11416:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   11417:          pointing that out
                   11418: 
                   11419:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   11420:          fixed again [same solution, mistanenly removed one line]
                   11421: 
                   11422: 2004-02-19  paf
                   11423: 
                   11424:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   11425:          date::create from bad datetime in spring daylightsaving hole now
                   11426:          OK for all platforms [on some platforms it failed]
                   11427: 
                   11428:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   11429:          in daylightsaving hole] now throws error
                   11430: 
                   11431:        * src/classes/date.C: comment: mistake fixed
                   11432: 
                   11433: 2004-02-18  paf
                   11434: 
                   11435:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   11436:          now renderes in $request:charset, but in header puts
                   11437:          $response:charset todo: make that default only so that coder
                   11438:          could override that
                   11439: 
                   11440:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   11441:          turns off omit-xml-declaration
                   11442: 
                   11443:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   11444:          /.xsl for sample
                   11445: 
                   11446: 2004-02-17  paf
                   11447: 
                   11448:        * src/classes/xdoc.C: beauty: needless helper class removed
                   11449: 
                   11450:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   11451:          copied extra time
                   11452: 
                   11453:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   11454:          part of libxml
                   11455: 
                   11456:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   11457:          libxml to do the work] <xsl:output        method="html"
                   11458:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   11459:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   11460:          />
                   11461: 
                   11462:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   11463: 
                   11464:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   11465:          caused assertion
                   11466: 
                   11467:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   11468:          could hang. now such add does nothing, sub clears $hash
                   11469: 
                   11470:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   11471:          not made quoted-printable
                   11472: 
                   11473:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   11474:          string invariant
                   11475: 
                   11476: 2004-02-16  paf
                   11477: 
                   11478:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   11479:          cleared [were not cleared properly]
                   11480: 
                   11481: 2004-02-13  paf
                   11482: 
1.116     moko     11483:        * src/include/pa_version.h: prerelease
1.95      moko     11484: 
                   11485:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   11486:          used, introducing dependencies timestamp check
                   11487: 
                   11488:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11489:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   11490:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   11491:          .xsl.stamp now not used, introducing dependencies timestamp check
                   11492: 
                   11493:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   11494: 
                   11495: 2004-02-12  paf
                   11496: 
                   11497:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   11498:          ruined empty <input type=file> submits. parser thought there were
                   11499:          nameless empty file and $form:field got value of type 'file'
                   11500: 
                   11501:        * INSTALL: --without-threads
                   11502: 
                   11503:        * src/include/pa_sapi.h: 2004
                   11504: 
                   11505: 2004-02-11  paf
                   11506: 
                   11507:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11508:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11509:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11510:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11511:          classes/response.C, classes/string.C, classes/table.C,
                   11512:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11513:          include/pa_array.h, include/pa_cache_managers.h,
                   11514:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11515:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11516:          include/pa_dictionary.h, include/pa_dir.h,
                   11517:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11518:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11519:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11520:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11521:          include/pa_socks.h, include/pa_sql_connection.h,
                   11522:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   11523:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   11524:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11525:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11526:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11527:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11528:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11529:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11530:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11531:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11532:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11533:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11534:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11535:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11536:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   11537:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   11538:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11539:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11540:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11541:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11542:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11543:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11544:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11545:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11546:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11547:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11548:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11549:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11550:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11551:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11552:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11553:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11554:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11555:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11556:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11557:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11558:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   11559: 
                   11560:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   11561:          debug version of gc.dll
                   11562: 
                   11563:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11564:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11565:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   11566:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   11567:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   11568:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   11569:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   11570:          processes
                   11571: 
                   11572:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   11573:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   11574:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   11575:          changes to reflect libxml xsl new folders
                   11576: 
                   11577:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11578:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11579:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   11580:          to reflect libxml xsl new folders
                   11581: 
                   11582:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   11583:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   11584:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   11585:          types/types.vcproj: started changes to reflect libxml xsl new
                   11586:          folders
                   11587: 
                   11588:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   11589:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11590:          src/main/compile.tab.C, src/main/main.vcproj,
                   11591:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   11592:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   11593:          started changes to reflect libxml xsl new folders
                   11594: 
                   11595: 2004-02-10  paf
                   11596: 
                   11597:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   11598:          compile. recommened latest libxml up to date
                   11599: 
                   11600:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   11601:          pattern compilation errors", on which spent 4 hours worktime. use
                   11602:          versions higher than that. recommended now latest up to date
                   11603: 
                   11604: 2004-02-06  paf
                   11605: 
                   11606:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   11607:          beauty: unified destructing style
                   11608: 
                   11609:        * src/main/untaint.C: beauty: removed old def/ifdef
                   11610: 
                   11611:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   11612:          now
                   11613: 
                   11614: 2004-02-03  paf
                   11615: 
                   11616:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   11617:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   11618:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   11619:          then %ld/%lu
                   11620: 
                   11621:        * src/main/pa_common.C: typo: %l -> %u
                   11622: 
                   11623:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   11624:          in attributes or documents-results of transform now not &#04xx;
                   11625: 
                   11626:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   11627: 
                   11628:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   11629: 
                   11630:        * src/main/pa_charset.C: beauty: uncomment
                   11631:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   11632:          libraries
                   11633: 
                   11634: 2004-02-02  paf
                   11635: 
                   11636:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   11637:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   11638: 
                   11639:          $cookie:example[        $.value[]       $.expires[session]
                   11640:          $.path[/there/]         $.domain[test.com] ]
                   11641: 
                   11642:        * src/types/pa_vform.C: bugfix: empty values with
                   11643:          enctype=multipart/form-data now produce entries in $form:tables
                   11644:          <form method=post enctype=multipart/form-data> <input type=hidden
                   11645:          name=a> <input type=hidden name=b>
                   11646: 
                   11647:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   11648:          <hr> <pre>$request:body
                   11649: 
                   11650: 2004-01-30  paf
                   11651: 
                   11652:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   11653:          or documents-results of transform now not &#04xx;
                   11654: 
                   11655:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   11656:          produce exception.
                   11657: 
                   11658:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   11659:          bugfix: ^date::create[invalid fields now produce exception.
                   11660: 
                   11661:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   11662:          year] now produces exception. todo: check other fields
                   11663: 
                   11664: 2004-01-29  paf
                   11665: 
                   11666:        * src/include/pa_memory.h: typo error
                   11667: 
                   11668:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   11669:          more byte then specified, then zeroed it << useless and
                   11670:          potentially harmful(could gpf)
                   11671: 
                   11672: 2004-01-22  paf
                   11673: 
                   11674:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   11675: 
                   11676:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   11677:          optimization
                   11678: 
                   11679:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   11680:          [were bug: ^taint[1 & 2]="1 &2"
                   11681: 
                   11682:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   11683:          errors
                   11684: 
                   11685:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   11686:          overflow
                   11687: 
                   11688:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   11689:          error-reporting code * in parser-error reporting code [when no
                   11690:          @unhandled_exception defined]
                   11691: 
                   11692:          fixed in one place: my *snprintf override
                   11693: 
                   11694: 2004-01-13  paf
                   11695: 
                   11696:        * operators.txt: typo erro
                   11697: 
                   11698: 2003-12-25  paf
                   11699: 
                   11700:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   11701:          garbled  [pieces after zero bytes were removed]
                   11702: 
                   11703: 2003-12-22  paf
                   11704: 
1.116     moko     11705:        * src/include/Makefile.am: bugfix: removed from dist:
                   11706:          src/include/pa_config_auto.h which were configured for
1.95      moko     11707:          make-dist-platform and badly updated proper config file in target
                   11708:          [when .tar used for updating existing source tree]
                   11709: 
                   11710:        * ChangeLog, operators.txt, src/classes/op.C,
                   11711:          src/include/pa_sql_connection.h,
                   11712:          src/include/pa_sql_driver_manager.h,
                   11713:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   11714:          feature: sql introducing ability to transcode charsets
                   11715: 
                   11716: 2003-12-19  paf
                   11717: 
                   11718:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   11719:          error message
                   11720: 
                   11721:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   11722:          structure for libxml now allocated properly
                   11723: 
                   11724: 2003-12-17  paf
                   11725: 
                   11726:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   11727: 
                   11728:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   11729: 
                   11730:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   11731: 
                   11732:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   11733:          unreported xmlGenericErrors]
                   11734: 
                   11735: 2003-12-15  paf
                   11736: 
                   11737:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   11738:          works}
                   11739: 
                   11740: 2003-12-11  paf
                   11741: 
                   11742:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   11743:          id
                   11744:              !$status:tid thread id
                   11745: 
                   11746:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   11747:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   11748:          bugfix(solaris): removed dependency on object initialization
                   11749:          order [one more place]
                   11750: 
                   11751:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11752:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   11753:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   11754:          understand that
                   11755: 
                   11756:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   11757:          classes/xdoc.C, include/pa_cache_managers.h,
                   11758:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11759:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   11760:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   11761:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   11762:          ctor call [relying on implicit String::Body(cstr) call]
                   11763: 
                   11764:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   11765:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   11766:          object initialization order [two places]
                   11767: 
                   11768: 2003-12-10  paf
                   11769: 
                   11770:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   11771:          << time now ok
                   11772: 
                   11773:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11774:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   11775:          operational
                   11776: 
                   11777:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   11778:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   11779:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   11780:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   11781:          back operational
                   11782: 
                   11783: 2003-12-02  paf
                   11784: 
                   11785:        * src/types/pa_vmail.C: bugfix:
                   11786:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   11787:          as-is forced]
                   11788: 
                   11789:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   11790:          exceptions out of libxml callbacks: reimplemented error handling
                   11791:          of http://localhost, parser://method and safemode check callbacks
                   11792: 
                   11793:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   11794:          [merged from HEAD]
                   11795: 
                   11796:        * src/classes/image.C: nothing: comment removed
                   11797: 
                   11798:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   11799:          addresses to int
                   11800: 
                   11801: 2003-12-01  paf
                   11802: 
                   11803:        * src/main/pa_xml_io.C: bugfix: typo
                   11804: 
                   11805:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   11806: 
                   11807:        * src/classes/xdoc.C: bugfix: typo
                   11808: 
                   11809:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   11810:          exception
                   11811: 
                   11812:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   11813: 
                   11814: 2003-11-28  paf
                   11815: 
                   11816:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   11817:          all xml documents read
                   11818: 
                   11819:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   11820: 
                   11821:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   11822:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   11823:          replaced original open mech of xdoc::create & co to use libxml
                   11824:          open, so that this would work for root document todo: safe mode
                   11825:          checks to libxml: ideally to some 1 point
                   11826: 
                   11827:        * src/main/pa_xml_io.C: comment
                   11828: 
                   11829:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   11830:          http://parser[abscent params]
                   11831: 
                   11832:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   11833:          works.  todo: maybe replace original open mech of xdoc::create &
                   11834:          co to use libxml open, so that this would work for root document
                   11835: 
                   11836:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   11837:          "parser://method/params/here"> <test>   &test^; </test> }]
                   11838: 
                   11839:          ^taint[^xdoc.string[]]
                   11840: 
                   11841:          @method[param] <!ENTITY test
                   11842:          "test-entity-value+$form:user+$param!">
                   11843: 
                   11844: 2003-11-27  paf
                   11845: 
                   11846:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   11847: 
                   11848:        * src/classes/date.C: bugfix: typo error
                   11849: 
                   11850: 2003-11-26  paf
                   11851: 
                   11852:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   11853:          src/main/Makefile.am, src/main/main.vcproj,
                   11854:          src/main/pa_globals.C, src/main/pa_request.C,
                   11855:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   11856:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   11857:          to pa_xml_io.C/h
                   11858: 
                   11859:        * src/types/pa_value.h: warnings: --
                   11860: 
                   11861: 2003-11-25  paf
                   11862: 
                   11863:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   11864:          whatever)
                   11865: 
                   11866:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   11867:          a, (c?x:y, z)
                   11868: 
                   11869:        * src/main/untaint.C: bugfix: consequences of not reading this
                   11870:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   11871:          <= 0 ==> none    */
                   11872: 
                   11873:        * src/include/pa_array.h: removed needless checks
                   11874: 
                   11875: 2003-11-24  paf
                   11876: 
                   11877:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   11878:          removed limit: now $form:xxx can be accessed anytime, even in
                   11879:          @auto/conf [and request/response:charset still can be changed
                   11880:          anytime]
                   11881: 
                   11882:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   11883:          now not transcodes response body
                   11884: 
                   11885:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   11886:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   11887:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   11888:          $xdoc.firstChild.firstChild.nodeValue[different]
                   11889:          ^taint[^xdoc.string[]]
                   11890: 
                   11891:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   11892:          workaround: static Hash::allocates -> static Hash_allocates
                   11893: 
                   11894: 2003-11-21  paf
                   11895: 
1.116     moko     11896:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   11897:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   11898:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     11899: 
                   11900:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   11901: 
                   11902:        * src/classes/mail.C: bugfix: typo
                   11903: 
                   11904:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     11905:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   11906:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   11907:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   11908:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     11909:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   11910: 
                   11911:        * src/main/pa_exec.C: bug in safe mode
                   11912: 
                   11913:        * src/include/Makefile.am: pa_xml_exception.h
                   11914: 
                   11915:        * src/targets/isapi/parser3isapi.C: more warnings --
                   11916: 
                   11917: 2003-11-20  paf
                   11918: 
                   11919:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   11920:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   11921:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   11922:          --
                   11923: 
                   11924:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   11925:          more warnings --
                   11926: 
                   11927:        * src/classes/xdoc.C: more warnings --
                   11928: 
                   11929:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   11930: 
                   11931:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   11932:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   11933: 
                   11934:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11935:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   11936:          classes/table.C, include/pa_cache_managers.h,
                   11937:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   11938:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   11939:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   11940:          --
                   11941: 
                   11942:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   11943:          can't report problem (undefined @unhandled_exception) problem
                   11944:          source string were not reported
                   11945: 
                   11946:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11947:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11948:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11949:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11950:          classes/response.C, classes/string.C, classes/table.C,
                   11951:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11952:          include/pa_array.h, include/pa_cache_managers.h,
                   11953:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11954:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   11955:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   11956:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   11957:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   11958:          include/pa_request.h, include/pa_request_charsets.h,
                   11959:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   11960:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11961:          include/pa_stack.h, include/pa_string.h,
                   11962:          include/pa_stylesheet_connection.h,
                   11963:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11964:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11965:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   11966:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   11967:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11968:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11969:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11970:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11971:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   11972:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   11973:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   11974:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   11975:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   11976:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   11977:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   11978:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   11979:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   11980:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11981:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11982:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11983:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11984:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   11985:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11986:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   11987:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11988:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11989:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11990:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11991:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11992:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11993:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11994:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11995:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11996:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   11997:          const IDENT
                   11998: 
                   11999:        * src/: include/pa_array.h, include/pa_pool.h,
                   12000:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12001:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12002:          types/pa_wcontext.h: more warnings --
                   12003: 
                   12004:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12005:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12006:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12007:          classes/memory.C, classes/op.C, classes/string.C,
                   12008:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12009:          include/pa_config_includes.h, include/pa_operation.h,
                   12010:          include/pa_sql_connection.h, include/pa_table.h,
                   12011:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12012:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12013:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12014:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12015:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12016:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12017:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12018:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12019:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12020:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12021:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12022:          types/pa_vmail.C, types/pa_vobject.C,
                   12023:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12024:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12025:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12026:          on all projects (except libltdl=off & libsdbm=level3) found
                   12027:          several unitialized vars
                   12028: 
                   12029: 2003-11-19  paf
                   12030: 
                   12031:        * src/classes/op.C: more ansi C++ comp
                   12032: 
                   12033:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12034:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12035:          $exception.handled[cache] meaning "get expired cache, if any.
                   12036:          else error"}
                   12037: 
                   12038:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12039:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12040:          ^cache[...]{body}{catch code with $exception.cache field}
                   12041: 
                   12042: 2003-11-12  paf
                   12043: 
                   12044:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12045:          [copy/paste bug]
                   12046: 
                   12047: 2003-11-11  paf
                   12048: 
                   12049:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12050:          failed]
                   12051: 
                   12052:        * bin/auto.p.dist.in: colno
                   12053: 
                   12054: 2003-11-10  paf
                   12055: 
                   12056:        * src/types/pa_vconsole.h: flush
                   12057: 
                   12058:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   12059:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   12060:          read/write  [for nntp]
                   12061: 
                   12062:        * operators.txt: mysql: transaction support: ?autocommit=0
                   12063: 
                   12064:        * operators.txt: comment: updated
                   12065: 
                   12066:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   12067:          serialize version and exipire now removes entries
                   12068: 
                   12069:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   12070:          dir, if could]
                   12071: 
                   12072:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   12073:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   12074:          removes files altogether [and dir, if could]
                   12075: 
                   12076:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   12077:          nonexistent pair. .c coded that that was error. fixed
                   12078: 
                   12079:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   12080:          file.access [regretfull can't split it to different exceptions
                   12081:          without modifying sdbm source wich would prefer not to]
                   12082: 
                   12083: 2003-11-07  paf
                   12084: 
                   12085:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12086:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12087:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   12088:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   12089:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   12090:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   12091:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   12092:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   12093:          destructing objects at request processing end
                   12094: 
                   12095: 2003-11-06  paf
                   12096: 
                   12097:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   12098:          updates
                   12099: 
                   12100:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   12101:          to include sdbm
                   12102: 
1.116     moko     12103:        * src/include/: pa_config_includes.h, pa_version.h: our
                   12104:          replacements of max& co only for cpp
1.95      moko     12105: 
                   12106:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   12107:          upper dir, .am updated
                   12108: 
                   12109:        * tests/todo.txt: hashfile: done
                   12110: 
                   12111:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   12112:          expiration [time in value. todo: move time to key]
                   12113: 
                   12114:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   12115: 
                   12116:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   12117:          to do that in foreach, no errors, but surely wrong]
                   12118: 
                   12119:        * operators.txt, src/types/pa_vhashfile.C,
                   12120:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   12121: 
                   12122:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   12123:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   12124:          foreach
                   12125: 
                   12126:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12127:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   12128: 
                   12129:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   12130:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   12131: 
                   12132:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   12133:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   12134:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   12135:          get/put [raw]
                   12136: 
                   12137:        * src/: classes/op.C, main/pa_os.C: just linked
                   12138: 
                   12139:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   12140:          XmlException changes
                   12141: 
                   12142:        * src/: include/pa_charset.h, include/pa_globals.h,
                   12143:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   12144:          XmlException changes
                   12145: 
                   12146:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   12147: 
                   12148:        * src/: include/pa_common.h, include/pa_exception.h,
                   12149:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   12150:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   12151:          main/pa_xml_exception.C: locking move to pa_os [along with
                   12152:          pa_sleep] apr-impl locking done
                   12153: 
                   12154:        * configure, configure.in, operators.txt, parser3.sln,
                   12155:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   12156:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   12157:          src/include/pa_exception.h, src/include/pa_globals.h,
                   12158:          src/include/pa_memory.h, src/include/pa_version.h,
                   12159:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   12160:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   12161:          src/main/compile.tab.C, src/main/main.vcproj,
                   12162:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   12163:          src/types/Makefile.am, src/types/pa_vhash.C,
                   12164:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12165:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   12166:          again with sdbm from apache
                   12167: 
                   12168: 2003-11-05  paf
                   12169: 
                   12170:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12171:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   12172:          \parser3project dir anymore
                   12173: 
                   12174:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   12175:          thoughtlessly from xalan]
                   12176: 
                   12177:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   12178:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   12179:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   12180: 
                   12181:        * src/main/helpers/CaseFolding.txt:
                   12182:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   12183: 
                   12184: 2003-11-04  paf
                   12185: 
                   12186:        * operators.txt: comment: ^mail:send[$.options[
                   12187: 
                   12188:        * src/classes/table.C: compiled on unix
                   12189: 
1.116     moko     12190:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     12191: 
                   12192:        * src/classes/mail.C: compiled on unix
                   12193: 
                   12194:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   12195:          src/types/pa_vmail.h:     !^mail:send[
                   12196:                  $.options[unix: string to append to sendmail command
                   12197:          line]
                   12198: 
                   12199:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   12200:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   12201:          $.encloser["] <nothing> by default
                   12202: 
                   12203:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   12204:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   12205:          default
                   12206: 
                   12207: 2003-11-03  paf
                   12208: 
                   12209:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   12210:          ^table::load[; options:         !$.column-separator[^#09]
                   12211:          !$.column-encloser["]
                   12212: 
                   12213:        * operators.txt, src/include/pa_config_fixed.h,
                   12214:          src/types/pa_vrequest.C: $request:document-root
                   12215: 
                   12216:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   12217:          [already included into uri=xxx]
                   12218: 
                   12219:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   12220:          ^image.gif[filename] for $response:download
                   12221: 
                   12222:        * src/classes/date.C: minor precaution
                   12223: 
                   12224:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   12225:              !^date.unix-timestamp[]
                   12226: 
                   12227: 2003-10-30  paf
                   12228: 
                   12229:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   12230:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   12231: 
                   12232:        * src/classes/: date.C, image.C: improvement diagnostics:
                   12233:          $now[^date::create[$undefined]] now is error
                   12234: 
                   12235:        * src/main/pa_common.C: read errors would now be reported 'actually
                   12236:          read -1 bytes'
                   12237: 
                   12238: 2003-10-24  paf
                   12239: 
                   12240:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   12241:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   12242:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   12243:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   12244: 
                   12245: 2003-10-22  paf
                   12246: 
                   12247:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   12248: 
                   12249: 2003-10-21  paf
                   12250: 
                   12251:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   12252:          fixed: string.match[g] without <'> option produced columns with
                   12253:          NULL's, which gpf'ed at table.save time
                   12254: 
                   12255:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   12256:          recoursion' message with intensive throw-catches fixed: incorrect
                   12257:          name and line (one name upper then needed) in error message about
                   12258:          problems inside try block
                   12259: 
                   12260: 2003-10-10  paf
                   12261: 
                   12262:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   12263:          check offset argument for validity did that in String::Body::pos
                   12264:          myself http://i2/tasks/edit/?id=4577425257580789777
                   12265: 
                   12266: 2003-10-07  paf
                   12267: 
                   12268:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   12269:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   12270: 
                   12271: 2003-10-03  paf
                   12272: 
                   12273:        * parser3.sln, src/include/pa_dictionary.h,
                   12274:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   12275:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   12276:          precalculating cstr&length
                   12277: 
                   12278: 2003-10-02  paf
                   12279: 
                   12280:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   12281:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   12282:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   12283:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   12284: 
                   12285: 2003-09-30  paf
                   12286: 
                   12287:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   12288:          occurrances after lang-mismatched
                   12289: 
                   12290: 2003-09-29  paf
                   12291: 
                   12292:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   12293:          helper
                   12294: 
                   12295:        * src/main/pa_string.C: string::serialize bug fix with
                   12296:          zero-terminator
                   12297: 
                   12298:        * src/classes/table.C: ^nameless_table.save column row now has no
                   12299:          \t at the end
                   12300: 
                   12301:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12302:          @postprocess  now takes $response:body/download
                   12303: 
                   12304:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   12305:          error message
                   12306: 
                   12307:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   12308: 
                   12309:        * src/classes/table.C: bugfix: flip: must produce nameless
                   12310:          http://i2/tasks/edit/?id=4573405524674081244
                   12311: 
                   12312:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   12313:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   12314: 
                   12315:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   12316:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   12317: 
                   12318: 2003-09-26  paf
                   12319: 
                   12320:        * src/main/untaint.C: removed needless field
                   12321: 
                   12322:        * src/main/untaint.C: removed needless const
                   12323: 
                   12324:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   12325:          String.for_each bug fixed [omited one-char cases]
                   12326: 
                   12327:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   12328:          runtime-executor stack were cleared... BADLY
                   12329: 
                   12330:        * src/main/pa_string.C: ^stirng.replace code used old
                   12331:          param-convention on langs.append, fixed that search fo the like,
                   12332:          found none
                   12333: 
                   12334:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   12335:          string::serialize/deserialize implemented Language enum assigned
                   12336:          meaningful letters [more convinient for debugging. read warning
                   12337:          before adding/changing anything]
                   12338: 
                   12339: 2003-09-25  paf
                   12340: 
                   12341:        * src/: include/pa_string.h, include/pa_version.h,
                   12342:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   12343:          differences on unix
                   12344: 
                   12345:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   12346:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   12347:          src/classes/xdoc.C, src/classes/xnode.C,
                   12348:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12349:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12350:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   12351:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   12352:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   12353:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   12354:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   12355:          src/main/compile_tools.h, src/main/pa_charset.C,
                   12356:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   12357:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12358:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   12359:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   12360:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   12361:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   12362:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   12363: 
                   12364:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   12365:          functions aligned to that of eeparser3 look
                   12366: 
                   12367:        * src/lib/cord/cordprnt.c: removed warnings
                   12368: 
                   12369: 2003-09-24  paf
                   12370: 
                   12371:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12372:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   12373:          include/pa_cache_managers.h, include/pa_charset.h,
                   12374:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   12375:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12376:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12377:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   12378:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   12379:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12380:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   12381:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   12382:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   12383:          types/pa_vxnode.C: v() functions of String::Body,
                   12384:          String::Languages and String itself StringBody->String::Body
                   12385: 
                   12386:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12387:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   12388:          never optimized anything.  todo: somehow speed up harder cases:
                   12389:          concatenationA+concatenationB when last block of A and first of B
                   12390:          contain same letters
                   12391: 
                   12392:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12393:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   12394:          blocks of same char [CORD_append_block]
                   12395: 
                   12396:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12397:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   12398:          save space by extending blocks when appending block with c ==
                   12399:          lastblock.c
                   12400: 
                   12401:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   12402:          working yet :( but more working &understood :)
                   12403: 
                   12404:        * src/: classes/table.C, include/pa_string.h,
                   12405:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   12406: 
                   12407: 2003-09-23  paf
                   12408: 
                   12409:        * src/main/untaint.C: $a[ok!] $a works!
                   12410: 
                   12411:        * src/main/untaint.C: something even more works :)
                   12412: 
                   12413:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   12414:          something more works :)
                   12415: 
                   12416:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   12417:          lib/cord/cordxtra.c: something already works :)
                   12418: 
                   12419:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   12420:          serialize&deserialize
                   12421: 
                   12422:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   12423:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   12424:          main/untaint.C: main idea implemented, details left
                   12425: 
                   12426: 2003-09-22  paf
                   12427: 
                   12428:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   12429: 
                   12430:        * src/classes/xnode.C: copy/paste comment bugfix
                   12431: 
                   12432:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   12433:          allocator returns 0, just die.
                   12434:          http://i2/tasks/edit/?id=4570798492410259445
                   12435: 
                   12436:        * src/classes/xdoc.C: copy/paste comment bugfix
                   12437: 
                   12438:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   12439:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   12440:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   12441:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   12442: 
                   12443:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   12444:          chars due to bitwise operation signed-char error]
                   12445: 
                   12446: 2003-09-19  paf
                   12447: 
                   12448:        * src/types/pa_wcontext.C: output message: more practical
                   12449:          suggestion
                   12450: 
                   12451:        * src/main/pa_common.C, operators.txt: merged
                   12452:          $f[^file::load[binary;http://...]] $f.tables
                   12453: 
                   12454: 2003-09-02  paf
                   12455: 
                   12456:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   12457:          flush stdout without referencing 'stdout' symbol. to hell with
                   12458:          non-ansi libraries without 'stdout' symbol
                   12459: 
                   12460:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   12461:          unix (users reported problems with some old libc)
                   12462: 
                   12463:        * src/types/pa_vdate.h: forgot initializer
                   12464: 
                   12465: 2003-09-01  paf
                   12466: 
                   12467:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   12468:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   12469:          zone]
                   12470: 
                   12471:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   12472: 
                   12473: 2003-08-19  paf
                   12474: 
                   12475:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   12476:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   12477:          simplified a little
                   12478: 
                   12479:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   12480:          [lost fix from 3.0.8]
                   12481: 
                   12482:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   12483:          visible here }
                   12484: 
                   12485:          bug fix
                   12486: 
                   12487:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   12488: 
                   12489:        * src/main/compile.tab.C: initialized couple of variables about
                   12490:          which user reported runtime problems when parser were compiled
                   12491:          with VC7, warning level4.  study shows that later in bison
                   12492:          they've fixed that. would migrate to latest bison someday
                   12493: 
                   12494:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   12495:          recoding headers)
                   12496: 
                   12497:        * src/types/pa_vmail.C: works as before, same charset problems:
                   12498:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   12499:          anything for now
                   12500: 
                   12501:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   12502:          problems with body
                   12503: 
                   12504:        * src/types/pa_vmail.C: mail_receive just compiled
                   12505: 
                   12506: 2003-08-18  paf
                   12507: 
                   12508:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   12509:          main/main.vcproj, types/types.vcproj: win32: continued process
                   12510:          detaching from \parser3project directory
                   12511: 
                   12512:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   12513:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   12514:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   12515:          src/lib/pcre/pcre_dftables.dsp,
                   12516:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   12517:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   12518:          src/types/types.dsp: moved to MSVC 7
                   12519: 
                   12520:        * gnu.vcproj.vspscc, parser3.vssscc,
                   12521:          src/classes/classes.vcproj.vspscc,
                   12522:          src/lib/cord/cord.vcproj.vspscc,
                   12523:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   12524:          src/lib/md5/md5.vcproj.vspscc,
                   12525:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   12526:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   12527:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   12528:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   12529:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   12530:          moved to MSVC 7
                   12531: 
                   12532:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   12533:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   12534:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12535:          src/lib/pcre/pcre_dftables.vcproj,
                   12536:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   12537:          src/targets/cgi/parser3.vcproj,
                   12538:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12539:          new VS project files
                   12540: 
                   12541:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   12542:          .NET to detect Jalindi Igloo capabilities.
                   12543: 
                   12544:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     12545:          src/classes/classes.awk, src/doc/footer.htm,
                   12546:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12547:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     12548:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   12549:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   12550: 
                   12551: 2003-08-15  paf
                   12552: 
                   12553:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12554:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   12555: 
                   12556:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   12557:          non-ascii <yyy> now encoded correctly
                   12558: 
                   12559: 2003-07-29  paf
                   12560: 
1.116     moko     12561:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   12562:          dist
1.95      moko     12563: 
                   12564:        * src/types/pa_vmail.C: just started --with-mail-receive
                   12565: 
                   12566: 2003-07-28  paf
                   12567: 
1.116     moko     12568:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   12569:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     12570: 
                   12571:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   12572: 
                   12573: 2003-07-25  paf
                   12574: 
                   12575:        * src/doc/footer.htm: year
                   12576: 
                   12577: 2003-07-24  paf
                   12578: 
                   12579:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   12580:          fix
                   12581: 
                   12582:        * src/include/pa_version.h: release
                   12583: 
1.116     moko     12584:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     12585: 
                   12586:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   12587:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   12588:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   12589:          getting rid of win32xml pseudo project
                   12590: 
                   12591:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   12592: 
1.116     moko     12593:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   12594:          configure.in, operators.txt, parser3.dsw,
1.95      moko     12595:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     12596:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     12597:          src/classes/classes.C, src/classes/classes.awk,
                   12598:          src/classes/classes.dsp, src/classes/classes.h,
                   12599:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12600:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12601:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12602:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   12603:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   12604:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   12605:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   12606:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     12607:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   12608:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   12609:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   12610:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   12611:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   12612:          src/include/pa_exception.h, src/include/pa_exec.h,
                   12613:          src/include/pa_globals.h, src/include/pa_hash.h,
                   12614:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   12615:          src/include/pa_operation.h, src/include/pa_pool.h,
                   12616:          src/include/pa_pragma_pack_begin.h,
1.95      moko     12617:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   12618:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   12619:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   12620:          src/include/pa_sql_connection.h,
                   12621:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   12622:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   12623:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   12624:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     12625:          src/include/pa_uue.h, src/lib/Makefile.am,
                   12626:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   12627:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   12628:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   12629:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     12630:          src/lib/cord/include/ec.h,
                   12631:          src/lib/cord/include/private/Makefile.am,
                   12632:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     12633:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   12634:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     12635:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     12636:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   12637:          src/main/compile_tools.C, src/main/compile_tools.h,
                   12638:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   12639:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12640:          src/main/pa_charsets.C, src/main/pa_common.C,
                   12641:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   12642:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     12643:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   12644:          src/main/pa_request.C, src/main/pa_socks.C,
                   12645:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   12646:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     12647:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   12648:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   12649:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   12650:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   12651:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   12652:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   12653:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     12654:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12655:          src/targets/isapi/parser3isapi.dsp,
                   12656:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     12657:          src/types/pa_junction.h, src/types/pa_method.h,
                   12658:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     12659:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   12660:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   12661:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12662:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12663:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   12664:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   12665:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   12666:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   12667:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   12668:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   12669:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12670:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12671:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12672:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12673:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12674:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   12675:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   12676:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   12677:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   12678:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12679:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12680:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   12681:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   12682:          HEAD
                   12683: 
                   12684:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   12685:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   12686:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   12687:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   12688:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   12689:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   12690:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   12691:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   12692:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   12693:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   12694:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   12695:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   12696:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   12697:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   12698:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   12699:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   12700:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   12701:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   12702:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   12703:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   12704:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12705:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   12706:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   12707:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   12708:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   12709:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   12710:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   12711:          outputs/create-dir, results/001.processed, results/002.processed,
                   12712:          results/003.processed, results/004.processed,
                   12713:          results/005.processed, results/006.processed,
                   12714:          results/007.processed, results/008.processed,
                   12715:          results/009.processed, results/010.processed,
                   12716:          results/011.processed, results/012.processed,
                   12717:          results/013.processed, results/014.processed,
                   12718:          results/015.processed, results/016.processed,
                   12719:          results/017.processed, results/018.processed,
                   12720:          results/019.processed, results/020.processed,
                   12721:          results/021.processed, results/022.processed,
                   12722:          results/023.processed, results/024.processed,
                   12723:          results/025.processed, results/026.processed,
                   12724:          results/027.processed, results/028.processed,
                   12725:          results/029.processed, results/030.processed,
                   12726:          results/031.processed, results/032.processed,
                   12727:          results/033.processed, results/034.processed,
                   12728:          results/035.processed, results/036.processed,
                   12729:          results/037.processed, results/038.processed,
                   12730:          results/039.processed, results/040.processed,
                   12731:          results/041.processed, results/042.processed,
                   12732:          results/043.processed, results/044.processed,
                   12733:          results/045.processed, results/046.processed,
                   12734:          results/047.processed, results/048.processed,
                   12735:          results/049.processed, results/050.processed,
                   12736:          results/051.processed, results/052.processed,
                   12737:          results/053.processed, results/054.processed,
                   12738:          results/055.processed, results/056.processed,
                   12739:          results/057.processed, results/058.processed,
                   12740:          results/059.processed, results/060.processed,
                   12741:          results/061.processed, results/062.processed,
                   12742:          results/063.processed, results/064.processed,
                   12743:          results/065.processed, results/066.processed,
                   12744:          results/067.processed, results/068.processed,
                   12745:          results/069.processed, results/070.processed,
                   12746:          results/071.processed, results/072.processed,
                   12747:          results/073.processed, results/074.processed,
                   12748:          results/075.processed, results/076.processed,
                   12749:          results/077.processed, results/078.processed,
                   12750:          results/079.processed, results/080.processed,
                   12751:          results/081.processed, results/082.processed,
                   12752:          results/083.processed, results/084.processed,
                   12753:          results/085.processed, results/086.processed,
                   12754:          results/087.processed, results/088.processed,
                   12755:          results/089.processed, results/090.processed,
                   12756:          results/091.processed, results/092.processed,
                   12757:          results/093.processed, results/094.processed,
                   12758:          results/095.processed, results/096.processed,
                   12759:          results/097.processed, results/098.processed,
                   12760:          results/099.processed, results/100.processed,
                   12761:          results/101.processed, results/102.processed,
                   12762:          results/103.processed, results/104.processed,
                   12763:          results/105.processed, results/106.processed,
                   12764:          results/107.processed, results/108.processed,
                   12765:          results/109.processed, results/110.processed,
                   12766:          results/111.processed, results/112.processed,
                   12767:          results/113.processed, results/114.processed,
                   12768:          results/115.processed, results/116.processed,
                   12769:          results/117.processed, results/118.processed,
                   12770:          results/119.processed, results/120.processed,
                   12771:          results/121.processed, results/122.processed,
                   12772:          results/123.processed, results/124.processed,
                   12773:          results/125.processed, results/126.processed,
                   12774:          results/127.processed, results/128.processed,
                   12775:          results/129.processed, results/130.processed,
                   12776:          results/131.processed, results/132.processed,
                   12777:          results/133.processed, results/134.processed,
                   12778:          results/135.processed, results/136.processed,
                   12779:          results/137.processed, results/138.processed,
                   12780:          results/139.processed, results/140.processed,
                   12781:          results/141.processed: merged(copied) to HEAD from template_gc
                   12782: 
                   12783:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   12784:          towards \parser3project not having to be in root
                   12785: 
                   12786:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   12787:          module compiled [were minor unnecessary changes in lib/md5
                   12788:          interface]
                   12789: 
                   12790:        * src/include/pa_version.h: release
                   12791: 
                   12792:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   12793: 
                   12794:        * src/classes/math.C: merged uuid bugfix
                   12795: 
                   12796:        * tests/: 141.html, results/141.processed: fixed bug with
                   12797:          too-small-a-buffer
                   12798: 
                   12799:        * src/classes/math.C: uuid bugfix
                   12800: 
                   12801:        * tests/: 141.html, Makefile, results/005.processed,
                   12802:          results/030.processed, results/075.processed,
                   12803:          results/078.processed: to reflect date format change (were -
                   12804:          become ' ')
                   12805: 
                   12806:        * src/classes/math.C: uuid bugfix
                   12807: 
                   12808:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   12809:          debug/release changes
                   12810: 
                   12811:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   12812: 
                   12813: 2003-07-23  paf
                   12814: 
                   12815:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   12816:          renamed a little [to move to comman naming conv]
                   12817: 
1.116     moko     12818:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   12819:          build
1.95      moko     12820: 
                   12821:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   12822:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   12823:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   12824:          stack top_index() fixed
                   12825: 
                   12826:        * src/main/pa_globals.C: minor style changes
                   12827: 
                   12828:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   12829:          closing/caching fixed [connections were not closed/put to cache]
                   12830: 
                   12831: 2003-07-22  paf
                   12832: 
                   12833:        * INSTALL: gc part updated stightly
                   12834: 
                   12835:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   12836:          new sapi interface
                   12837: 
                   12838:        * src/classes/file.C: comment on OS
                   12839: 
                   12840:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   12841:          one deeper in cord lib]
                   12842: 
                   12843:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   12844: 
                   12845:        * src/main/pa_memory.C: out of memory is no longer coredump
                   12846: 
                   12847:        * INSTALL: disable-threads adviced
                   12848: 
                   12849: 2003-07-21  paf
                   12850: 
1.116     moko     12851:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     12852: 
                   12853:        * src/classes/file.C: file::exec/cgi environment variables now must
                   12854:          be UPPERCASE and A-Z 0-9 _-
                   12855: 
                   12856:        * src/classes/file.C: env passing fixed
                   12857: 
                   12858:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   12859: 
                   12860:        * src/main/pa_common.C: http:// CRLF now
                   12861: 
                   12862: 2003-07-02  paf
                   12863: 
                   12864:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   12865:          fields to reflect their real meaning
                   12866: 
                   12867: 2003-06-27  paf
                   12868: 
                   12869:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   12870:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   12871:          file::exec/cgi .charset
                   12872: 
                   12873: 2003-06-26  paf
                   12874: 
                   12875:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   12876:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   12877:          src/classes/table.C: fixed several uninitialized local
                   12878:          structures.  notably ^hash.foreach now inserts delimiters
                   12879:          properly [were inserting it before first body]
                   12880: 
                   12881: 2003-06-24  paf
                   12882: 
                   12883:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   12884: 
                   12885: 2003-06-20  paf
                   12886: 
                   12887:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   12888:          src/main/pa_globals.C: introducing
                   12889:          $f[^file::load[binary;http://...]] $f.tables
                   12890: 
                   12891: 2003-06-06  paf
                   12892: 
                   12893:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   12894:          table. [were method lookup: inconsistent]
                   12895: 
                   12896: 2003-06-02  paf
                   12897: 
                   12898:        * src/include/pa_memory.h: empty string clone fixed to return
                   12899:          writable memory
                   12900: 
                   12901:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   12902:          were not appended] which violated string invariant
                   12903: 
                   12904: 2003-05-30  paf
                   12905: 
                   12906:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   12907:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   12908: 
                   12909:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   12910:          GMT  ; RFC 822, updated by RFC 1123
                   12911: 
                   12912:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   12913:          targets/isapi/parser3isapi.C: initialized request_info properly
                   12914: 
                   12915:        * src/classes/xnode.C: found minor bug, commended for future
                   12916: 
                   12917: 2003-05-28  paf
                   12918: 
                   12919:        * src/classes/form.C: request_info.content_length can't be <0,
                   12920:          size_t for some time
                   12921: 
                   12922: 2003-05-26  paf
                   12923: 
                   12924:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   12925:          forgotten <0 changed to !=STRING_NOT_FOUND
                   12926: 
                   12927:        * src/classes/math.C: merged ffffu from HEAD
                   12928: 
                   12929: 2003-05-11  paf
                   12930: 
                   12931:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   12932: 
                   12933:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   12934:          premature doc free.  transformed document had xmlDoc reference
                   12935:          stored to non-gc-memory (libgdome) added holding-reference
                   12936: 
                   12937: 2003-04-29  paf
                   12938: 
                   12939:        * src/main/pa_globals.C: started digging on double free.  on win32
                   12940:          found that that's perfectly normal.
                   12941: 
                   12942: 2003-04-25  paf
                   12943: 
                   12944:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   12945: 
                   12946:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   12947: 
                   12948:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   12949:          print anything.  changed to quicker and simplier code
                   12950: 
                   12951:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   12952:          strict a check]
                   12953: 
                   12954:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   12955: 
                   12956: 2003-04-24  paf
                   12957: 
                   12958:        * src/include/pa_table.h: too strict assert loosened
                   12959: 
                   12960:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   12961:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   12962:          report
                   12963: 
                   12964: 2003-04-21  paf
                   12965: 
1.116     moko     12966:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     12967: 
                   12968:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   12969:          memory
                   12970: 
                   12971:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   12972:          xmlMallocAtomic [author agreed to my suggestion], used that
                   12973: 
                   12974:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   12975: 
                   12976:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   12977:          types/pa_vmail.C: attributed_meaning_to_string added
                   12978:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   12979:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   12980:          made that param obligatory
                   12981: 
                   12982:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   12983:          fixed [assert helped]
                   12984: 
                   12985:        * src/include/pa_string.h: assert added [looking for bug]
                   12986: 
                   12987:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   12988:          names on Win32 considered disk-global
                   12989: 
                   12990:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   12991:          considered disk-global
                   12992: 
                   12993: 2003-04-18  paf
                   12994: 
                   12995:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   12996:          filenames
                   12997: 
                   12998:        * src/main/untaint.C: enabled '~' letter in filenames
                   12999: 
                   13000: 2003-04-16  paf
                   13001: 
                   13002:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13003: 
                   13004:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13005:          HEAD
                   13006: 
1.116     moko     13007:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13008: 
                   13009: 2003-04-15  paf
                   13010: 
                   13011:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13012:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13013:          tests/results/141.processed: merged from head ^math:uuid[]
                   13014:          ^math:uid64[] ^math:md5[string]
                   13015: 
                   13016:          test added: 141.html
                   13017: 
                   13018:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13019: 
                   13020:        * src/classes/math.C: ^math:uuid[]
                   13021: 
                   13022:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13023: 
                   13024:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13025:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13026: 
                   13027:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13028:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13029:          ^file::load[mode;name;     $.offset     $.limit
                   13030: 
                   13031: 2003-04-14  paf
                   13032: 
                   13033:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13034:          started ^math:md5
                   13035: 
                   13036:        * src/classes/table.C, src/include/pa_array.h,
                   13037:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13038:          tests/results/140.processed: table $.reverse option works in
                   13039:          create&co table $.distinct[tables] bug fix merged
                   13040: 
                   13041:        * src/: classes/table.C, include/pa_table.h: table
                   13042:          $.distinct[tables] bug fixed
                   13043: 
                   13044:        * src/classes/table.C: more warnings
                   13045: 
                   13046:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13047:          removed checks in table::set_current, moved them back to
                   13048:          table::locate implemented table::create/join ñ $.reverse
                   13049: 
                   13050:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13051:          removed checks in table::set_current, moved them back to
                   13052:          table::locate
                   13053: 
                   13054: 2003-04-11  paf
                   13055: 
                   13056:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13057:          src/include/pa_array.h, src/include/pa_common.h,
                   13058:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13059:          src/include/pa_table.h, src/main/pa_request.C,
                   13060:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13061:          src/main/pa_table.C: merged from HEAD from
                   13062:          before_append_array_limit_sense_change to
                   13063:          after_append_array_limit_sense_change
                   13064: 
                   13065:        * src/classes/table.C: typo
                   13066: 
                   13067:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13068:          src/include/pa_array.h, src/include/pa_common.h,
                   13069:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   13070:          src/include/pa_table.h, src/main/pa_array.C,
                   13071:          src/main/pa_globals.C, src/main/pa_request.C,
                   13072:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13073:          src/main/pa_table.C: append_array_limit_sense_change locate
                   13074:          accepts options same as create new option: $.reverse(1)   [do not
                   13075:          work in table::create]
                   13076: 
                   13077:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   13078:          (stat xxx,
                   13079: 
                   13080:        * src/classes/: table.C: typo
                   13081: 
                   13082:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   13083:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   13084:          results/130.processed, results/131.processed,
                   13085:          results/132.processed, results/133.processed,
                   13086:          results/134.processed, results/135.processed,
                   13087:          results/136.processed, results/137.processed,
                   13088:          results/138.processed, results/139.processed: added few mustfail
                   13089:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   13090:          date/time 132.html mustfail: access to junction outside of
                   13091:          context 133.html mustfail: access to junction outside of context,
                   13092:          case version 134.html mustfail: hash: adding a key inside of
                   13093:          foreach 135.html mustfail: modifying system class 136.html
                   13094:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   13095:          appendChild without import 138.html mustfail: invalid encoding
                   13096:          inside of xml 139.html mustfail: bad XPath
                   13097: 
                   13098:        * operators.txt, src/classes/table.C, tests/084.html,
                   13099:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   13100:          tests/129.html, tests/results/125.processed,
                   13101:          tests/results/126.processed, tests/results/127.processed,
                   13102:          tests/results/128.processed, tests/results/129.processed: merged
                   13103:          from HEAD ^table.hash[key][$.distinct[tables]]
                   13104: 
                   13105:          maked appropriate tests [changed one old nonconforming]
                   13106: 
                   13107:        * operators.txt, src/classes/table.C:
                   13108:          ^table.hash[key][$.distinct[tables]]
                   13109: 
                   13110:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13111:          merged fix for found very old xml (dom) bug: were passing
                   13112:          domString objects and later ERROREOUSLY freed them
                   13113: 
                   13114:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   13115:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   13116:          libgdome bug can not be worked around
                   13117: 
                   13118: 2003-04-10  paf
                   13119: 
                   13120:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   13121:          found very old xml (dom) bug: were passing domString objects and
                   13122:          later ERROREOUSLY freed them
                   13123: 
                   13124:        * src/doc/string.dox, src/include/pa_memory.h,
                   13125:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   13126:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   13127:          tests/123.html, tests/124.html, tests/results/001.processed,
                   13128:          tests/results/002.processed, tests/results/003.processed,
                   13129:          tests/results/004.processed, tests/results/005.processed,
                   13130:          tests/results/006.processed, tests/results/008.processed,
                   13131:          tests/results/009.processed, tests/results/010.processed,
                   13132:          tests/results/011.processed, tests/results/012.processed,
                   13133:          tests/results/013.processed, tests/results/014.processed,
                   13134:          tests/results/015.processed, tests/results/016.processed,
                   13135:          tests/results/017.processed, tests/results/018.processed,
                   13136:          tests/results/020.processed, tests/results/021.processed,
                   13137:          tests/results/022.processed, tests/results/023.processed,
                   13138:          tests/results/024.processed, tests/results/025.processed,
                   13139:          tests/results/026.processed, tests/results/027.processed,
                   13140:          tests/results/028.processed, tests/results/029.processed,
                   13141:          tests/results/030.processed, tests/results/031.processed,
                   13142:          tests/results/032.processed, tests/results/033.processed,
                   13143:          tests/results/034.processed, tests/results/035.processed,
                   13144:          tests/results/036.processed, tests/results/037.processed,
                   13145:          tests/results/038.processed, tests/results/039.processed,
                   13146:          tests/results/040.processed, tests/results/041.processed,
                   13147:          tests/results/042.processed, tests/results/043.processed,
                   13148:          tests/results/044.processed, tests/results/045.processed,
                   13149:          tests/results/046.processed, tests/results/047.processed,
                   13150:          tests/results/048.processed, tests/results/049.processed,
                   13151:          tests/results/050.processed, tests/results/051.processed,
                   13152:          tests/results/052.processed, tests/results/053.processed,
                   13153:          tests/results/054.processed, tests/results/055.processed,
                   13154:          tests/results/056.processed, tests/results/057.processed,
                   13155:          tests/results/058.processed, tests/results/059.processed,
                   13156:          tests/results/060.processed, tests/results/061.processed,
                   13157:          tests/results/062.processed, tests/results/063.processed,
                   13158:          tests/results/064.processed, tests/results/065.processed,
                   13159:          tests/results/066.processed, tests/results/067.processed,
                   13160:          tests/results/068.processed, tests/results/069.processed,
                   13161:          tests/results/070.processed, tests/results/071.processed,
                   13162:          tests/results/072.processed, tests/results/073.processed,
                   13163:          tests/results/074.processed, tests/results/075.processed,
                   13164:          tests/results/076.processed, tests/results/077.processed,
                   13165:          tests/results/078.processed, tests/results/079.processed,
                   13166:          tests/results/080.processed, tests/results/081.processed,
                   13167:          tests/results/082.processed, tests/results/083.processed,
                   13168:          tests/results/084.processed, tests/results/085.processed,
                   13169:          tests/results/086.processed, tests/results/087.processed,
                   13170:          tests/results/088.processed, tests/results/089.processed,
                   13171:          tests/results/090.processed, tests/results/091.processed,
                   13172:          tests/results/092.processed, tests/results/093.processed,
                   13173:          tests/results/094.processed, tests/results/095.processed,
                   13174:          tests/results/096.processed, tests/results/097.processed,
                   13175:          tests/results/101.processed, tests/results/102.processed,
                   13176:          tests/results/104.processed, tests/results/105.processed,
                   13177:          tests/results/106.processed, tests/results/107.processed,
                   13178:          tests/results/108.processed, tests/results/109.processed,
                   13179:          tests/results/110.processed, tests/results/111.processed,
                   13180:          tests/results/112.processed, tests/results/113.processed,
                   13181:          tests/results/114.processed, tests/results/115.processed,
                   13182:          tests/results/116.processed, tests/results/117.processed,
                   13183:          tests/results/118.processed, tests/results/119.processed,
                   13184:          tests/results/120.processed, tests/results/121.processed,
                   13185:          tests/results/122.processed, tests/results/123.processed,
                   13186:          tests/results/124.processed: new convention: char* never 0.
                   13187:          assert in cord on that
                   13188: 
                   13189:        * src/main/pa_charset.C: couple more asserts
                   13190: 
                   13191:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   13192:          speedup
                   13193: 
                   13194:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   13195:          added [may be those is the case now?]
                   13196: 
                   13197:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13198:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13199:          hope]
                   13200: 
                   13201:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   13202:          that's memory from gc_malloc, not from g_malloc :(, but would
                   13203:          hope]
                   13204: 
                   13205:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   13206: 
                   13207: 2003-04-09  paf
                   13208: 
                   13209:        * src/classes/date.C: merged ^date.roll changes
                   13210: 
                   13211:        * src/classes/date.C: ^date.roll bug fix
                   13212: 
                   13213:        * src/classes/date.C: ^date.roll now throws less errors: month
                   13214:          shifts handles end of month situation by reducing day number
                   13215:          hour-hole shift reduces hour to recover
                   13216: 
                   13217:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   13218:          Sort by function time
                   13219: 
                   13220:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   13221:          http://   $.charset[] param done
                   13222: 
                   13223:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   13224:          added [after volatile fix. passes on win&intel-solaris]
                   13225: 
                   13226: 2003-04-08  paf
                   13227: 
                   13228:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   13229:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   13230:          include/pa_common.h, include/pa_request_charsets.h,
                   13231:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13232:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   13233:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   13234:          types/pa_vresponse.C: started http://   $.charset[] param and
                   13235:          http response charset detection just compiled.  todo:test
                   13236: 
                   13237:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   13238: 
                   13239:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   13240:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   13241:          types/pa_vmail.C: changed transcode param converntion  along with
                   13242:          string creating convention -- all strings are zero-terminated,
                   13243:          this allowed to fix one remaining String("123", 2) case
                   13244: 
                   13245:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13246:          classes/op.C, classes/string.C, classes/table.C,
                   13247:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   13248:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   13249:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13250:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   13251:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   13252:          violated String::invariant. started fixing [not compiled now]
                   13253: 
                   13254:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13255:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   13256:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   13257:          improvements & optimizations
                   13258: 
                   13259:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   13260:          :(]
                   13261: 
                   13262:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   13263:          [for it's a pointer really]
                   13264: 
                   13265:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   13266:          'n' param. worked that around
                   13267: 
                   13268:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   13269:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   13270:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   13271:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   13272:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   13273: 
                   13274:          Thanks for the bug report and patch.
                   13275: 
                   13276:          I hadn't looked at this code in a while.  Reading it now, it
                   13277:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   13278:          comply with the invariant, though that may not matter a lot.  I
                   13279:          changed that, too.
                   13280: 
                   13281:          Hans
                   13282: 
                   13283: 2003-04-07  paf
                   13284: 
                   13285:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   13286:          merged from head:safe mode error message now includes numbers
                   13287: 
                   13288:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13289:          problem: as_double returns it's result in fp-register compiler
                   13290:          optimizes access to that register after b->as_double, and just
                   13291:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13292:          from memory.  _SAME_ double values do not match here.  when
                   13293:          forced to REload fp-register, values do match.
                   13294: 
                   13295:          tried to make them volatile.
                   13296: 
                   13297:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   13298:          problem: as_double returns it's result in fp-register compiler
                   13299:          optimizes access to that register after b->as_double, and just
                   13300:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   13301:          from memory.  _SAME_ double values do not match here.  when
                   13302:          forced to REload fp-register, values do match.
                   13303: 
                   13304:          tried to make them volatile.
                   13305: 
                   13306:        * src/types/pa_vobject.h: small style change
                   13307: 
                   13308:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   13309: 
                   13310:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   13311:          mode error message now includes numbers
                   13312: 
                   13313:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   13314:          now causes death
                   13315: 
                   13316: 2003-04-04  paf
                   13317: 
                   13318:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   13319:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   13320:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   13321:          Sent: Thursday, January 23, 2003 9:14 AM
                   13322: 
                   13323:          huge speedup on ^file::cgi with big result
                   13324: 
                   13325:        * src/classes/table.C: sort table with 0 rows bug fixed
                   13326: 
                   13327:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   13328:          fix http://i2/tasks/edit/?id=4493701604654042676
                   13329: 
                   13330:          @main[] $with_default[  $.a[1]  $._default[default from
                   13331:          with_default] ] ^show[$with_default]
                   13332: 
                   13333:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13334:          =$to_add_to.xxx=<br>
                   13335: 
                   13336:          ^show[$to_add_to]
                   13337: 
                   13338:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13339:          ^show[$cloned]
                   13340: 
                   13341:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13342: 
                   13343:          }  <hr>
                   13344: 
                   13345:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   13346:          http://i2/tasks/edit/?id=4493701604654042676
                   13347: 
                   13348:          @main[] $with_default[  $.a[1]  $._default[default from
                   13349:          with_default] ] ^show[$with_default]
                   13350: 
                   13351:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   13352:          =$to_add_to.xxx=<br>
                   13353: 
                   13354:          ^show[$to_add_to]
                   13355: 
                   13356:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   13357:          ^show[$cloned]
                   13358: 
                   13359:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   13360: 
                   13361:          }  <hr>
                   13362: 
                   13363:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   13364:          http://i2/tasks/edit/?id=4507350336410850921
                   13365: 
                   13366:        * src/classes/xdoc.C: memory allocation func bugfix
                   13367:          http://i2/tasks/edit/?id=4499303470368629745
                   13368: 
                   13369:        * src/classes/math.C: allowed random 1...
                   13370: 
                   13371:        * src/classes/math.C: allowed random 0..
                   13372: 
                   13373:        * src/main/pa_globals.C: exif mem leak
                   13374:          http://i2/tasks/edit/?id=4480590323629807263
                   13375: 
                   13376:        * src/: classes/classes.dsp, main/main.dsp,
                   13377:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   13378:          fix http://i2/tasks/edit/?id=4493946731322521294
                   13379:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   13380: 
                   13381:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13382:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   13383:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   13384:          links to xml libs made relative, no need to unpack parser3project
                   13385:          to /parser3project.
                   13386: 
                   13387:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   13388:          column more precise - tab handling bug fixed
                   13389: 
                   13390:        * src/main/: compile.tab.C, compile.y: more understandable error
                   13391:          message in case @CLASS with more then one line inside
                   13392: 
                   13393:        * src/targets/cgi/parser3.C: more understandable error message in
                   13394:          case of errors in @unhandled_exception
                   13395: 
                   13396: 2003-04-03  paf
                   13397: 
                   13398:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   13399:          src/main/compile.tab.C, src/main/compile.y,
                   13400:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13401:          src/main/execute.C, src/main/pa_request.C: debug info format
                   13402:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   13403: 
                   13404:          higher limits:   file number (max: 255)   line number (max:
                   13405:          64535)   column number (max: 255)
                   13406: 
                   13407:        * src/classes/math.C: top limit
                   13408: 
                   13409:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   13410:          precise parse error position in case of
                   13411: 
                   13412:          ^bug ]
                   13413: 
                   13414:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   13415:          changed to realities, and passed [bug fixed]
                   13416: 
                   13417:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   13418:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   13419:          main/compile_tools.h, main/pa_request.C: introducing
                   13420:          ^process...[main-method-alias]
                   13421: 
                   13422:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   13423:          classes/string.C, classes/table.C, classes/xdoc.C,
                   13424:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   13425:          params receive zero reference, but they are expected not to look
                   13426:          there]
                   13427: 
                   13428:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   13429:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   13430:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13431:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13432:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13433:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13434:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   13435:          [methods without params receive zero reference, but they are
                   13436:          expected not to look there]
                   13437: 
                   13438:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13439:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   13440:          ^process...[filename] useful for better error reporting
                   13441:          [file/line/col]
                   13442: 
                   13443:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13444:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   13445:          '%s', it 2. method undefined in case of ^void[]
                   13446: 
                   13447:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13448:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   13449:          handling done. now we have error columns todo: test it
                   13450: 
                   13451:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   13452:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   13453: 
                   13454:          this makes life easier: were: bad stack order -- were in
                   13455:          exception catch unwind order, which didn't match execution order
                   13456: 
                   13457:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   13458: 
                   13459:          @first[] ^throw[a;1]
                   13460: 
                   13461:          showed throw a first throw b try
                   13462: 
                   13463:          which is no good
                   13464: 
                   13465:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13466:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   13467:          trace reset after handled exception [old bug fixed]
                   13468: 
                   13469:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   13470:          fixed.  position reporting made precise [both, in parse erros and
                   13471:          runtime errors]
                   13472: 
                   13473: 2003-04-02  paf
                   13474: 
                   13475:        * src/: include/pa_operation.h, include/pa_request.h,
                   13476:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13477:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13478:          main/pa_exception.C, main/pa_request.C: debug info: started
                   13479:          using.  todo:complete
                   13480: 
                   13481:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   13482:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13483:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13484:          main/pa_request.C: prepared debug info todo:use it
                   13485: 
                   13486:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   13487:          return Operation class->union after switching from autoptrs.
                   13488: 
                   13489:        * tests/: Makefile, results/108.processed, results/117.processed:
                   13490:          meta considered OK [it's up to coder now to remove it not needed]
                   13491: 
                   13492:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   13493:          Dictionary constructor when moved to gc]
                   13494: 
                   13495:        * src/main/pa_common.C: uncommented http:// file loading
                   13496: 
                   13497:        * src/include/pa_array.h, src/main/execute.C,
                   13498:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   13499:          fix [gdGrowingBuf]
                   13500: 
                   13501:        * configure.in, src/lib/Makefile.am: removed patches
                   13502: 
                   13503:        * configure, src/include/pa_config_auto.h.in,
                   13504:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   13505: 
                   13506:        * src/main/pa_common.C: uncommented http:// file loading
                   13507: 
                   13508:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   13509:          xdoc::create/load
                   13510: 
                   13511:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   13512:          classes/string.C, classes/table.C, classes/void.C,
                   13513:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   13514:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   13515:          String::String(str,helper_length) are checked.  found/fixed one
                   13516:          place: $request:body now zero-terminated,
                   13517: 
                   13518:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   13519:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   13520:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   13521:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   13522:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13523:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   13524:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   13525:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   13526:          easily optimizable)
                   13527: 
                   13528:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   13529:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   13530: 
                   13531:        * src/: include/pa_array.h, include/pa_stack.h,
                   13532:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   13533:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   13534:          become assertion iterator in methodframe filler
                   13535: 
                   13536:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   13537:          targets/cgi/parser3.C: array::get/put inlined
                   13538: 
                   13539:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   13540:          gc_substitute_memory_management_functions +installed CORD_oom
                   13541:          function
                   13542: 
                   13543:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   13544:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13545:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   13546:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   13547:          assertions started configure.in --enable-assertions
                   13548: 
                   13549: 2003-04-01  paf
                   13550: 
                   13551:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   13552:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   13553:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   13554:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   13555:          gc misses that and collects valid memory fixed by remembering
                   13556:          xmlDoc from dom object in xdoc.  todo: do something with
                   13557:          premature free of xdoc with xnodes/node values referring into it
                   13558: 
                   13559:        * src/classes/: mail.C: typo fix
                   13560: 
                   13561:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   13562:          changes
                   13563: 
                   13564:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   13565:          main/pa_memory.C: moved memory debugging to global level: to
                   13566:          pa_gc_malloc
                   13567: 
                   13568:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   13569:          debugging showed no errors. todo: debug parser memory
                   13570: 
                   13571:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   13572:          configurations
                   13573: 
                   13574:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   13575:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   13576:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   13577:          types/types.dsp: prepared xml-static configuration
                   13578: 
                   13579: 2003-03-31  paf
                   13580: 
                   13581:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   13582:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   13583:          xml lib memory debugging, simple checks failed: it seems that
                   13584:          library does realloc(bad ptr), and recording those ptrs in heap
                   13585:          [for debugging] was bad: heap situation changes = everything
                   13586:          works fine
                   13587: 
                   13588:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   13589:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   13590:          limit of 10 user-defined charsets]
                   13591: 
                   13592: 2003-03-28  paf
                   13593: 
                   13594:        * src/main/execute.C: execution stack copied to local register
                   13595:          variable, removed lots [~2e7) of memory accesses
                   13596: 
                   13597: 2003-03-27  paf
                   13598: 
                   13599:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   13600:          works in debug, but fails in release todo: fix that
                   13601: 
                   13602:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   13603:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   13604:          replacement from gc branch
                   13605: 
                   13606:        * src/main/pa_exec.C: introducing append_help_length [radical
                   13607:          improvement here]
                   13608: 
                   13609:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   13610:          'not recommened' in gc.h, on win32 noticed no difference]
                   13611: 
                   13612:        * src/include/pa_array.h: returned checked array get [were disabled
                   13613:          for debugging] result:not slower [don't understand that, it were
                   13614:          INLINED] todo: find out a way of inlining it!
                   13615: 
                   13616:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   13617:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   13618:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   13619:          convention changed: all resulting strings are zero-terminated
                   13620: 
                   13621:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13622:          classes/string.C, classes/table.C, classes/void.C,
                   13623:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   13624:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   13625:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   13626:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   13627:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   13628:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   13629:          append_help_length [radical improvement here]
                   13630: 
                   13631:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   13632:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   13633:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   13634:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   13635:          even slower
                   13636: 
                   13637:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   13638:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   13639:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   13640:          clients of &get(): most to use non-ref version, some[in tight
                   13641:          places] to get_unchecked_ref
                   13642: 
                   13643:        * src/doc/memory.dox: forgot to add
                   13644: 
                   13645:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   13646:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   13647:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   13648:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   13649:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13650:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   13651:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   13652:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   13653:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   13654:          func] other Array & removed
                   13655: 
                   13656: 2003-03-26  paf
                   13657: 
                   13658:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   13659:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   13660:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   13661:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13662:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   13663:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   13664:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13665:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   13666:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   13667:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13668:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   13669:          pre-evaluated .count() in some places
                   13670: 
                   13671:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   13672:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   13673:          types/types.dsp: .dsp profiling updated
                   13674: 
                   13675:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   13676:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   13677:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   13678: 
                   13679:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   13680:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   13681:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   13682:          use lib/gc,lib/cord
                   13683: 
1.116     moko     13684:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   13685:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     13686:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   13687:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   13688:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   13689:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     13690:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     13691:          src/lib/cord/include/Makefile.am,
1.116     moko     13692:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   13693:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   13694:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   13695:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   13696:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   13697:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   13698:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   13699:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   13700:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   13701:          funcs ported pa_exec
1.95      moko     13702: 
                   13703:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   13704: 
                   13705:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   13706:          bundled gc includes
                   13707: 
                   13708:        * src/: classes/op.C, include/pa_array.h,
                   13709:          include/pa_sql_connection.h, include/pa_string.h,
                   13710:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   13711:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   13712:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   13713:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   13714:          first real site (aval)]
                   13715: 
                   13716: 2003-03-25  paf
                   13717: 
                   13718:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   13719:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   13720:          process
                   13721: 
                   13722:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   13723:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   13724: 
                   13725:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   13726: 
                   13727:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   13728:          src/types/pa_value.h, src/types/pa_vfile.h,
                   13729:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13730:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   13731:          tests/results/121.processed: untaint.C L_URI
                   13732: 
                   13733:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   13734:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   13735:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   13736:          src/types/pa_vmemory.h: ^memory:compact[]
                   13737: 
                   13738:        * tests/results/109.processed: it was a bug in parser. updated 109
                   13739:          test result
                   13740: 
                   13741:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   13742: 
                   13743:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   13744:          tests/results/107.processed: fixed dom language [values are now
                   13745:          considered tainted.  it was a bug in parser. updated 107 test
                   13746:          result
                   13747: 
                   13748:        * src/classes/xdoc.C: fixed transform params
                   13749: 
                   13750:        * src/: include/pa_stylesheet_manager.h,
                   13751:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   13752: 
                   13753:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   13754:          overloads for structure handling
                   13755: 
                   13756:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   13757:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   13758:          StringBody(0) ambiguilty, introducting static
                   13759:          StringBody::Format(int)
                   13760: 
                   13761:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   13762:          linked
                   13763: 
                   13764:        * src/types/pa_vxdoc.C: vxdoc compiled
                   13765: 
                   13766:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   13767:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   13768:          finalizers isntalled
                   13769: 
                   13770:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   13771:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   13772:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   13773:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   13774:          compiled todo: xnode.C / finalizers
                   13775: 
                   13776:        * src/doc/string.dox: updated: new string internals
                   13777: 
                   13778: 2003-03-24  paf
                   13779: 
                   13780:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13781:          include/pa_charset.h, include/pa_config_fixed.h,
                   13782:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   13783:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   13784:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   13785:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   13786:          types/pa_vxnode.h: started XML
                   13787: 
                   13788:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   13789: 
                   13790:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13791:          include/pa_string.h, main/pa_common.C,
                   13792:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   13793: 
                   13794:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13795:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   13796:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13797:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   13798:          for eq STRING_NOT_FOUND
                   13799: 
                   13800:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   13801:          optimize bit implemented
                   13802: 
                   13803:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13804:          String::ArrayFragment::append_positions fixed
                   13805: 
                   13806:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   13807:          String::this_starts fixed
                   13808: 
                   13809:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   13810: 
                   13811:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   13812:          hashcode implemented fully, including per-char callback [it can
                   13813:          be - substr CORD node]
                   13814: 
                   13815:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   13816:          rewritten to rewalloc with 100byte buf ahead
                   13817: 
                   13818:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   13819:          src/include/pa_string.h, src/main/compile.tab.C,
                   13820:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   13821:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   13822:          CORD_ec [bad] would rewrite as realloc now
                   13823: 
                   13824:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   13825:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   13826:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13827:          include/pa_common.h, include/pa_request.h,
                   13828:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   13829:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   13830:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   13831:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   13832:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   13833:          types/pa_vstateless_class.h: 2*2 worked :)
                   13834: 
                   13835:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   13836:          src/include/pa_exec.h, src/include/pa_string.h,
                   13837:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   13838:          passed OK
                   13839: 
                   13840:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13841:          types/pa_value.C: all linked todo: debug
                   13842: 
                   13843:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   13844:          types/pa_vstateless_class.C: all compiled.  todo:link
                   13845: 
                   13846:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   13847: 
                   13848:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   13849: 
                   13850:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   13851: 
                   13852:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   13853: 
                   13854:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   13855:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   13856:          pa_vstateless_class.C, pa_vstateless_class.h:
                   13857:          pa_vstateless_class.C compiled
                   13858: 
                   13859:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   13860:          types/pa_vmath.C: pa_vmail.C compiled
                   13861: 
                   13862:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   13863: 
                   13864:        * src/types/pa_vform.C: pa_vform.C compiled
                   13865: 
                   13866:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   13867: 
                   13868:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   13869:          pa_vstateless_class.C: pa_vcookie.C compiled
                   13870: 
                   13871:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   13872:          types/pa_vhash.h: pa_value.C compiled
                   13873: 
                   13874:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   13875:          classes.lib main.lib compiled
                   13876: 
                   13877:        * src/classes/void.C: void.C compiled
                   13878: 
                   13879:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   13880:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   13881:          compiled
                   13882: 
                   13883:        * src/: classes/string.C, include/pa_request.h,
                   13884:          include/pa_string.h, main/pa_string.C: string.C compiled
                   13885: 
                   13886:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   13887:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   13888:          main/pa_request.C, main/pa_string.C: op.C compiled
                   13889: 
                   13890:        * src/classes/: math.C, op.C: math.C compiled
                   13891: 
                   13892:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   13893:          types/pa_vmail.h: mail.C compiled
                   13894: 
                   13895:        * src/classes/: int.C, table.C: int.C compiled
                   13896: 
                   13897:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   13898:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   13899:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   13900:          compiled
                   13901: 
                   13902:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13903:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   13904:          include/pa_sql_connection.h: hash.C compiled
                   13905: 
                   13906:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   13907:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   13908:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13909:          classes/math.C, classes/op.C, classes/response.C,
                   13910:          classes/string.C, classes/table.C, classes/void.C,
                   13911:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   13912:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   13913:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   13914:          file.C table.C compiled
                   13915: 
                   13916:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   13917:          main/untaint.C: main.lib compiled
                   13918: 
                   13919: 2003-03-21  paf
                   13920: 
                   13921:        * src/: classes/op.C, include/pa_cache_managers.h,
                   13922:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13923:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   13924:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   13925:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   13926:          compiled
                   13927: 
                   13928:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   13929:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   13930:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   13931:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   13932:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   13933:          pa_request.C compiled
                   13934: 
                   13935:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   13936:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   13937:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13938:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   13939:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13940:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   13941:          compiled
                   13942: 
                   13943:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   13944:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   13945:          on unix
                   13946: 
                   13947:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   13948:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   13949:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   13950:          pa_charsets.C compiled
                   13951: 
                   13952:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   13953:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   13954:          main/compile.y, main/execute.C, main/pa_common.C,
                   13955:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   13956:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   13957:          types/pa_vmethod_frame.h: execute.C compiled
                   13958: 
                   13959:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13960:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13961:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13962:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   13963:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13964:          include/pa_cache_managers.h, include/pa_charsets.h,
                   13965:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   13966:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   13967:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13968:          include/pa_stylesheet_connection.h,
                   13969:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13970:          main/compile.C, main/compile.tab.C, main/compile.y,
                   13971:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13972:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13973:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13974:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   13975:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   13976:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13977:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13978:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13979:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   13980:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   13981:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13982:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   13983:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   13984:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   13985:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13986:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13987:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13988:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13989:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13990:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13991:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13992:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13993:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   13994:          [C++ CORD wrapper]
                   13995: 
                   13996:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   13997: 
                   13998:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   13999:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14000: 
                   14001:          command line, env values, input got transcoded before call
                   14002:          stdout, stderr got transcoded after call
                   14003: 
                   14004:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14005:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14006: 
                   14007:        * src/main/pa_common.C: } typo bug fix
                   14008: 
                   14009:        * src/main/pa_common.C: } typo bug fix
                   14010: 
                   14011: 2003-03-20  paf
                   14012: 
                   14013:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14014:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14015: 
                   14016:        * src/include/pa_string.h: more tests
                   14017: 
                   14018:        * src/main/pa_string.C: string.pos fixed
                   14019: 
1.116     moko     14020:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14021:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14022:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14023:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14024:          replaces
1.95      moko     14025: 
                   14026:        * src/: classes/image.C, include/pa_dictionary.h,
                   14027:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14028:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14029:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14030:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14031: 
                   14032:        * src/include/pa_string.h: warning
                   14033: 
                   14034:        * src/include/pa_string.h: this_starts fixed
                   14035: 
                   14036:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14037:          new String ctor & append params convention
                   14038: 
                   14039:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14040:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14041:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14042:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14043:          main/pa_exception.C, main/pa_exec.C,
                   14044:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14045:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14046:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14047:          types/pa_vmail.C: more tests OK
                   14048: 
                   14049:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14050:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14051:          gc/exit runned OK
                   14052: 
                   14053:        * src/types/pa_vmail.C: another naming problem: should not name
                   14054:          vars like that: unpredictable close caused problems with later
                   14055:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   14056:          descriptors missing on startup: stdin; Bad file number
                   14057: 
                   14058:          todo: find out why so many filters(stream) here. probably wrong?
                   14059: 
                   14060:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   14061:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   14062:          main/untaint.C: test compiled
                   14063: 
                   14064:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   14065:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   14066:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   14067:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   14068:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   14069:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   14070:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   14071:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   14072:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   14073:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   14074: 
                   14075:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   14076:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   14077:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   14078:          src/include/pa_memory.h, src/include/pa_request.h,
                   14079:          src/include/pa_request_charsets.h,
                   14080:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   14081:          src/main/compile.tab.C, src/main/execute.C,
                   14082:          src/main/pa_charset.C, src/main/pa_common.C,
                   14083:          src/main/pa_exception.C, src/main/pa_exec.C,
                   14084:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14085:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   14086:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   14087:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   14088:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14089:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   14090:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14091:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   14092:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   14093:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14094:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   14095:          pa_common.C [done, without http for now]
                   14096: 
                   14097: 2003-03-19  paf
                   14098: 
                   14099:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   14100:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   14101:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   14102:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   14103:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   14104:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   14105:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   14106:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   14107:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14108:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   14109:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   14110:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14111:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14112:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14113:          types/pa_wwrapper.h: started test
                   14114: 
1.116     moko     14115:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   14116:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     14117: 
                   14118:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   14119:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   14120:          it
                   14121: 
                   14122:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   14123:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   14124:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   14125:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   14126:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   14127:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   14128:          types/pa_vmethod_frame.h, types/types.dsp: string
                   14129:          reimplementation with cord+array<fragment>: 70%
                   14130: 
                   14131: 2003-03-18  paf
                   14132: 
                   14133:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14134:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   14135:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   14136:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   14137:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   14138:          can ignore lang in cmp and pos really,             but would
                   14139:          split properly!
                   14140: 
                   14141:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   14142:          cord part made parser/src/lib: it's not compiled into libgc by
                   14143:          default
                   14144: 
                   14145:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   14146:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14147:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14148:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14149:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14150:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14151:          src/classes/xnode.C, src/classes/xnode.h,
                   14152:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   14153:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14154:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   14155:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14156:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14157:          src/include/pa_memory.h, src/include/pa_pool.h,
                   14158:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   14159:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   14160:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14161:          src/include/pa_stylesheet_connection.h,
                   14162:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14163:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   14164:          src/main/compile.C, src/main/compile.tab.C,
                   14165:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14166:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   14167:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14168:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   14169:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   14170:          src/main/pa_pool.C, src/main/pa_request.C,
                   14171:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14172:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   14173:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   14174:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14175:          src/types/pa_junction.h, src/types/pa_method.h,
                   14176:          src/types/pa_value.C, src/types/pa_value.h,
                   14177:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   14178:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   14179:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   14180:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   14181:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   14182:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   14183:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   14184:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   14185:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   14186:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   14187:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14188:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   14189:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   14190:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   14191:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   14192:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   14193:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   14194:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   14195:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14196:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   14197:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   14198:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   14199:          gc: PA_Object done lots of replacements also
                   14200: 
                   14201:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   14202:          gc logging
                   14203: 
                   14204: 2003-03-17  paf
                   14205: 
                   14206:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14207:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   14208:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   14209:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14210:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   14211:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   14212:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   14213:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   14214:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14215:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   14216:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   14217:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14218:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   14219:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   14220:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14221:          types/pa_vxnode.h: libgc attempt
                   14222: 
                   14223: 2003-03-13  paf
                   14224: 
                   14225:        * src/: include/pa_sql_driver_manager.h,
                   14226:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   14227:          called
                   14228: 
                   14229:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   14230:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   14231:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   14232:          types/pa_value.h, types/pa_vobject.h,
                   14233:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   14234:          set_base, set_derived simplified [counter leaks fixed]
                   14235: 
                   14236:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   14237:          src/types/types.dsp: incorporated status class patch From:
                   14238:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   14239:          2003 8:14 AM
                   14240: 
                   14241:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   14242:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   14243:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   14244: 
                   14245: 2003-03-12  paf
                   14246: 
1.116     moko     14247:        * configure, configure.in, src/lib/ltdl/configure,
                   14248:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     14249:          lib/ltdl/Makefile now created by /configure.in only [were by
                   14250:          lib/ltdl/configure.in OVERWRITE]
                   14251: 
1.116     moko     14252:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   14253:          linkage fixed for g++ 3.2.2
1.95      moko     14254: 
                   14255:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   14256:          on using privately declared class [fixed]
                   14257: 
                   14258:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   14259:          3.2 rightliy complained on using privately declared class [fixed]
                   14260: 
                   14261:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   14262:          sigpipe before request constructor now causes death
                   14263: 
                   14264:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   14265:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   14266:          not cause exception in exception handler
                   14267: 
1.116     moko     14268:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   14269:          now default links libstdc++ statically.  that can be overriden by
                   14270:          --with-dynamic-stdcpp
1.95      moko     14271: 
                   14272: 2003-03-11  paf
                   14273: 
                   14274:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   14275:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   14276:          necessity of libstdc++
                   14277: 
                   14278:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14279: 
                   14280:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   14281: 
                   14282: 2003-03-08  paf
                   14283: 
                   14284:        * tests/Makefile: make install & co
                   14285: 
                   14286:        * src/: include/pa_request.h, classes/op.C: removing
                   14287:          vclass,object.h -> pa_request.h dependency
                   14288: 
                   14289:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   14290:          main/pa_request.C: removing vform,response,cookie.h ->
                   14291:          pa_request.h dependency
                   14292: 
                   14293:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   14294:          dependency [testing...]
                   14295: 
                   14296:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   14297:          return 0; fixed
                   14298: 
                   14299:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   14300:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   14301: 
                   14302:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   14303: 
                   14304:        * src/main/pa_request.C: forgotten: ifdef XML
                   14305: 
                   14306:        * src/main/pa_request.C: forgotten: ifdef XML
                   14307: 
                   14308:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   14309:          win32 and run memleak tests again
                   14310: 
                   14311:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   14312:          old xml lib-- it's internal memory handling has faults
                   14313: 
                   14314:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   14315:          problems when transcode from charset A to A.
                   14316: 
                   14317:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   14318:          todo: still problems when transcode from charset A to A.
                   14319: 
                   14320:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   14321:          classes/table.C, include/pa_array.h,
                   14322:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   14323:          started full-scale-site-test [~ http://parser.ru sources]
                   14324: 
                   14325:          some fixes
                   14326: 
                   14327:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   14328:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   14329:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   14330:          results/110.processed, results/111.processed,
                   14331:          results/112.processed, results/113.processed,
                   14332:          results/114.processed, results/115.processed,
                   14333:          results/116.processed, results/117.processed,
                   14334:          results/118.processed, results/119.processed,
                   14335:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   14336:          selectSingle 111 xdoc.create from tainted & 112
                   14337:          xdoc.create/output with russian attr value 113 xpath
                   14338:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   14339:          116 output media-type change 117 transform by dom stylesheet 118
                   14340:          empty transform result 119 dom setAttribute 120 nbsp letter
                   14341:          output
                   14342: 
                   14343:          =END OF PREPARED XML TESTS=
                   14344: 
                   14345: 2003-03-07  paf
                   14346: 
                   14347:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14348:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   14349:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   14350:          transform with params [bugs fixed]
                   14351: 
                   14352:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   14353:          from copy/paste bug
                   14354: 
                   14355:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   14356:          src/include/pa_request.h, src/main/execute.C,
                   14357:          src/main/pa_charset.C, src/main/pa_exception.C,
                   14358:          src/main/pa_globals.C, src/main/pa_request.C,
                   14359:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   14360:          src/types/pa_vxnode.C, tests/107.html,
                   14361:          tests/results/107.processed: xml: test: 107 bug fixes
                   14362: 
                   14363:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14364:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14365:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   14366: 
                   14367:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   14368:          string
                   14369: 
                   14370:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   14371:          mem alloc functions used for different cases [libxml, libxsl]
                   14372: 
                   14373:        * src/classes/classes.C: fixed: prevent system classes from
                   14374:          modification to lock ALL the classes, not only directly used
                   14375: 
                   14376:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   14377:          linked
                   14378: 
                   14379:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   14380: 
                   14381: 2003-03-06  paf
                   14382: 
                   14383:        * src/classes/xdoc.C: xdoc.C 50%
                   14384: 
                   14385:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   14386:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14387:          main/pa_globals.C, main/pa_request.C,
                   14388:          main/pa_stylesheet_manager.C: xnode.C compiled
                   14389: 
                   14390:        * src/: include/pa_stylesheet_connection.h,
                   14391:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   14392:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   14393: 
                   14394:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   14395:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14396:          xml: stylesheet&manager STARTED
                   14397: 
                   14398:        * src/: include/pa_globals.h, main/pa_charset.C,
                   14399:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   14400: 
                   14401:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   14402:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   14403:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   14404:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   14405:          charsets
                   14406: 
                   14407:        * tests/023.html: in some cases it rounded up badly. postponing
                   14408:          solution of that problem, making more simple test
                   14409: 
                   14410:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   14411:          -kb now
                   14412: 
                   14413:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14414:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   14415:          moved to charsets.C
                   14416: 
                   14417: 2003-03-05  paf
                   14418: 
                   14419:        * src/classes/string.C, src/include/pa_string.h,
                   14420:          src/main/pa_string.C, tests/105.html,
                   14421:          tests/results/105.processed: String::match bug fixed
                   14422: 
                   14423:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   14424:          tests/results/104.processed: ^bpt operator added [does int3 in
                   14425:          debug build on win32]
                   14426: 
                   14427:        * tests/: 057.html, results/057.processed: test bug fixed
                   14428: 
1.116     moko     14429:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     14430: 
                   14431:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   14432:          missing
                   14433: 
1.116     moko     14434:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   14435:          forgotten files added to Makes
1.95      moko     14436: 
                   14437:        * ltmain.sh: ltmain.sh added
                   14438: 
                   14439:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14440:          change undone ;(
                   14441: 
                   14442:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   14443:          made static
                   14444: 
                   14445:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     14446:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   14447:          todo:make linker happy
1.95      moko     14448: 
                   14449:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   14450:          env param made optional
                   14451: 
                   14452: 2003-03-04  paf
                   14453: 
                   14454:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   14455:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   14456: 
                   14457:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   14458:          results/103.processed: tests: 103 image.copy transparence test
                   14459: 
                   14460:        * src/main/execute.C, tests/101.html, tests/102.html,
                   14461:          tests/results/101.processed, tests/results/102.processed: tests:
                   14462:          101 method/variable name conflict test 102 form fields change
                   14463:          should not not change anything [bug fix]
                   14464: 
                   14465:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   14466:          results/099.processed, results/100.processed: tests: 57 date
                   14467:          create 2002: added 99,100 response:body/download
                   14468: 
                   14469:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   14470:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   14471: 
                   14472:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   14473:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   14474:          fixed]
                   14475: 
                   14476:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   14477:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   14478:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   14479:          image EXIF  [bug fixed]
                   14480: 
                   14481:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   14482:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   14483:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   14484:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   14485:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   14486:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   14487:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   14488:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   14489:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   14490:          tests/094.html, tests/095.html, tests/results/061.processed,
                   14491:          tests/results/062.processed, tests/results/063.processed,
                   14492:          tests/results/064.processed, tests/results/065.processed,
                   14493:          tests/results/066.processed, tests/results/067.processed,
                   14494:          tests/results/068.processed, tests/results/069.processed,
                   14495:          tests/results/070.processed, tests/results/071.processed,
                   14496:          tests/results/072.processed, tests/results/073.processed,
                   14497:          tests/results/074.processed, tests/results/075.processed,
                   14498:          tests/results/076.processed, tests/results/077.processed,
                   14499:          tests/results/078.processed, tests/results/080.processed,
                   14500:          tests/results/081.processed, tests/results/082.processed,
                   14501:          tests/results/083.processed, tests/results/084.processed,
                   14502:          tests/results/085.processed, tests/results/086.processed,
                   14503:          tests/results/087.processed, tests/results/088.processed,
                   14504:          tests/results/089.processed, tests/results/090.processed,
                   14505:          tests/results/091.processed, tests/results/092.processed,
                   14506:          tests/results/093.processed, tests/results/094.processed,
                   14507:          tests/results/095.processed, tests/079.html,
                   14508:          tests/results/079.processed: tests: 61 file::stat size 62
                   14509:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   14510:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   14511:          string.match simple on long 68 string.match normalized simple on
                   14512:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   14513:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   14514:          date arithmetics 75 response date values/attributes 76 string.pos
                   14515:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   14516:          with local 80 scientific numeric literal in string autoconvert 81
                   14517:          xor: logical and numerical 82 for delims 83 menu delims 84
                   14518:          table.hash distinct 85 long string  replace 86 throw+catch
                   14519:          current language preserve 87 bit shifts 88 junction tests +
                   14520:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   14521:          91 $caller test 92 junction is + def junction tests 93 $caller
                   14522:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   14523: 
                   14524:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   14525:          fixed] 60 string eq string [bug fixed]
                   14526: 
                   14527:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   14528:          058.html, 058_paf2000.png, 059.html, 060.html,
                   14529:          results/053.processed, results/054.processed,
                   14530:          results/055.processed, results/056.processed,
                   14531:          results/057.processed, results/058.processed,
                   14532:          results/059.processed, results/060.processed: test: 53
                   14533:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   14534:          date.create[string] 58 image.measure[png]
                   14535: 
                   14536:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   14537:          outputs/051.processed, results/052.processed: test: 52
                   14538:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   14539:          task: fix that
                   14540: 
                   14541: 2003-03-03  paf
                   14542: 
                   14543:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   14544:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   14545:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   14546:          outputs/049.processed, outputs/050.processed,
                   14547:          outputs/051.processed, results/001.processed,
                   14548:          results/002.processed, results/003.processed,
                   14549:          results/005.processed, results/006.processed,
                   14550:          results/008.processed, results/009.processed,
                   14551:          results/011.processed, results/012.processed,
                   14552:          results/013.processed, results/014.processed,
                   14553:          results/015.processed, results/016.processed,
                   14554:          results/017.processed, results/020.processed,
                   14555:          results/021.processed, results/022.processed,
                   14556:          results/024.processed, results/025.processed,
                   14557:          results/026.processed, results/027.processed,
                   14558:          results/028.processed, results/029.processed,
                   14559:          results/030.processed, results/031.processed,
                   14560:          results/049.processed, results/050.processed,
                   14561:          results/051.processed, results/043.processed,
                   14562:          results/044.processed, results/045.processed,
                   14563:          results/046.processed, results/047.processed,
                   14564:          results/048.processed: tests: 43,44,45 date rolls 46
                   14565:          autoevaluating junction 47 table.select 48 name with subvar 49
                   14566:          hash-creating switch 50 process 51 started parent/child, works as
                   14567:          it were but it were NOT GOOD, created separate task  to fix that
                   14568: 
                   14569:        * tests/: 042.html, results/042.processed: test: 42
                   14570:          exception.handled
                   14571: 
                   14572:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   14573:          expression
                   14574: 
                   14575:        * tests/: 040.html, results/040.processed: test: 39 method result
                   14576:          of type table 40 method param junction auto evaluate
                   14577: 
                   14578:        * tests/: 039.html, results/039.processed: test: 37 method result
                   14579:          of type table
                   14580: 
                   14581:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   14582:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   14583:          tests/038.html, tests/results/033.processed,
                   14584:          tests/results/034.processed, tests/results/035.processed,
                   14585:          tests/results/036.processed, tests/results/037.processed,
                   14586:          tests/results/038.processed: tests: 33 string.replace 34
                   14587:          string.upper 35 table created 36 local/global vars with juntions
                   14588:          37 table clone 38 math PI & number formatting
                   14589: 
                   14590:          math class registring typo fixed
                   14591: 
                   14592:        * src/classes/op.C, src/include/pa_request.h,
                   14593:          src/include/pa_string.h, src/main/execute.C,
                   14594:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   14595:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   14596:          tests/032.html, tests/results/032.processed: uchar changed to
                   14597:          String_UL in all places [was not everywhere] untaint test: 032
                   14598: 
                   14599:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   14600:          tests/results/004.processed, tests/parser-cygwin.sh,
                   14601:          tests/parser-unix.sh: removed -H command line key, now testing
                   14602:          using .sh file with SERVER_SOFTWARE=xxx
                   14603: 
                   14604: 2003-02-26  paf
                   14605: 
                   14606:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   14607:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   14608:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   14609:          tests/results/024.processed, tests/results/025.processed,
                   14610:          tests/results/026.processed, tests/results/027.processed,
                   14611:          tests/results/028.processed, tests/results/029.processed,
                   14612:          tests/results/030.processed, tests/results/031.processed: fixed
                   14613:          bug with name_cstr mutable CharPtr more tests
                   14614: 
                   14615:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   14616:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   14617:          << abort.  die now just exits
                   14618: 
                   14619:        * src/classes/classes.awk, src/classes/classes.h,
                   14620:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14621:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14622:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14623:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   14624:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   14625:          src/classes/xnode.C, src/include/pa_memory.h,
                   14626:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   14627:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   14628:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   14629:          tests/017.html, tests/018.html, tests/019.html,
                   14630:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   14631:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   14632:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   14633:          tests/results/015.processed, tests/results/016.processed,
                   14634:          tests/results/017.processed, tests/results/018.processed,
                   14635:          tests/results/019.processed, tests/results/020.processed,
                   14636:          tests/results/021.processed, tests/results/022.processed,
                   14637:          tests/results/023.processed: methoded_array now contains all Mxxx
                   14638:          classes SAPI::get_env now returns info on pool more tests
                   14639: 
                   14640:        * src/include/pa_array.h, src/include/pa_hash.h,
                   14641:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   14642:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   14643:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   14644:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   14645:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   14646:          tests/results/001.processed, tests/results/002.processed,
                   14647:          tests/results/003.processed, tests/results/004.processed,
                   14648:          tests/results/005.processed, tests/results/006.processed,
                   14649:          tests/results/007.processed, tests/results/008.processed,
                   14650:          tests/results/009.processed, tests/results/010.processed,
                   14651:          tests/results/011.processed, tests/results/012.processed,
                   14652:          tests/results/013.processed, tests/results/014.processed: hash
                   14653:          cloning fixed
                   14654: 
                   14655: 2003-02-25  paf
                   14656: 
                   14657:        * src/main/pa_common.C: typo fixed
                   14658: 
                   14659: 2003-02-24  paf
                   14660: 
                   14661:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   14662:          [one remained]
                   14663: 
                   14664:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   14665:          [should have been get_string(&pool)] todo: check other such calls
                   14666: 
                   14667:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   14668:          test10, bad lookups
                   14669: 
                   14670:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   14671:          object got destructed, and xxx points to sky
                   14672: 
                   14673:        * ChangeLog, src/classes/string.C: match bug fixed
                   14674: 
                   14675:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   14676:          $.charset[specified] now
                   14677: 
                   14678:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14679:          which failed to handle sigsetjmp+throw: crashed inside of
                   14680:          pre-throw code.  rewritten simplier [though duplicating
                   14681:          closesocket code]
                   14682: 
                   14683:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   14684:          which failed to handle sigsetjmp+throw: crashed inside of
                   14685:          pre-throw code.  rewritten simplier [though duplicating
                   14686:          closesocket code]
                   14687: 
                   14688: 2003-02-21  paf
                   14689: 
                   14690:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   14691:          $cookie:name[$.expires[date << can be now]]
                   14692: 
                   14693:          written makefile with regression tests [raw]
                   14694: 
                   14695:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   14696:          tests' only [it's not forcing CGI mode now] now use -H to output
                   14697:          CGI header when parser used in command line [useful for tests
                   14698:          also]
                   14699: 
                   14700:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   14701:          switches on CGI mode, and is used in regression tests
                   14702: 
                   14703:        * src/: include/pa_request.h, main/pa_request.C,
                   14704:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   14705:          fixed
                   14706: 
                   14707:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   14708:          handling pa_*
                   14709: 
                   14710:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   14711:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   14712:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   14713:          memory handling files
                   14714: 
                   14715:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   14716: 
                   14717:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   14718:          compiles OK test to show benefits of free
                   14719: 
                   14720:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14721:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   14722:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14723:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   14724:          use pool [as the one in ^process]
                   14725: 
                   14726:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   14727:          -- some must use pool [as the one in ^process]
                   14728: 
                   14729: 2003-02-20  paf
                   14730: 
                   14731:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14732:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14733:          classes/math.C, classes/op.C, classes/response.C,
                   14734:          classes/string.C, classes/table.C, classes/void.C,
                   14735:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   14736:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   14737:          string cmp fixed
                   14738: 
                   14739:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   14740:          values passed OK now
                   14741: 
                   14742: 2003-02-19  paf
                   14743: 
                   14744:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   14745:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   14746:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   14747:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   14748:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   14749:          all remaning leaks resulted from pooled::malloc calls [excluding
                   14750:          in gd -- planning complete rewrite extremely ugly code]
                   14751: 
                   14752:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   14753:          files
                   14754: 
                   14755: 2003-02-17  paf
                   14756: 
                   14757:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14758:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14759:          classes/response.C, classes/string.C, classes/table.C,
                   14760:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   14761:          include/pa_stylesheet_connection.h,
                   14762:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   14763:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14764:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   14765:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   14766:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   14767:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   14768:          of unitialized simple-typed field
                   14769: 
                   14770:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   14771:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   14772:          simple-typed field fixed.  todo: find&kill all like that one
                   14773: 
                   14774:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   14775:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   14776:          debug output fixed
                   14777: 
                   14778:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   14779:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   14780:          object_ptr from delete[them]
                   14781: 
                   14782:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   14783:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   14784:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   14785:          main/pa_charset.C, main/pa_common.C,
                   14786:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   14787:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14788:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   14789:          calls
                   14790: 
                   14791:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   14792:          couple mem leaks rusulted from old pooled::malloc usage.
                   14793:          todo:find more like those
                   14794: 
                   14795:        * src/main/: compile.C, compile_tools.C: 2*2!
                   14796: 
                   14797:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   14798:          stackItem fixed [there were no string on stack before]
                   14799: 
                   14800:        * src/: main/execute.C, main/pa_request.C,
                   14801:          types/pa_vmethod_frame.C: first letters out OK
                   14802: 
                   14803:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   14804:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   14805:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   14806:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   14807:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   14808:          type not initialized with zeros :( while class fields of class
                   14809:          types initialized with default constructors.  learn C++
                   14810: 
                   14811:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   14812:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   14813:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   14814:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   14815:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   14816: 
                   14817: 2003-02-14  paf
                   14818: 
                   14819:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   14820:          13 link errors
                   14821: 
                   14822:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   14823:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   14824:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14825:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   14826:          errors :)
                   14827: 
                   14828:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   14829:          classes/hash.C, classes/mail.C, classes/op.C,
                   14830:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   14831:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   14832:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   14833:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   14834: 
                   14835:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   14836:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   14837:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   14838:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   14839:          types/pa_vint.h, types/types.dsp: op compiled
                   14840: 
                   14841:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   14842:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   14843:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   14844: 
                   14845: 2003-02-07  paf
                   14846: 
                   14847:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   14848: 
                   14849: 2003-02-06  paf
                   14850: 
                   14851:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   14852:          mail compiled
                   14853: 
                   14854:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   14855:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   14856:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   14857: 
                   14858:        * src/classes/: file.C, form.C: form compiled
                   14859: 
                   14860:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   14861:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   14862:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   14863: 
                   14864:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   14865:          types/pa_vmath.h: math compiled [win32]
                   14866: 
                   14867:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   14868:          types/pa_vstring.h: hash compiled
                   14869: 
                   14870: 2003-02-04  paf
                   14871: 
                   14872:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   14873:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14874:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   14875:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   14876:          types/pa_vhash.h: hash 50% compiled
                   14877: 
                   14878:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14879:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   14880:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14881:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   14882:          main/pa_string.C: date compiled
                   14883: 
                   14884:        * src/classes/: classes.dsp, double.C: double compiled
                   14885: 
                   14886:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14887:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   14888:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   14889:          classes/string.C, classes/table.C, classes/void.C,
                   14890:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   14891:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   14892:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   14893:          compiled
                   14894: 
                   14895:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   14896:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14897:          classes/math.C, classes/op.C, classes/response.C,
                   14898:          classes/string.C, classes/table.C, classes/void.C,
                   14899:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14900:          types/pa_vvoid.h: void  compiled :)
                   14901: 
                   14902:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   14903:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14904:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14905:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   14906:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   14907:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   14908:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   14909:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   14910:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   14911:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   14912:          value_includes.h
                   14913: 
                   14914:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   14915:          trying to remove stupid value_includes.h
                   14916: 
                   14917:        * src/main/pa_exec.C: pa_exec compiled on win32
                   14918: 
                   14919:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   14920: 
                   14921:        * src/: include/pa_globals.h, include/pa_request.h,
                   14922:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   14923:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   14924:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   14925:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   14926:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   14927: 
                   14928:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   14929:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   14930:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   14931: 
                   14932:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   14933:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   14934:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   14935:          compiled
                   14936: 
                   14937:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   14938:          name conflicts)
                   14939: 
                   14940:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   14941:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   14942:          yelds "virtual memory exhausted" while trying to compile
                   14943:          execute.C [eating up to 127MB]
                   14944: 
                   14945: 2003-02-03  paf
                   14946: 
                   14947:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   14948:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   14949:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   14950:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14951:          types/pa_vint.h, types/pa_vjunction.h,
                   14952:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   14953:          started gcc compiling pa_common compiled
                   14954: 
                   14955:        * src/: include/pa_exception.h, include/pa_pool.h,
                   14956:          main/pa_exception.C: exception gcc change #1
                   14957: 
1.116     moko     14958:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   14959:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     14960: 
                   14961:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   14962: 
                   14963:        * src/types/pa_vtable.C: vtable compiled
                   14964: 
                   14965:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   14966: 
                   14967:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   14968:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   14969: 
                   14970:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   14971: 
                   14972:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   14973: 
                   14974:        * src/types/pa_vrequest.C: vrequest compiled
                   14975: 
                   14976:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   14977:          pa_vobject.C, pa_vobject.h: vobject compiled
                   14978: 
                   14979:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   14980:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   14981:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   14982:          compiled
                   14983: 
                   14984:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   14985: 
                   14986:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   14987:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   14988:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   14989:          compiled
                   14990: 
                   14991:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14992:          main.lib - 0 error(s), 0 warning(s)
                   14993: 
                   14994:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   14995:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   14996: 
                   14997: 2003-01-31  paf
                   14998: 
                   14999:        * src/: include/pa_array.h, include/pa_operation.h,
                   15000:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15001:          types/pa_vjunction.h: started last file from main library:
                   15002:          execute
                   15003: 
                   15004:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15005:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15006:          main/pa_request.C, targets/cgi/parser3.C,
                   15007:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15008:          types/pa_vhash.h: pa_request compiled
                   15009: 
                   15010:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15011:          include/pa_globals.h, include/pa_request.h,
                   15012:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15013:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15014:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15015:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15016:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15017:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15018:          types/types.dsp: most pa_request compiled
                   15019: 
                   15020:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15021:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15022:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15023:          classes/op.C, classes/response.C, classes/string.C,
                   15024:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15025:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15026:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15027:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15028:          include/pa_dictionary.h, include/pa_dir.h,
                   15029:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15030:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15031:          include/pa_pool.h, include/pa_request.h,
                   15032:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15033:          include/pa_sapi.h, include/pa_socks.h,
                   15034:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15035:          include/pa_stack.h, include/pa_string.h,
                   15036:          include/pa_stylesheet_connection.h,
                   15037:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15038:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15039:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15040:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15041:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15042:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15043:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15044:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15045:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15046:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15047:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15048:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15049:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15050:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15051:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15052:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15053:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15054:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15055:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15056:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   15057:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   15058:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15059:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15060:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15061:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15062:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15063:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15064:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15065:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15066:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15067:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15068:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15069:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15070:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15071:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15072:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15073:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   15074: 
                   15075:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   15076:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15077:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15078:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   15079:          src/include/pa_exec.h, src/include/pa_pool.h,
                   15080:          src/include/pa_request.h, src/include/pa_sapi.h,
                   15081:          src/include/pa_sql_connection.h,
                   15082:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15083:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   15084:          src/main/compile.tab.C, src/main/compile_tools.C,
                   15085:          src/main/compile_tools.h, src/main/main.dsp,
                   15086:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   15087:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   15088:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15089:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15090:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   15091:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   15092:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   15093:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15094:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15095:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   15096:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   15097:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   15098:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15099:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15100:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15101:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15102:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15103:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15104:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   15105:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   15106:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   15107:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   15108:          died, long live StringPtr
                   15109: 
                   15110: 2003-01-30  paf
                   15111: 
                   15112:        * src/: include/pa_charset.h, include/pa_request.h,
                   15113:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   15114:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   15115:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   15116: 
                   15117:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   15118:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   15119:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   15120:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15121:          types/types.dsp: vstateless_class compiled
                   15122: 
                   15123:        * src/main/compile.C: compile compiled
                   15124: 
                   15125:        * src/: include/pa_array.h, include/pa_operation.h,
                   15126:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   15127:          main/pa_table.C: compile_tools compiled
                   15128: 
                   15129:        * src/: include/pa_operation.h, main/compile.y,
                   15130:          main/compile_tools.C, main/compile_tools.h: started
                   15131:          compile_tools. vagues ideas of how to free compiled code
                   15132: 
                   15133:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   15134:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   15135:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   15136:          compiled
                   15137: 
                   15138: 2003-01-29  paf
                   15139: 
                   15140:        * src/: include/pa_globals.h, include/pa_request.h,
                   15141:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15142:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   15143:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   15144:          compiled
                   15145: 
                   15146:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   15147:          now
                   15148: 
                   15149:        * src/: include/pa_array.h, include/pa_exception.h,
                   15150:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   15151: 
                   15152:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   15153:          compiled
                   15154: 
                   15155:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   15156:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   15157:          types/pa_vfile.h: vfile compiled
                   15158: 
                   15159:        * src/: include/pa_common.h, include/pa_globals.h,
                   15160:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   15161:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15162:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   15163: 
                   15164:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   15165:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   15166:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   15167:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15168:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   15169: 
                   15170:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   15171:          main/main.dsp, main/untaint.C: more compiled
                   15172: 
                   15173:        * src/: include/pa_charsets.h, include/pa_request.h,
                   15174:          include/pa_request_info.h, include/pa_string.h,
                   15175:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15176:          types/pa_vresponse.h: vrequest compiled
                   15177: 
                   15178:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   15179:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   15180:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   15181: 
                   15182:        * src/: classes/classes.h, include/pa_charset.h,
                   15183:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   15184:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   15185:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   15186:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   15187:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   15188:          types/pa_vrequest.C, types/pa_vrequest.h,
                   15189:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   15190:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   15191: 
                   15192:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   15193:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   15194:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   15195:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   15196:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15197:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   15198:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   15199:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15200:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   15201: 
                   15202: 2003-01-28  paf
                   15203: 
                   15204:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   15205:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   15206:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   15207:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   15208:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   15209:          compile_tools
                   15210: 
                   15211:        * src/: include/pa_charset.h, include/pa_exception.h,
                   15212:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   15213:          untaint compiled
                   15214: 
                   15215:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   15216:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   15217:          more compiled.  struck with string::store_to needing to know
                   15218:          source/client charsets
                   15219: 
                   15220:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   15221:          types/pa_vfile.h: uue compiled
                   15222: 
                   15223:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   15224:          table compiled
                   15225: 
                   15226:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   15227:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   15228: 
                   15229:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15230:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   15231:          introduced]
                   15232: 
                   15233:        * src/: classes/date.C, include/pa_charset.h,
                   15234:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   15235:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   15236:          pa_charsets compiled
                   15237: 
                   15238:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   15239:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   15240: 
                   15241:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   15242:          common compiled
                   15243: 
                   15244:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   15245:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   15246: 
                   15247:        * src/: include/pa_array.h, include/pa_charset.h,
                   15248:          include/pa_charsets.h, include/pa_pool.h,
                   15249:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15250:          include/pa_stack.h, include/pa_string.h,
                   15251:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   15252:          sql_driver_manager compiled
                   15253: 
                   15254:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   15255:          letter i with two dots added to koi, all ukranian letters added
                   15256:          to win1251.
                   15257: 
                   15258:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   15259:          abscent from koi]
                   15260: 
                   15261: 2003-01-27  paf
                   15262: 
                   15263:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   15264:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15265:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   15266:          sql/pa_sql_driver.h: paused on sql_manager
                   15267: 
                   15268:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   15269:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15270:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   15271:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   15272: 
                   15273:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   15274:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15275:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   15276:          main/pa_table.C: table compiled
                   15277: 
                   15278:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   15279:          cache_managers compiled
                   15280: 
                   15281:        * src/: include/pa_array.h, include/pa_charset.h,
                   15282:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   15283: 
                   15284:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   15285: 
                   15286:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   15287:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15288:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   15289:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   15290:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   15291: 
                   15292: 2003-01-24  paf
                   15293: 
                   15294:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   15295:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   15296:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   15297:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   15298:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   15299:          types/pa_vint.h, types/pa_vjunction.h,
                   15300:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15301:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   15302: 
                   15303:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   15304:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   15305:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   15306:          main/pa_string.C, main/pa_table.C: string compiled
                   15307: 
                   15308:        * src/: include/pa_array.h, include/pa_common.h,
                   15309:          include/pa_dictionary.h, include/pa_exception.h,
                   15310:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   15311:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   15312:          main/pa_string.C: dictionary compiled
                   15313: 
                   15314: 2003-01-23  paf
                   15315: 
                   15316:        * src/: include/pa_array.h, include/pa_common.h,
                   15317:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   15318:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   15319:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   15320:          types/pa_value.h: resurrected pool in new sense: now it's
                   15321:          factory, producing&accounting memory chunks for read[autofree]
                   15322:          buffers
                   15323: 
                   15324:        * src/: include/pa_array.h, include/pa_exception.h,
                   15325:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   15326:          main/pa_exception.C, main/pa_table.C: table compiled
                   15327: 
                   15328:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   15329:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   15330:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   15331:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   15332:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   15333:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   15334:          main/pa_table.C: aint that easy
                   15335: 
                   15336:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   15337:          main/main.dsp: continued with Hash
                   15338: 
                   15339:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   15340:          stack] now. and exception can be reported OK now [can be reported
                   15341:          outside of pro c with that stack]
                   15342: 
                   15343: 2003-01-22  paf
                   15344: 
                   15345:        * src/: include/pa_array.h, include/pa_charset.h,
                   15346:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   15347:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   15348:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   15349:          base: contains references_count.  auto_ptr template calls
                   15350:          add_ref/release
                   15351: 
                   15352: 2003-01-21  paf
                   15353: 
                   15354:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15355:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15356:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15357:          classes/op.C, classes/response.C, classes/string.C,
                   15358:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15359:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15360:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15361:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15362:          include/pa_dictionary.h, include/pa_dir.h,
                   15363:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15364:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15365:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15366:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15367:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15368:          include/pa_stack.h, include/pa_string.h,
                   15369:          include/pa_stylesheet_connection.h,
                   15370:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15371:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15372:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   15373:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   15374:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15375:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   15376:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15377:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15378:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   15379:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15380:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15381:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   15382:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   15383:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   15384:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15385:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15386:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   15387:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15388:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   15389:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   15390:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15391:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   15392:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   15393:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15394:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15395:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15396:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15397:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15398:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   15399:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   15400:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15401:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15402:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   15403:          2002->2003
                   15404: 
                   15405: 2003-01-16  paf
                   15406: 
                   15407:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15408:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   15409: 
                   15410:        * operators.txt, src/include/pa_config_fixed.h,
                   15411:          src/main/pa_common.C: http request now return status. and not
                   15412:          fail on status!=200
                   15413: 
                   15414: 2003-01-15  paf
                   15415: 
                   15416:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   15417: 
                   15418: 2003-01-14  paf
                   15419: 
                   15420:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   15421:          mkinstalldirs: removed some ancient files [they in / really]
                   15422: 
                   15423:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   15424:          regretfully needed patch in two places.  in config_fixed.h made
                   15425:          stubs for lib to compile in MSVC
                   15426: 
                   15427: 2003-01-13  paf
                   15428: 
                   15429:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   15430:          configure.in(libtool) hacks
                   15431: 
1.116     moko     15432:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     15433:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   15434:          ltdl.h: moved to latest libtool (1.4.3)
                   15435: 
                   15436: 2003-01-10  paf
                   15437: 
                   15438:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   15439: 
                   15440:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   15441:          patches.        libxml2 >= 2.5.1
                   15442:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   15443:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   15444:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15445: 
                   15446:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   15447:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   15448:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   15449:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   15450: 
                   15451: 2003-01-09  paf
                   15452: 
                   15453:        * INSTALL: xml,xslt,gdome lib urls updated
                   15454: 
                   15455:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     15456:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     15457:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     15458:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   15459:          1.7.2
1.95      moko     15460: 
                   15461:        * depcomp: moving to automake 1.7.2
                   15462: 
                   15463: 2002-12-27  paf
                   15464: 
                   15465:        * src/include/pa_version.h: 0007
                   15466: 
                   15467:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   15468:          outdated parts, made links to language docs
                   15469: 
                   15470:        * src/include/pa_config_auto.h.in: comment
                   15471: 
                   15472: 2002-12-26  paf
                   15473: 
                   15474:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   15475:          not contain trailing / fixed.
                   15476: 
                   15477:        * INSTALL: changing SAFE_MODE politics
                   15478: 
                   15479:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   15480: 
                   15481:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   15482: 
                   15483: 2002-12-25  paf
                   15484: 
                   15485:        * src/main/pa_globals.C: optimized-xml
                   15486: 
                   15487:        * src/main/pa_globals.C: optimized-as-is
                   15488: 
                   15489: 2002-12-24  paf
                   15490: 
                   15491:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   15492:          fixed [were really called with zero size when .html?a=&b=]
                   15493: 
                   15494:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   15495:          with --with-sendmail
                   15496: 
                   15497:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   15498:          fixed]
                   15499: 
                   15500: 2002-12-23  paf
                   15501: 
                   15502:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   15503:          ignoring parameters & were storing only string with default
                   15504:          expires
                   15505: 
                   15506:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   15507:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   15508:          December 23, 2002 4:22 AM Subject: bug â
                   15509:          Charset::transcode_buf2xchar
                   15510: 
                   15511: 2002-12-20  paf
                   15512: 
                   15513:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   15514:          non-cgi [script] runs
                   15515: 
                   15516: 2002-12-19  paf
                   15517: 
                   15518:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15519:          [tested on elik]] moreover, it's not needed there [parser
                   15520:          registers charsets itself]
                   15521: 
                   15522:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   15523:          [tested on elik]]
                   15524: 
                   15525:        * operators.txt, src/include/pa_globals.h,
                   15526:          src/include/pa_request.h, src/main/pa_globals.C,
                   15527:          src/main/pa_request.C: $response:download
                   15528: 
                   15529:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   15530:          compiler [win32]].
                   15531: 
                   15532: 2002-12-18  paf
                   15533: 
                   15534:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   15535: 
                   15536: 2002-12-17  paf
                   15537: 
                   15538:        * src/targets/cgi/parser3.C: merged die&iis changes
                   15539: 
                   15540:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   15541:          to exit(1) 2. more flexible iilegal call check
                   15542: 
                   15543: 2002-12-16  paf
                   15544: 
                   15545:        * ltmain.sh: some automakes silly insist on having this handy
                   15546: 
                   15547:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15548:          'p' bug fix
                   15549: 
                   15550: 2002-12-15  paf
                   15551: 
                   15552:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   15553:          'p'
                   15554: 
                   15555:        * configure.in, src/include/pa_config_auto.h.in,
                   15556:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   15557:          from branch 6 to HEAD
                   15558: 
                   15559:        * src/main/compile.C: removed warning
                   15560: 
                   15561:        * src/main/pa_common.C: ftruncate having checked
                   15562: 
                   15563:        * configure.in, src/include/pa_version.h: new version
                   15564: 
                   15565: 2002-12-14  paf
                   15566: 
                   15567:        * src/classes/table.C: removed unnecessary code
                   15568: 
                   15569:        * src/sql/pa_sql_driver.h: exception type fixed
                   15570: 
                   15571: 2002-12-09  paf
                   15572: 
                   15573:        * src/types/pa_vvoid.h: $void.store[now] error
                   15574: 
                   15575:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15576: 
                   15577:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   15578:          tries to write core dump
                   15579: 
                   15580:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   15581: 
                   15582:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15583:          classes/void.C, main/pa_sql_driver_manager.C,
                   15584:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15585:          handlers #2
                   15586: 
                   15587:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   15588:          exception handling mech in sql handlers
                   15589: 
                   15590:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   15591:          handlers
                   15592: 
                   15593:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   15594:          classes/void.C, main/pa_sql_driver_manager.C,
                   15595:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   15596:          handlers
                   15597: 
1.116     moko     15598:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   15599:          to write makefile which used libtool to install things, which is
                   15600:          not needed
1.95      moko     15601: 
                   15602: 2002-12-06  paf
                   15603: 
                   15604:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   15605:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   15606: 
                   15607: 2002-12-05  paf
                   15608: 
                   15609:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   15610:          cc/bcc OK now
                   15611: 
                   15612:        * src/main/untaint.C: mail header closed properly
                   15613: 
                   15614:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   15615:          header ',' allowed.  still bugs in smtp [only one receiptient
                   15616:          works, cc, bcc ignored now, and MAILED ;)]
                   15617: 
                   15618:          [strncpy killed, memnchr used]
                   15619: 
                   15620:        * src/main/pa_table.C: table-copy now current=0
                   15621: 
                   15622:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   15623:          lowlevel proc
                   15624: 
                   15625:        * src/targets/cgi/parser3.C: more checks on
                   15626:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15627:          checked that now
                   15628: 
                   15629:        * src/targets/cgi/parser3.C: more checks on
                   15630:          http://domain/parser.cgi start [maybe some getenv returns "",
                   15631:          checked that now
                   15632: 
                   15633:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   15634:          out-of-mem errors reached log]
                   15635: 
                   15636:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   15637:          mail:send MIME-Version default
                   15638: 
                   15639:        * src/main/main.dsp: pa_version included into main.dsp
                   15640: 
                   15641: 2002-12-04  paf
                   15642: 
                   15643:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   15644: 
                   15645:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   15646:          lib/libltdl -> lib/ltdl Win32 changes. s
                   15647: 
                   15648:        * src/classes/classes.awk: more strict *.C$
                   15649: 
                   15650:        * gnu.dsp: restored
                   15651: 
1.116     moko     15652:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   15653:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   15654:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   15655:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   15656:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   15657:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   15658:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   15659:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   15660:          now created with /configure, not ltdl/configure, so it does have
                   15661:          no problems with automake.  ltdl/configure
                   15662:          AC_OUTPUT(Makefile<<removed)
1.95      moko     15663: 
                   15664: 2002-12-02  paf
                   15665: 
                   15666:        * operators.txt: removed outdated status:db
                   15667: 
                   15668:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   15669:          src/main/pa_common.C, src/main/pa_request.C,
                   15670:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   15671:          tainted parts becomes http-header
                   15672: 
                   15673: 2002-11-29  paf
                   15674: 
                   15675:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   15676:          dates now objects of type date
                   15677: 
                   15678:        * src/classes/image.C: file.seek removed [it were used in image.C
                   15679:          only, and for parser user this  means that jpeg image has bad
                   15680:          size in fragment's header] now used image.format
                   15681: 
                   15682:        * src/: include/pa_common.h, main/pa_common.C,
                   15683:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   15684:          now handled exactly like $response:header values.  e.g. can be
                   15685:          hash [can have subattributes] & contain date values.
                   15686: 
                   15687:        * src/main/pa_common.C: http:// param values lang forced URI
                   15688: 
                   15689:        * src/main/pa_common.C: http:// tainted partes now %xx
                   15690: 
                   15691: 2002-11-28  paf
                   15692: 
                   15693:        * operators.txt: http.timeout
                   15694: 
                   15695:        * src/classes/image.C: ^image.length now counts interchar space.
                   15696:          plus space after last char
                   15697: 
                   15698:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   15699: 
                   15700:        * src/classes/image.C: ^image.font width measurer now scans full
                   15701:          height [were -1]
                   15702: 
                   15703:        * configure.in: stopped double libltdl/Makefile generation
                   15704: 
                   15705:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   15706:          chars [one top horizontal line of 1pixel height were missing]
                   15707: 
                   15708:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   15709:          'false' to go into (Hash *) parameter
                   15710: 
                   15711: 2002-11-27  paf
                   15712: 
                   15713:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   15714:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   15715:          returns content-disposition: >>attachment<<
                   15716: 
                   15717:        * src/classes/image.C: ^image.font << bad font file-size now
                   15718:          properly reported
                   15719: 
                   15720: 2002-11-26  paf
                   15721: 
                   15722:        * src/main/pa_request.C: fixed lang in reponse header
                   15723: 
                   15724:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   15725: 
                   15726:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   15727:          made exception: http.status with source=bad status#
                   15728: 
                   15729: 2002-11-25  paf
                   15730: 
                   15731:        * configure.in, src/classes/image.C,
                   15732:          src/include/pa_config_auto.h.in,
                   15733:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     15734:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   15735:          const void related probs fixed
1.95      moko     15736: 
                   15737:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   15738: 
                   15739:          $file[^file::load[http://there]] $file.SERVER
                   15740: 
                   15741:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   15742:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   15743:          http options [invalid onces now reported] made default
                   15744:          user-agent: paf
                   15745: 
                   15746:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   15747:          src/classes/xdoc.C, src/include/pa_common.h,
                   15748:          src/include/pa_globals.h, src/main/pa_common.C,
                   15749:          src/main/pa_globals.C, src/main/pa_request.C,
                   15750:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   15751:          now understand http:// prefix and additional params, sample:
                   15752:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   15753:          $.USER-AGENT[parser3] ]]
                   15754: 
                   15755: 2002-11-22  paf
                   15756: 
                   15757:        * src/classes/image.C, src/include/pa_globals.h,
                   15758:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   15759:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   15760:          $image.exif.DateTime & co
                   15761: 
                   15762: 2002-11-21  paf
                   15763: 
                   15764:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   15765:          _PASS_APPENDED)
                   15766: 
                   15767:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   15768:          EXIF information [were big block and it's size were considered
                   15769:          negative :(]
                   15770: 
                   15771:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   15772:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   15773:          internals rewritten. no there's reader.seek, and all's ready for
                   15774:          EXIF extraction [now we fail to measure files with EXIF info]
                   15775: 
                   15776:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   15777:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   15778:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   15779: 
                   15780: 2002-11-20  paf
                   15781: 
                   15782:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   15783: 
                   15784:        * configure.in, src/include/pa_config_auto.h.in,
                   15785:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   15786:          comment
                   15787: 
                   15788:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   15789: 
                   15790:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15791:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   15792:          currently processed document SIGPIPE >> interrupts request
                   15793:          processing [exception = DB rollback]
                   15794: 
                   15795:        * src/main/pa_exec.C: comment
                   15796: 
                   15797:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   15798: 
                   15799:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   15800:          << disable HTTP-POST repassing
                   15801: 
                   15802:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   15803:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   15804:          pipe read errors now checked
                   15805: 
                   15806: 2002-11-19  paf
                   15807: 
                   15808:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   15809:          CGI: Illegal call
                   15810: 
                   15811: 2002-11-01  paf
                   15812: 
                   15813:        * src/main/execute.C: comment
                   15814: 
                   15815: 2002-10-31  paf
                   15816: 
                   15817:        * src/main/execute.C: found out why, checked that for now.  todo:
                   15818:          find out a way for that user could do that
                   15819: 
                   15820:        * src/types/pa_vstateless_object.h: object put replaces static
                   15821:          parent if any
                   15822: 
                   15823:        * src/types/pa_vobject.C: object put replaces static parent if any
                   15824: 
                   15825:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15826:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   15827:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   15828:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15829:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   15830:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   15831:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   15832:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15833:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   15834:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   15835:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15836:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15837:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15838:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15839:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15840:          types/pa_wwrapper.h: static fix merged
                   15841: 
                   15842:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   15843:          $virtual_fields in dynamic, but one can reach derived
                   15844:          static[class] variable from base
                   15845: 
                   15846:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   15847:          types/pa_vobject.C, types/pa_vobject.h,
                   15848:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   15849:          statics, left $virtual_fields in dynamic
                   15850: 
                   15851:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   15852:          one can't remember derivates in base class: there's so many of
                   15853:          them.  also there can be no virtual method calls in static
                   15854:          classes
                   15855: 
                   15856:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   15857:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   15858:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   15859:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   15860:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   15861:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15862:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   15863:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   15864:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   15865:          types/pa_vresponse.C, types/pa_vresponse.h,
                   15866:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15867:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15868:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   15869:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   15870:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   15871:          types/pa_wwrapper.h: static call $self fixed
                   15872: 
                   15873:        * src/main/execute.C: comment
                   15874: 
                   15875:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   15876:          ^process[$caller.self]{...} now compiles to last derived object
                   15877:          part of that 'self'
                   15878: 
                   15879: 2002-10-29  paf
                   15880: 
                   15881:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   15882:          re-passing [iis to blame]
                   15883: 
                   15884:        * src/classes/string.C: changed string.save to pass current sql
                   15885:          connection to cstr thus one can ^connect[some server]{
                   15886:          $s[insert into table x (x) values (^taint[sql]{value})]
                   15887:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   15888:          properly escaped.  [tried in mssql->mysql export->import of
                   15889:          binary data]
                   15890: 
                   15891: 2002-10-25  paf
                   15892: 
                   15893:        * src/types/pa_vresponse.C: case insensitive response user fields
                   15894:          get/put
                   15895: 
                   15896:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   15897:          types/pa_vresponse.C: saving for maybe-future
                   15898: 
                   15899: 2002-10-23  paf
                   15900: 
                   15901:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   15902:          ^table.hash(expr)...
                   15903: 
                   15904:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   15905: 
                   15906: 2002-10-22  paf
                   15907: 
                   15908:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   15909:          VForm::Append...(...Value)
                   15910: 
                   15911:        * src/main/execute.C: $.name outside of $name[...] checked
                   15912: 
                   15913:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   15914:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   15915: 
                   15916: 2002-10-21  paf
                   15917: 
                   15918:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   15919:          $form:qtail $form:imap.x/y
                   15920: 
                   15921:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   15922:          "?value&...", "...&value&...", "...&value"
                   15923: 
                   15924:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   15925: 
                   15926:        * operators.txt, src/classes/file.C: /some/page.html:
                   15927:          ^file:fullpath[a.gif] => /some/a.gif
                   15928: 
                   15929: 2002-10-17  paf
                   15930: 
                   15931:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   15932:          a little: logical not and bitwise negation precedence made
                   15933:          highest, << and >> bitshits precedence made equal [were << higher
                   15934:          than >>]
                   15935: 
                   15936:        * src/classes/op.C: exception handling fixed [were bad with
                   15937:          contexts]
                   15938: 
                   15939: 2002-10-16  paf
                   15940: 
                   15941:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   15942:          main/pa_request.C: Request::self considered equal to
                   15943:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   15944:          VMethodFrame.self()
                   15945: 
                   15946:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   15947:          $hash in open field now gives old good error meesage
                   15948: 
                   15949: 2002-10-15  paf
                   15950: 
                   15951:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   15952:          use ^if($junction is junction){was and now true}
                   15953: 
                   15954:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   15955:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   15956:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   15957:          points to place where value left xml library and came to parser:
                   15958:          place of dom field extraction/call
                   15959: 
                   15960:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   15961:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15962:          types/pa_vmethod_frame.h: removed last pieces of old code
                   15963:          allowing $junction.xxx at compile time
                   15964: 
                   15965:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   15966:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   15967:          objects also considered [were only classes]
                   15968: 
                   15969:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   15970:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   15971:          with CLASS self.  [   (request&method_frame).self temporarily
                   15972:          changed   ]
                   15973: 
                   15974:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   15975:          no exception to native calls.  for&foreach changed to use
                   15976:          method_frame.caller for their var's name context
                   15977: 
                   15978:        * src/: main/execute.C, targets/cgi/parser3.C,
                   15979:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   15980:          compiling to system classes disabled
                   15981: 
                   15982:        * operators.txt, src/classes/op.C:
                   15983:          ^process[$caller.CLASS]{code-string} added
                   15984: 
                   15985:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   15986:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   15987:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   15988:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   15989:          src/types/types.dsp: removed $junction.get $junction.set[]
                   15990:          introducing $caller
                   15991: 
                   15992:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   15993:          find them lower by inheritance tree
                   15994: 
                   15995:        * src/types/pa_vjunction.C: ident
                   15996: 
                   15997: 2002-10-14  paf
                   15998: 
                   15999:        * src/classes/op.C: process compiles to code's class class
                   16000: 
                   16001:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16002:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16003:          main/compile.y, main/execute.C, main/pa_request.C,
                   16004:          types/pa_vstateless_class.h: operators now main-class-methods
                   16005: 
                   16006:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16007:          better stack trace [has "call" & co there]
                   16008: 
                   16009:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16010:          operators @auto now executed in MAIN context
                   16011: 
                   16012:        * src/main/execute.C: operator execution context now = MAIN, not
                   16013:          closest stack frame
                   16014: 
                   16015:          @touchit[] $i[after]
                   16016: 
                   16017:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16018:          were 'after'
                   16019: 
                   16020:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16021:          'after'
                   16022: 
                   16023:        * src/main/execute.C: comment
                   16024: 
                   16025:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16026:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16027:          action]
                   16028: 
                   16029:        * src/types/pa_vxnode.C: misreplace fixed
                   16030: 
                   16031:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16032:          src/types/pa_vstatus.C, operators.txt:
                   16033:          $status:rusage.tv_secs/usecs introduced
                   16034: 
                   16035: 2002-10-09  paf
                   16036: 
                   16037:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16038:          on empty string [or uses (default)]
                   16039: 
                   16040: 2002-10-08  paf
                   16041: 
                   16042:        * src/main/untaint.C: mail header quoted printable changed after
                   16043:          RFC reread
                   16044: 
                   16045:        * operators.txt: plan on ^if(method
                   16046: 
                   16047:        * src/types/pa_vxnode.C: misreplace
                   16048: 
                   16049: 2002-09-24  paf
                   16050: 
1.116     moko     16051:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16052: 
                   16053:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16054:          mailreceive would compile on freebsd now
                   16055: 
                   16056:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   16057:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     16058:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   16059:          mailreceive would compile on freebsd now
1.95      moko     16060: 
                   16061:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   16062:          changed: now there are only few chars are untainted: * ? ' " < >
                   16063:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   16064:          one should use ^untaint[uri]{...} now]
                   16065: 
                   16066:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   16067:          $list.name, not tainted as filespec
                   16068: 
                   16069:          @russianindex[] #dir with files with russian-lang names
                   16070:          $where[dir]
                   16071: 
                   16072:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   16073:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   16074: 
                   16075: 2002-09-23  paf
                   16076: 
                   16077:        * src/types/pa_vdouble.h: double->int round added
                   16078: 
                   16079:        * src/classes/date.C: date bug fix, now
                   16080:          round(floatDays*secondsPerDay)
                   16081: 
                   16082:        * src/classes/date.C: date bug fix, now
                   16083:          round(floatDays*secondsPerDay)
                   16084: 
                   16085: 2002-09-20  paf
                   16086: 
                   16087:        * src/main/execute.C: code junction calls disabled [before: code
                   16088:          was compiled in such a way, that there were no code-junctions in
                   16089:          OP_CALL]
                   16090: 
                   16091:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   16092: 
                   16093:          @badjunctioncallinside[code] ^code[]
                   16094: 
                   16095:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   16096:          expanding to include ^junction.method
                   16097: 
                   16098:        * src/main/pa_common.C: -d "DIR/" now true
                   16099: 
                   16100:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   16101:          as internal xdoc encoding, and after decoding attributes set by
                   16102:          dom functions now encoded OK, not as digital entities
                   16103: 
                   16104:        * src/classes/xdoc.C: empty transform result, being taken as file
                   16105:          now returns empty file, not raises stupid error about "stat-ed
                   16106:          file"
                   16107: 
                   16108:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   16109:          allowed
                   16110: 
                   16111:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   16112:          write iterators now:
                   16113: 
                   16114:          ^user-foreach[key;value]{$key=$value<br>}
                   16115: 
                   16116:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16117:          $code.value($i*2)       $code }
                   16118: 
                   16119:        * src/main/compile_tools.h: mistype
                   16120: 
1.116     moko     16121:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   16122:          thus taking linking options configure changes into account [were:
                   16123:          ignoring]
1.95      moko     16124: 
                   16125:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   16126:          $junction.get/put(1) one can write iterators now:
                   16127: 
                   16128:          ^user-foreach[key;value]{$key=$value<br>}
                   16129: 
                   16130:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16131:          $code.value($i*2)       $code }
                   16132: 
                   16133:        * src/: include/pa_opcode.h, include/pa_request.h,
                   16134:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16135:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   16136:          introducing $junction.get/put(1) one can write iterators now:
                   16137: 
                   16138:          ^user-foreach[key;value]{$key=$value<br>}
                   16139: 
                   16140:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   16141:          $code.value($i*2)       $code }
                   16142: 
                   16143: 2002-09-19  paf
                   16144: 
1.116     moko     16145:        * Makefile.am: new: make commit
1.95      moko     16146: 
                   16147:        * aclocal.m4: forced to be older
                   16148: 
                   16149: 2002-09-18  paf
                   16150: 
                   16151:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   16152:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   16153: 
                   16154:        * src/: include/pa_common.h, include/pa_request.h,
                   16155:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   16156:          - now this - fatal error
                   16157: 
                   16158:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   16159:          that one can pass binary data there
                   16160: 
                   16161:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   16162:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16163:          classes/op.C, classes/response.C, classes/string.C,
                   16164:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16165:          include/pa_request.h: pa_request contexts made privated, plus
                   16166:          get_{self/method_frame} to read.  Request_context_saver used in
                   16167:          ^try to save flang too.  [were not saved]
                   16168: 
                   16169:        * src/types/pa_vresponse.C: header value chains joined before
                   16170:          output, this should help $.subject[$var $var] from being
                   16171:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   16172: 
                   16173: 2002-09-17  paf
                   16174: 
                   16175:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   16176:          removed changes, operators executed with calling self.  lots of
                   16177:          code with ^include code relies on defined/defining self variables
                   16178: 
                   16179:          $a[1] ^include[print_a.p] print_a.p: $a
                   16180: 
                   16181:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   16182: 
                   16183:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   16184:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16185:          types/pa_vstateless_class.h: operators now executed with MAIN
                   16186:          self.  it's for ^include sake, too strong a change
                   16187: 
                   16188:        * src/classes/op.C: made place for ^process to compile it's code to
                   16189:          in case of no self
                   16190: 
                   16191:        * src/main/execute.C: found ancient param to Junction, removed.
                   16192:          allowed passing self to native_code_operators [for ^process to
                   16193:          work, she needs self]
                   16194: 
                   16195:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16196:          types/pa_vstateless_class.h: found ancient param to Junction,
                   16197:          removed.  allowed passing self to native_code_operators [for
                   16198:          ^process to work, she needs self]
                   16199: 
                   16200:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   16201:          types/pa_value.h, types/pa_vmethod_frame.h,
                   16202:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   16203:          checked that in VMethodFrame get/put and $self.
                   16204: 
                   16205:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   16206:          copy options options checked, wrong option now fatal error
                   16207: 
                   16208:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   16209:          pieces boundaries]
                   16210: 
                   16211:        * bin/auto.p.dist.in: strange \n
                   16212: 
                   16213:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   16214:          .dll on cygwin, .so in other cases)
                   16215: 
1.116     moko     16216:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
                   16217:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     16218: 
                   16219:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   16220:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   16221:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   16222:          record taken [were last]
                   16223: 
                   16224:        * src/: classes/hash.C, classes/table.C,
                   16225:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   16226:          now errors
                   16227: 
                   16228:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   16229: 
                   16230:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   16231:          ,2,3]
                   16232: 
                   16233: 2002-09-16  paf
                   16234: 
                   16235:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   16236:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   16237:          stdout to be binary.  now detected closest header break.
                   16238: 
                   16239:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   16240:          closed right
                   16241: 
                   16242: 2002-09-13  paf
                   16243: 
                   16244:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   16245:          src/main/compile_tools.h: (expression #comment)
                   16246: 
                   16247:          (multiline expression #comment  line2  #comment )
                   16248: 
                   16249:          (expression #comment with (brackets) comment) << OK
                   16250: 
                   16251:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   16252:          bitwise !|| numerical xor now [preparing for expression
                   16253:          #comments]
                   16254: 
                   16255:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   16256:          error
                   16257: 
                   16258:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   16259:          cheched in pa_socks.C
                   16260: 
1.116     moko     16261:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   16262:          HAVE_WINSOCK_H created in configure.in
1.95      moko     16263: 
                   16264:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   16265:          cookie date now clean [were mistakenly tainted & that worked bad
                   16266:          with opera -- 'happily' that worked OK with msie]
                   16267: 
                   16268: 2002-09-12  paf
                   16269: 
                   16270:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   16271:          VClass get_element now first looks to fields, next to methods &
                   16272:          co todo: the rest reason: more speed
                   16273: 
                   16274:        * src/main/untaint.C: quoted printable encoding stops before
                   16275:          \s*<...>$
                   16276: 
                   16277:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   16278:          stops before <...>$
                   16279: 
                   16280: 2002-09-11  paf
                   16281: 
                   16282:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   16283:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   16284:          forgot to check users of those funcs. not all were using that
                   16285:          return value convention
                   16286: 
                   16287:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   16288:          windows-1254 added
                   16289: 
                   16290: 2002-09-10  paf
                   16291: 
                   16292:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   16293:          VCodeFrame parent param were specified badly
                   16294: 
                   16295:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   16296:          WWrapper which used in constructing objects(second param to sql
                   16297:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   16298:          code in hash to survivi
                   16299: 
                   16300:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   16301:          param to execute [stack said 'thanks']
                   16302: 
                   16303:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   16304:          types/pa_value.h, types/pa_vcode_frame.h,
                   16305:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16306:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   16307:          responsibility to wcontext
                   16308: 
                   16309:        * src/classes/file.C: decided not to log exec's with stderr, that
                   16310:          could be warnings, and it's up to scritper to log/show them
                   16311: 
                   16312:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   16313:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   16314:          double/string converstion, which were loosing time&precesion
                   16315: 
                   16316:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   16317:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   16318:          case of unfinished in buffer processing, causing accidental
                   16319:          transcode stop [in case that source enc != utf-8 & there is
                   16320:          incomplete utf-8 sequence at the end of 16000block iside of
                   16321:          libxml lib] tfm readed & code updated
                   16322: 
                   16323: 2002-09-04  paf
                   16324: 
                   16325:        * configure: makes with sjlj
                   16326: 
                   16327:        * INSTALL, src/include/pa_config_fixed.h,
                   16328:          src/include/pa_sql_connection.h,
                   16329:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   16330:          checked.  on win32 it made default
                   16331: 
                   16332:        * src/include/pa_config_auto.h.in: sjlj define
                   16333: 
                   16334:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   16335:          can not work with longjump/throw pair, and one must switch that
                   16336:          on there.  todo: detect that automatically]
                   16337: 
                   16338:        * src/types/pa_vxnode.C: removed too strong checks of
                   16339:          xnode.elements.  now, for instance, if element does not have any
                   16340:          attributes, $xnode.attributes is void, not error
                   16341: 
                   16342: 2002-09-02  paf
                   16343: 
                   16344:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   16345:          removed double_result, didn't help
                   16346: 
                   16347:        * src/main/execute.C: double_result made to move that var away from
                   16348:          hungry g++ optimizer (-O2), before: it were optimized and
                   16349:          comparison operators worked badly
                   16350: 
                   16351:        * src/types/pa_vdate.h: removed debug
                   16352: 
1.116     moko     16353:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     16354: 
                   16355:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   16356:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   16357:          unknown reason.
                   16358: 
                   16359: 2002-08-29  paf
                   16360: 
                   16361:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   16362:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   16363:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   16364:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   16365:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   16366:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   16367:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   16368:          [called less frequent, allowed to remove ugly
                   16369:          Junction.change_context-s from many places, switch,
                   16370:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   16371:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   16372:          [speed up]
                   16373: 
                   16374: 2002-08-28  paf
                   16375: 
                   16376:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   16377:          tainted
                   16378: 
                   16379:        * src/types/pa_vcookie.C: fixed cookie delete when
                   16380:          $cookie:name[$.value[]]
                   16381: 
                   16382:        * operators.txt, src/classes/string.C:
                   16383:          ^string.split[delim[;options]]
                   16384: 
                   16385: 2002-08-27  paf
                   16386: 
1.116     moko     16387:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     16388: 
                   16389:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   16390:          delimiter
                   16391: 
                   16392:        * INSTALL: recommended latest gmime 1.0.5
                   16393: 
                   16394: 2002-08-26  paf
                   16395: 
                   16396:        * configure, configure.in: apache13/hook added to make dist.
                   16397: 
                   16398: 2002-08-23  paf
                   16399: 
                   16400:        * src/: include/pa_common.h, main/pa_common.C,
                   16401:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   16402:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   16403:          whatever] it's error now
                   16404: 
                   16405: 2002-08-21  paf
                   16406: 
1.116     moko     16407:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     16408: 
                   16409:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   16410:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   16411:          class".  compiled as if here they named base class
                   16412: 
                   16413:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   16414:          cloning constructor]
                   16415: 
                   16416:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   16417: 
                   16418:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   16419:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   16420:          $mail.received.file.value.content-type fixed
                   16421: 
                   16422: 2002-08-20  paf
                   16423: 
                   16424:        * src/classes/file.C: fixed language of file:file result
                   16425: 
                   16426:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   16427:          from 3.0.0005
                   16428: 
                   16429:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   16430: 
                   16431:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   16432:          3.0.0005
                   16433: 
                   16434:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   16435: 
                   16436: 2002-08-19  paf
                   16437: 
                   16438:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   16439:          work now
                   16440: 
                   16441:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   16442:          error in xnode, which were not catched in xdoc]
                   16443: 
                   16444:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   16445:          prepared:        // validate each document after load/create (?)
                   16446:                 //xmlDoValidityCheckingDefaultValue = 1;
                   16447: 
                   16448: 2002-08-15  paf
                   16449: 
                   16450:        * src/classes/classes.h: write to static var caused useless
                   16451:          Exception, introduced Methoded::put_element wich consumes those
                   16452: 
                   16453:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   16454:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   16455:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   16456:          $response:field[date] $response:field[$.xxx[date]]
                   16457: 
                   16458:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16459:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   16460:          ^hash::sql{bad}
                   16461: 
                   16462:        * operators.txt: $request:body unprecessed POST request body
                   16463: 
                   16464:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   16465: 
                   16466:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   16467:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   16468: 
                   16469:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   16470:          src/include/pa_request.h, src/main/pa_pool.C,
                   16471:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   16472:          $request:body r.post_data now const
                   16473: 
                   16474:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   16475:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   16476:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   16477:          types/pa_vtable.h: instead of type() checking everywhere used
                   16478:          Value.as now user descendants can be used in params.
                   16479: 
                   16480:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   16481:          ^if($xtable) now OK
                   16482: 
                   16483:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   16484:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   16485:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   16486: 
                   16487: 2002-08-14  paf
                   16488: 
                   16489:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   16490:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16491:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16492:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16493:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16494:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16495:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16496:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16497:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16498:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16499:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16500:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16501:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16502:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   16503:          & VClass
                   16504: 
                   16505:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   16506: 
                   16507:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   16508:          removed fixopt stupidity. on stupid linux use cd /document/root
                   16509:          ../cgi/parser3 script
                   16510: 
                   16511:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   16512:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   16513: 
                   16514:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   16515:          fixopt.h: fixopt now preprocesses command line params, splitting
                   16516:          them by space, excluding argv[0], argv[argc-1]
                   16517: 
                   16518:        * src/targets/cgi/parser3.C: -f config file
                   16519: 
                   16520:        * src/targets/cgi/parser3.C: fixed .log file dir
                   16521: 
                   16522: 2002-08-13  paf
                   16523: 
                   16524:        * src/types/pa_vobject.C: allow override parent variables, useful
                   16525:          for form descendants [in vobject too, were in vclass]
                   16526: 
                   16527:        * src/types/pa_vclass.C: allow override parent variables, useful
                   16528:          for form descendants
                   16529: 
                   16530:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   16531:          overwritten in derived(table)
                   16532: 
                   16533:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16534:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   16535:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16536:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16537:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16538:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16539:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16540:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16541:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16542:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16543:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16544:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16545:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16546:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16547:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   16548:          Value::get_element(..., bool looking_down) [needed to exclude
                   16549:          endless recoursion]
                   16550: 
                   16551:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   16552:          fix bug with put endless recoursion todo: check 'as'
                   16553: 
                   16554:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   16555:          reorganized modules todo: fix bug with put endless recoursion
                   16556:          todo: check 'as'
                   16557: 
                   16558:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   16559:          in derived(table)
                   16560: 
                   16561:        * src/types/pa_vobject.h: derived classes can have fields of their
                   16562:          own now
                   16563: 
                   16564:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   16565:          fixed error message on using non-created table
                   16566: 
                   16567:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   16568:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   16569:          main/compile.C, main/compile.tab.C, main/execute.C,
                   16570:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16571:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16572:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16573:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16574:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   16575:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16576:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16577:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16578:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16579:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   16580:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16581:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16582:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   16583:          looking down/up tree todo: fix error message on non-constructed
                   16584:          parents
                   16585: 
                   16586: 2002-08-12  paf
                   16587: 
                   16588:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   16589:          derived OK
                   16590: 
                   16591:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   16592:          thorough testing
                   16593: 
                   16594:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   16595:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   16596:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16597:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   16598:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   16599:          ^base:create[] dynamic call rewritten todo: thorough testing
                   16600: 
                   16601:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   16602:          now instantates base class, remembers it and saves child in
                   16603:          parent VObject.get_class now returns last child = downward
                   16604:          virtual calls OK
                   16605: 
                   16606:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16607:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   16608:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   16609:          types/pa_vobject.h, types/pa_vresponse.h,
                   16610:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16611:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   16612:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   16613:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   16614:          instance]
                   16615: 
                   16616:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   16617: 
                   16618:        * bin/auto.p.dist.in: fixed sendmail default comment
                   16619: 
                   16620:        * src/main/pa_request.C: $response:body[file] content-type check
                   16621:          fixed [were bad when content-type is hash]
                   16622: 
                   16623: 2002-08-09  paf
                   16624: 
                   16625:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   16626:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   16627: 
                   16628: 2002-08-08  paf
                   16629: 
                   16630:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   16631:          src/main/pa_globals.C: year column in month calendar [week year]
                   16632: 
                   16633:        * src/main/execute.C: error reporting on object writes to MAIN
                   16634:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   16635: 
                   16636:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   16637:          $date.daylightsaving
                   16638: 
                   16639:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   16640:          use tainted data now. only she must specify the language.
                   16641: 
                   16642:          ^mail:send[     $.from[paf@mail.design.ru]
                   16643:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   16644:                $.text[^taint[uri][ìîñêâà]=] ]
                   16645: 
                   16646:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   16647:          now prints more precise origin
                   16648: 
                   16649:        * src/include/pa_string.h: String::first_char now not fails on
                   16650:          empty strings ^if(-f '') now ok and in 3 other places.
                   16651: 
                   16652:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   16653:          String::first_char now not fails on empty strings ^if(-f '') now
                   16654:          ok and in 3 other places.
                   16655: 
                   16656: 2002-08-07  paf
                   16657: 
                   16658:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   16659:          fixed
                   16660: 
                   16661:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   16662: 
                   16663:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   16664:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   16665:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   16666:          mistakenly not completely transparent to object writes.
                   16667:          $hash[^if(1){$hash}] now works
                   16668: 
                   16669:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   16670:          now erasing cache file [there were bad check on that]
                   16671: 
                   16672:        * src/: classes/classes.dsp, classes/table.C,
                   16673:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   16674:          all Debug dirs in .dsp now named 'Debug'
                   16675: 
1.116     moko     16676:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     16677: 
                   16678:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   16679: 
                   16680:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   16681: 
                   16682:        * src/types/pa_vmail.C: mail:send empty  email checked
                   16683: 
                   16684: 2002-08-06  paf
                   16685: 
                   16686:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   16687:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   16688:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   16689: 
                   16690:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   16691:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   16692:          #  $.default() }
                   16693: 
                   16694:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   16695: 
                   16696:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16697:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   16698:          $file.content-type [instead of .mime-type] now works for
                   16699:          file::stat also
                   16700: 
                   16701:        * src/main/pa_request.C: case insensitive mime_type_of
                   16702: 
                   16703:        * bin/auto.p.dist.in: jpeg
                   16704: 
                   16705: 2002-08-05  paf
                   16706: 
                   16707:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   16708: 
                   16709:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   16710: 
                   16711:        * operators.txt: comment on date:calendar week column
                   16712: 
                   16713:        * src/main/pa_common.C: write checked
                   16714: 
                   16715:        * src/main/: pa_common.C: write checked
                   16716: 
                   16717:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   16718: 
                   16719:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   16720:          month calendar week column [ISO 8601 Week Numbers]
                   16721: 
                   16722: 2002-08-02  paf
                   16723: 
                   16724:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   16725:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   16726:          DEBUG*
                   16727: 
                   16728:        * configure, configure.in, src/include/pa_version.h: release
                   16729:          3_0_0005
                   16730: 
                   16731:        * bin/auto.p.dist.in: unhandled_exception comments
                   16732: 
                   16733:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   16734:          multipart post fixed
                   16735: 
                   16736:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   16737:          response transcoded source->client only when text/* or simple
                   16738:          onoverridden $response:body
                   16739: 
                   16740: 2002-08-01  paf
                   16741: 
                   16742:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16743:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16744:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16745:          classes/op.C, classes/response.C, classes/string.C,
                   16746:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16747:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16748:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16749:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   16750:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   16751:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   16752:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   16753:          include/pa_socks.h, include/pa_sql_connection.h,
                   16754:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   16755:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16756:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16757:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16758:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16759:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   16760:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16761:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16762:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16763:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16764:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16765:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16766:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16767:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16768:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16769:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16770:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16771:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16772:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   16773:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   16774:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16775:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   16776:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   16777:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   16778:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16779:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   16780:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16781:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16782:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16783:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16784:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16785:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16786:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16787:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     16788:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     16789: 
                   16790:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   16791:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16792:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16793:          classes/math.C, classes/op.C, classes/response.C,
                   16794:          classes/string.C, classes/table.C, classes/void.C,
                   16795:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16796:          include/pa_array.h, include/pa_cache_managers.h,
                   16797:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16798:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16799:          include/pa_dictionary.h, include/pa_dir.h,
                   16800:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16801:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16802:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16803:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16804:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16805:          include/pa_stack.h, include/pa_string.h,
                   16806:          include/pa_stylesheet_connection.h,
                   16807:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16808:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16809:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   16810:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16811:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   16812:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16813:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   16814:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   16815:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   16816:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16817:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   16818:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16819:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16820:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16821:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16822:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   16823:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16824:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   16825:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16826:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16827:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16828:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16829:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16830:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16831:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16832:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16833:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16834:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16835:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16836:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16837:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16838:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16839:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16840:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   16841:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   16842:          types/Makefile.am: ident.C* removed
                   16843: 
                   16844:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   16845:          file:find[/can/do/this/now.txt]
                   16846: 
                   16847:        * src/targets/cgi/parser3.C: usage to stdout now
                   16848: 
                   16849: 2002-07-31  paf
                   16850: 
                   16851:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   16852: 
                   16853:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   16854:          default "postmaster"
                   16855: 
                   16856:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   16857:          -f postmaster now default sendmail key word "postmaster"
                   16858:          replaced to $.from
                   16859: 
                   16860: 2002-07-30  paf
                   16861: 
1.116     moko     16862:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   16863:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     16864: 
                   16865:        * src/main/pa_charset.C: comment
                   16866: 
                   16867:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   16868:          table, &#decimal;
                   16869: 
                   16870:        * src/main/pa_request.C: comment
                   16871: 
                   16872:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   16873:          paragraf]
                   16874: 
                   16875: 2002-07-11  paf
                   16876: 
                   16877:        * src/main/pa_exec.C: build command line badly added params twice
                   16878:          [and first time without ' ']. double wrong. fixed.
                   16879: 
                   16880:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   16881:          wich parser did not provide = reported badly.  fixed that.
                   16882: 
                   16883:        * src/classes/mail.C: $MAIL[ # xxx ]
                   16884: 
                   16885:          now ok
                   16886: 
                   16887:        * operators.txt: plan: sql detailed exception
                   16888: 
                   16889: 2002-07-01  paf
                   16890: 
                   16891:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   16892:          [MForm.configure_admin were called when request.main_class ==0
                   16893: 
                   16894:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   16895: 
                   16896:        * src/classes/form.C: content_length type fix
                   16897: 
                   16898: 2002-06-30  paf
                   16899: 
                   16900:        * src/classes/mail.C: merged from 4
                   16901: 
                   16902:        * src/classes/mail.C: restored $MAIL
                   16903: 
                   16904: 2002-06-28  paf
                   16905: 
                   16906:        * configure, configure.in: removed paths.h
                   16907: 
1.116     moko     16908:        * configure, src/include/pa_version.h,
1.95      moko     16909:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   16910:          merged, makes updated
                   16911: 
                   16912:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   16913:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16914:          src/include/pa_pool.h, src/include/pa_version.h,
                   16915:          src/main/pa_charset.C, src/main/pa_pool.C,
                   16916:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   16917:          src/types/pa_vmail.C: merged latest updates to head
                   16918: 
                   16919: 2002-06-27  paf
                   16920: 
                   16921:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   16922:          not error now
                   16923: 
                   16924:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   16925:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   16926:          src/main/pa_charset.C, src/main/pa_pool.C:
                   16927:          ^xdoc::create[[uri]]... base uri for document being created,
                   16928:          imports and other relative file names would be relative to this
                   16929:          uri default uri=path_translated
                   16930: 
                   16931:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   16932: 
                   16933: 2002-06-26  paf
                   16934: 
                   16935:        * configure, configure.in, src/include/pa_version.h:
                   16936:          release_3_0_0004
                   16937: 
                   16938:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   16939:          0 now
                   16940: 
                   16941:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   16942: 
                   16943: 2002-06-25  paf
                   16944: 
                   16945:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   16946:          considered bad number now
                   16947: 
                   16948:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   16949:          now
                   16950: 
                   16951:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   16952:          name: optimize
                   16953: 
                   16954:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   16955:          library configured
                   16956: 
                   16957:        * src/main/pa_request.C: configure_admin forced if no @conf
                   16958: 
                   16959:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   16960:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   16961:          when needed and to call system crypt() if not $apr1$ prefix
                   16962: 
                   16963: 2002-06-24  paf
                   16964: 
                   16965:        * INSTALL: --with-static/shared-mailreceive described
                   16966: 
                   16967:        * src/include/pa_config_fixed.h: ssize_t fixed
                   16968: 
1.116     moko     16969:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16970:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     16971:          src/types/pa_vmail.C: $mail:received makes update
                   16972: 
                   16973:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   16974:          WITH_MAILRECEIVE
                   16975: 
                   16976:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   16977: 
                   16978:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   16979:          option, for $mail:receive
                   16980: 
                   16981:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   16982:          introducting $message:received ^mail:send rewritten with backward
                   16983:          comp
                   16984: 
                   16985:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   16986:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16987:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   16988:          now
                   16989: 
                   16990:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   16991:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   16992:          src/include/pa_request.h, src/include/pa_string.h,
                   16993:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   16994:          src/main/pa_globals.C, src/main/pa_request.C,
                   16995:          src/main/pa_string.C, src/main/pa_uue.C,
                   16996:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   16997:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16998:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   16999:          uue to separate file introducting $message:received ^mail:send
                   17000:          rewritten with backward comp
                   17001: 
                   17002: 2002-06-21  paf
                   17003: 
1.116     moko     17004:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17005:          co changes
1.95      moko     17006: 
1.116     moko     17007:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17008:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17009:          restructure .in and .am files appropriate changes
1.95      moko     17010: 
                   17011:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17012:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17013:          targets ^math:crypt[password;$apr1$salt]
                   17014: 
                   17015:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17016:          src/Makefile.am, src/classes/Makefile.am,
                   17017:          src/classes/classes.dsp, src/classes/math.C,
                   17018:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17019:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17020:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17021:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17022:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17023:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17024:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17025:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17026:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17027:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17028:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17029:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17030:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17031:          src/main/compile.tab.C, src/main/main.dsp,
                   17032:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17033:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17034:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17035:          to libs/ added libs/md5 which is linked to non-apache targets
                   17036:          ^math:crypt[password;$apr1$salt]
                   17037: 
                   17038: 2002-06-20  paf
                   17039: 
                   17040:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116     moko     17041:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
                   17042:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     17043:          src/include/pa_request.h, src/main/execute.C,
                   17044:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17045:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   17046:          marged latest HEAD updates, mainly file:justname&co &
                   17047:          @auto/conf[filespec
                   17048: 
                   17049:        * operators.txt, src/classes/file.C:
                   17050:          !^file:dirname[/a/some.tar.gz]=/a
                   17051:              !^file:dirname[/a/b/]=/a
                   17052:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17053:              !^file:justname[/a/some.tar.gz]=some.tar
                   17054:              !^file:justext[/a/some.tar.gz]=gz
                   17055: 
                   17056:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17057:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17058:          @conf/auto[filespec]
                   17059: 
                   17060:        * bin/auto.p.dist.in: <noindex>
                   17061: 
1.116     moko     17062:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17063: 
                   17064:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   17065:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   17066:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17067:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17068: 
                   17069: 2002-06-18  paf
                   17070: 
                   17071:        * configure, configure.in, src/include/pa_version.h: version to
                   17072:          configure.in
                   17073: 
                   17074:        * INSTALL: reflected .conf.dist dir change
                   17075: 
1.116     moko     17076:        * Makefile.am, configure, configure.in, bin/Makefile.am,
                   17077:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     17078:          .in & *.am updated
                   17079: 
                   17080:        * src/classes/file.C: strncasecmp
                   17081: 
                   17082:        * src/classes/file.C: strcasecmp
                   17083: 
1.116     moko     17084:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
                   17085:          from etc
1.95      moko     17086: 
                   17087:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   17088:          insensitive check now
                   17089: 
                   17090:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   17091: 
                   17092:        * configure, configure.in, src/include/pa_pool.h,
                   17093:          src/include/pa_types.h: pack configure.in detection simplified.
                   17094:          figured out that gcc on sparc not that stupid as thought
                   17095:          previously: on sparc: when it sees packed class it modifies it's
                   17096:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   17097:          operations [st, lduh] so packed must be all parts of packed
                   17098:          class, i.e. it's parents&fields(classes).  for now it's only
                   17099:          String that packed and what was wrong is that it's parent -
                   17100:          Pooled, were not packed. fixed that.
                   17101: 
                   17102: 2002-06-14  paf
                   17103: 
                   17104:        * operators.txt: more precise xml-to-text options
                   17105: 
                   17106:        * operators.txt, src/types/pa_vxnode.C: xnode
                   17107:          attribute_node.name/value xnode pi.node.data
                   17108: 
                   17109: 2002-06-12  paf
                   17110: 
1.116     moko     17111:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   17112:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     17113: 
                   17114:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   17115:          src/include/pa_globals.h, src/include/pa_request.h,
                   17116:          src/main/compile.tab.C, src/main/pa_globals.C,
                   17117:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   17118:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   17119: 
                   17120:        * src/classes/mail.C: sendmail -ti [default now]
                   17121: 
                   17122:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   17123:          to be strings. for convinient #ing
                   17124: 
                   17125:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   17126:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   17127: 
                   17128:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   17129:          main/pa_globals.C, main/pa_request.C: @conf
                   17130: 
                   17131: 2002-06-11  paf
                   17132: 
                   17133:        * src/classes/file.C: check simplified
                   17134: 
                   17135:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   17136:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   17137:          valid prefix
                   17138: 
                   17139:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   17140:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   17141:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   17142: 
                   17143: 2002-06-10  paf
                   17144: 
                   17145:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   17146:          src/main/pa_common.C: lock failures reported now
                   17147: 
                   17148:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   17149:          string->double @ compile time were not-enough-checking...
                   17150: 
                   17151:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   17152:          autoconvert now ignored
                   17153: 
                   17154:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   17155:          check
                   17156: 
                   17157:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   17158:          $response:body content-type:name
                   17159: 
                   17160:        * configure, configure.in: hpux check, nsl link, no socket
                   17161: 
                   17162:        * operators.txt: old merge conflict removed
                   17163: 
                   17164:        * configure, configure.in: pack even address access on sparc&co
                   17165:          arch checked in configure
                   17166: 
                   17167:        * configure, src/include/pa_version.h: makes
                   17168: 
                   17169:        * configure, configure.in, src/include/pa_version.h: makes
                   17170: 
                   17171:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   17172:          with charset even when all letters were 7bit one
                   17173: 
                   17174:        * src/main/pa_common.C: merged fixed -d (bug)
                   17175: 
                   17176:        * src/main/pa_common.C: fixed -d (bug)
                   17177: 
                   17178: 2002-06-03  paf
                   17179: 
                   17180:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   17181:          src/classes/classes.dsp, src/main/compile.tab.C,
                   17182:          src/main/main.dsp, src/main/pa_globals.C,
                   17183:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   17184:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   17185:          .dsp-s along with reorganized cvs modules dirs structure
                   17186: 
                   17187:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17188:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   17189:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   17190:          modules
                   17191: 
                   17192: 2002-05-28  paf
                   17193: 
                   17194:        * src/targets/cgi/parser3.C: info.uri now ""
                   17195: 
                   17196: 2002-05-17  paf
                   17197: 
                   17198:        * src/classes/: table.C: ^table.save << checked empty
                   17199:          pre/match/post columns
                   17200: 
                   17201: 2002-05-16  paf
                   17202: 
                   17203:        * src/classes/image.C: image::measure can png now
                   17204: 
                   17205: 2002-05-15  paf
                   17206: 
                   17207:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   17208:          added
                   17209: 
                   17210:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   17211: 
                   17212:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   17213:          %H[:%M[:%S]]]]]] [-%m now
                   17214: 
                   17215: 2002-05-14  paf
                   17216: 
                   17217:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   17218: 
                   17219: 2002-05-07  paf
                   17220: 
                   17221:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   17222:          src/include/pa_globals.h, src/include/pa_request.h,
                   17223:          src/include/pa_table.h, src/main/compile.tab.C,
                   17224:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   17225:          src/main/pa_request.C, src/main/pa_table.C,
                   17226:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   17227:          src/targets/isapi/parser3isapi.dsp,
                   17228:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   17229:          name2number field now &.  main_method_name now on Request pool
                   17230:          rather on global_pool [Junction+VJunction created on same pool as
                   17231:          name = were created on global pool, causing mem leaks]
                   17232: 
                   17233:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   17234:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   17235:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   17236:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   17237:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17238:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   17239:          field now &.  main_method_name now on Request pool rather on
                   17240:          global_pool [Junction+VJunction created on same pool as name =
                   17241:          were created on global pool, causing mem leaks]
                   17242: 
                   17243: 2002-05-06  paf
                   17244: 
                   17245:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17246:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17247:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17248: 
                   17249:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17250:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   17251:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   17252: 
                   17253: 2002-04-30  paf
                   17254: 
                   17255:        * configure, src/include/pa_version.h: version now not b
                   17256: 
                   17257:        * src/targets/cgi/parser3.C: request.uri now never 0
                   17258: 
                   17259: 2002-04-29  paf
                   17260: 
                   17261:        * configure.in: removed b
                   17262: 
                   17263:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   17264:          Exception::comment/type checked in (), no there's no empty
                   17265:          type/comment by default
                   17266: 
                   17267:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   17268:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   17269:          src/doc/value.dox, src/include/pa_exception.h,
                   17270:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   17271:          0001
                   17272: 
                   17273: 2002-04-26  paf
                   17274: 
                   17275:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   17276:          size reduced
                   17277: 
                   17278: 2002-04-25  paf
                   17279: 
                   17280:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   17281:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   17282:          now that took into account
                   17283: 
                   17284:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   17285:          01:03:04]
                   17286: 
                   17287:        * ChangeLog, operators.txt, src/classes/date.C:
                   17288:          ^date::create[2002-12-33 01:03:04]
                   17289: 
                   17290:        * ChangeLog: updated changelog
                   17291: 
                   17292:        * src/classes/table.C: removed restriction on column count to
                   17293:          ^table.hash to work, now must be >0 [were >1]
                   17294: 
                   17295: 2002-04-24  paf
                   17296: 
                   17297:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17298:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17299:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   17300:          targets
                   17301: 
                   17302: 2002-04-23  paf
                   17303: 
                   17304:        * operators.txt, src/classes/string.C:
                   17305:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   17306:          "junction used outside of context"]
                   17307: 
                   17308: 2002-04-22  paf
                   17309: 
                   17310:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   17311:          src/main/pa_string.C, src/types/pa_vstring.C,
                   17312:          src/types/pa_vstring.h: ^string.optimize[]
                   17313: 
                   17314:        * src/: include/pa_globals.h, include/pa_table.h,
                   17315:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   17316:          table template
                   17317: 
                   17318:        * src/classes/: string.C: optimize removed from string
                   17319:          .left/right/pos
                   17320: 
                   17321:        * src/main/execute.C: rolled back to
                   17322:          before_killing_userjunction_contexts
                   17323: 
                   17324:        * src/main/execute.C: user junctions context killed
                   17325: 
                   17326:        * src/main/execute.C: junctions to local contexts got
                   17327:          cleanized&checked later
                   17328: 
                   17329: 2002-04-19  paf
                   17330: 
                   17331:        * src/: classes/string.C, include/pa_request.h,
                   17332:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   17333:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   17334:          prior to .left .right .mid .pos .match when that is profitable,
                   17335:          and always before .replace when $ORIGINS(1) optimization disabled
                   17336:          economy from not wasting mem on lots of strings which occur by
                   17337:          lots of String:mid calls to get parts of source string between
                   17338:          found_occurances
                   17339: 
                   17340:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   17341:          ^file:list
                   17342: 
                   17343:        * src/: include/pa_globals.h, include/pa_table.h,
                   17344:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   17345:          globalized, not created @ each ^match anymore economy:
                   17346:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   17347: 
                   17348:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   17349:          removed from each String::match replace iteration, and made
                   17350:          stacked sizeof(VTable)=12bytes economy on each replace code
                   17351: 
                   17352:        * src/doc/footer.htm: 2001,
                   17353: 
                   17354:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   17355:          string.match[]['] option enables generation of $match.prematch
                   17356:          .match .postmatch columns
                   17357: 
                   17358:        * src/main/pa_string.C: String::match options analized without
                   17359:          cstr-ing them now
                   17360: 
                   17361:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   17362:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   17363:          config updated to doxygen 1.2.15, created helper which fixes
                   17364:          minor bugs in chm project files & htm tree.  changed extension to
                   17365:          .htm
                   17366: 
                   17367: 2002-04-18  paf
                   17368: 
                   17369:        * src/doc/doxygen.cfg: .chi generation disabled
                   17370: 
                   17371:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   17372:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   17373:          fields&methods
                   17374: 
                   17375:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   17376:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   17377:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   17378:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17379:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   17380:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   17381:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17382:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   17383:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   17384:          VStateless_class to VObject
                   17385: 
                   17386:        * src/: main/pa_request.C, types/pa_valiased.h,
                   17387:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17388:          types/pa_vstring.h: VStateless_string_object speicalized light
                   17389:          version of VStateless_object
                   17390: 
                   17391:        * src/classes/op.C: ^throw comment param made optional
                   17392: 
                   17393:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   17394:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   17395:          and implemented down in VClass, fclass_alias removed,
                   17396: 
                   17397:        * src/types/pa_value.C: forced to cut that from .h because of
                   17398:          VStateless_class usage [undefined in .h]
                   17399: 
                   17400:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17401:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17402:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   17403:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   17404:          on each CALL]
                   17405: 
                   17406:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17407:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17408:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17409:          classes/response.C, classes/string.C, classes/table.C,
                   17410:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   17411:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   17412:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   17413:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   17414:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17415:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   17416:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   17417:          removed Value::fname
                   17418: 
                   17419: 2002-04-17  paf
                   17420: 
                   17421:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   17422:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   17423:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   17424:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   17425:          state, PTHROW freshen to throw & co
                   17426: 
                   17427:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   17428: 
                   17429:        * src/classes/op.C: taint local result var bug fixed
                   17430: 
                   17431: 2002-04-16  paf
                   17432: 
                   17433:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   17434:          Attic asm.txt as most interesting
                   17435: 
                   17436:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   17437:          check, preventing content-length: 0 from appearing
                   17438: 
                   17439:        * src/main/execute.C: $result in @main now taken into account as in
                   17440:          usual functions
                   17441: 
                   17442:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   17443:          & @unhandled_exception now taken into account as in usual
                   17444:          functions
                   17445: 
                   17446:        * src/doc/postbuild.txt: instructions on post .html build
                   17447: 
                   17448:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   17449: 
                   17450:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   17451:          tainted
                   17452: 
                   17453:        * src/main/pa_request.C: uri in error log
                   17454: 
                   17455:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   17456:          cheched date:create(days) param for validity [later were assumed
                   17457:          valid and crashed on invalid onces]
                   17458: 
                   17459:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   17460:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   17461:          and used that for removing VString wrapper
                   17462: 
                   17463:        * src/classes/op.C: exception2vhash file now tainted
                   17464: 
                   17465:        * src/classes/op.C: _process pseudo origin copied from local var to
                   17466:          heap
                   17467: 
                   17468:        * src/classes/op.C: extra check on empty file in origin in _execute
                   17469: 
                   17470: 2002-04-15  paf
                   17471: 
                   17472:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   17473: 
                   17474:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   17475:          functions
                   17476: 
                   17477:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   17478:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   17479:          started dual write_xxx_lang functions, if checked & works
                   17480: 
                   17481:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   17482:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   17483:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   17484:          unnecessary VString shells
                   17485: 
                   17486:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   17487:          prev changes]
                   17488: 
                   17489:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   17490:          classes/table.C, include/pa_request.h, main/execute.C,
                   17491:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   17492:          StringOrValue wcontext result, now ready for dual writes
                   17493: 
                   17494:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   17495:          checked that
                   17496: 
                   17497:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17498:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   17499:          changed to OP_WRITE_VALUE in var get cases
                   17500: 
                   17501:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   17502:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   17503:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17504:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   17505:          switch in hash constructor fixed [were problems with using of
                   17506:          stacked wwrapper after it's death]
                   17507: 
                   17508: 2002-04-12  paf
                   17509: 
                   17510:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   17511: 
                   17512: 2002-04-11  paf
                   17513: 
                   17514:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   17515:          Request::process_internal codeFrame & wwrapper stacked [not
                   17516:          wasting  heap anymore]
                   17517: 
                   17518: 2002-04-10  paf
                   17519: 
                   17520:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   17521:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   17522:          classes/string.C, classes/table.C, classes/void.C,
                   17523:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   17524:          main/pa_string.C: killed Request::process() wrapping
                   17525:          VString(String) in case we need only String
                   17526: 
                   17527:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17528:          killed 8 bytes from String.head
                   17529: 
                   17530: 2002-04-09  paf
                   17531: 
                   17532:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   17533:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   17534:          local*/char b[...];      a=b; situations
                   17535: 
                   17536:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   17537: 
                   17538:        * src/classes/xdoc.C: xslt params fixed
                   17539: 
                   17540:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   17541:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   17542:          not pool.malloc(MAX_NUMBER) but really neaded
                   17543: 
                   17544:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   17545:          int/double.int/double(default)
                   17546: 
                   17547: 2002-04-04  paf
                   17548: 
                   17549:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   17550:          [when reconstructing pieces were split by
                   17551:          max_integral(piece.size), thus some strings to replace happen to
                   17552:          be split into two = not replaced)
                   17553: 
                   17554:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   17555:          standalone version = current dir
                   17556: 
                   17557:        * src/targets/cgi/parser3.C: document root in standalone version =
                   17558:          current dir
                   17559: 
                   17560: 2002-04-03  paf
                   17561: 
                   17562:        * configure, configure.in: more checks on nonexistent charset
                   17563: 
1.116     moko     17564:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     17565: 
                   17566: 2002-04-02  paf
                   17567: 
                   17568:        * src/main/compile.C: parser.compile [exception name more like in
                   17569:          doc]
                   17570: 
                   17571: 2002-04-01  paf
                   17572: 
                   17573:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   17574:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   17575:          .content-type.charset, not .charset
                   17576: 
                   17577: 2002-03-29  paf
                   17578: 
                   17579:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   17580: 
                   17581:        * operators.txt, src/classes/date.C: ^date::create now may not
                   17582:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   17583:          days' year.  | 31.05->31.04   roll
                   17584: 
                   17585: 2002-03-28  paf
                   17586: 
                   17587:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   17588:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17589:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   17590:          ^cache(seconds)    ^cache[date] }
                   17591: 
                   17592:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   17593:          param
                   17594: 
                   17595: 2002-03-27  paf
                   17596: 
                   17597:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   17598:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   17599:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   17600:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   17601:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17602:          src/classes/xnode.C, src/include/pa_exception.h,
                   17603:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   17604:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   17605:          src/main/pa_array.C, src/main/pa_charset.C,
                   17606:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17607:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17608:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   17609:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   17610:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   17611:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17612:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   17613:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   17614:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   17615:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   17616:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   17617:          src/types/pa_wwrapper.h: assigned exception types
                   17618: 
                   17619:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   17620:          src/include/pa_request.h, src/main/execute.C,
                   17621:          src/main/pa_request.C: decided agains resetting exception_trace,
                   17622:          just changed name
                   17623: 
                   17624: 2002-03-26  paf
                   17625: 
                   17626:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   17627:          fixed
                   17628: 
                   17629:        * src/classes/op.C: forced language of $source field of exception
                   17630:          to 'tainted', so that sql-langed-frags could be outputed outside
                   17631:          of connect
                   17632: 
                   17633:        * operators.txt: removed date.roll limit of +-1 offset
                   17634: 
                   17635:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   17636: 
                   17637:        * operators.txt, src/classes/date.C: fixed date roll on
                   17638:          daylightsaving days mktime took into account tm_isdst flag, which
                   17639:          remained from BEFORE roll, but should have been reset
                   17640: 
                   17641: 2002-03-25  paf
                   17642: 
                   17643:        * operators.txt, src/targets/cgi/parser3.C:
                   17644:          http_site_config_filespec
                   17645: 
                   17646:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   17647:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   17648:          with any/both --disable-foreign-group-files --disable-execs
                   17649: 
                   17650:        * INSTALL: "--with=sendmail=COMMAND" comment
                   17651: 
                   17652:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   17653:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     17654:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   17655:          disables execs also.  introducing --sendmail
1.95      moko     17656: 
                   17657:        * operators.txt: pgsql options comment
                   17658: 
                   17659:        * INSTALL: comment on --disable-link-stdcpp
                   17660: 
1.116     moko     17661:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17662:          libstdc++ link skipping configure option
1.95      moko     17663: 
                   17664:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   17665:          with error were put to cache with 'marked_to_rollback' flag, all
                   17666:          consequent even OK requests rolled back
                   17667: 
                   17668: 2002-03-22  paf
                   17669: 
                   17670:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   17671:          false return
                   17672: 
                   17673:        * operators.txt: few comments on sets
                   17674: 
                   17675: 2002-03-18  paf
                   17676: 
                   17677:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   17678:          src/include/pa_globals.h, src/include/pa_request.h,
                   17679:          src/include/pa_stack.h, src/main/pa_globals.C,
                   17680:          src/main/pa_request.C: introducing ^try
                   17681: 
                   17682:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   17683:          types/pa_vdouble.h: removed some tested @tests
                   17684: 
                   17685: 2002-03-15  paf
                   17686: 
                   17687:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   17688: 
                   17689: 2002-03-13  paf
                   17690: 
                   17691:        * src/main/pa_exception.C: checked not-pooled malloc
                   17692: 
                   17693: 2002-03-11  paf
                   17694: 
                   17695:        * INSTALL, configure, configure.in,
                   17696:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   17697: 
                   17698:        * src/main/pa_common.C: --disable-foreign-group-files
                   17699: 
                   17700:        * INSTALL: --disable-execs
                   17701: 
                   17702:        * src/main/pa_exec.C: --disable-execs
                   17703: 
                   17704:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17705:          --disable-execs
                   17706: 
                   17707:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   17708: 
                   17709:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   17710:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   17711: 
                   17712: 2002-03-05  paf
                   17713: 
                   17714:        * operators.txt, src/classes/date.C: date week calendar columns
                   17715:          named
                   17716: 
                   17717:        * operators.txt, src/classes/date.C: date week calendar columns
                   17718:          named
                   17719: 
                   17720:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   17721:          requires headers to be terminated with \r\n manually [refuses to
                   17722:          separate header/body itself]
                   17723: 
                   17724:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   17725:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   17726: 
                   17727: 2002-03-04  paf
                   17728: 
                   17729:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   17730:          in PASS language
                   17731: 
                   17732:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   17733:          deserialize checks on broken file
                   17734: 
                   17735:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   17736:          parser3isapi.dsp: isapi updated
                   17737: 
                   17738: 2002-03-01  paf
                   17739: 
                   17740:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   17741: 
                   17742: 2002-02-28  paf
                   17743: 
                   17744:        * src/main/untaint.C: removed some debug comments
                   17745: 
                   17746:        * src/main/pa_charsets.C: when placing charset to cache using
                   17747:          global name now [were request]
                   17748: 
                   17749:        * configure, configure.in: apache module updated
                   17750: 
                   17751:        * src/main/pa_string.C: origin by first piece preferred before last
                   17752:          piece
                   17753: 
                   17754: 2002-02-27  paf
                   17755: 
                   17756:        * src/main/pa_charset.C: size_t
                   17757: 
                   17758:        * INSTALL: shared/static-xml with-pathlink
                   17759: 
                   17760:        * operators.txt: SMTP comment
                   17761: 
                   17762: 2002-02-26  paf
                   17763: 
                   17764:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   17765: 
                   17766:        * src/classes/xnode.C: in some situation, xpath query returned
                   17767:          result with type NODESET, but empty nodeset member field, checked
                   17768:          that
                   17769: 
                   17770: 2002-02-22  paf
                   17771: 
                   17772:        * INSTALL: without-zlib comment
                   17773: 
                   17774:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   17775: 
                   17776:        * configure, configure.in: glib###.a detection fixed
                   17777: 
                   17778:        * INSTALL: hashfile removed from INSTALL
                   17779: 
1.116     moko     17780:        * Makefile.am: make update
1.95      moko     17781: 
                   17782:        * src/main/pa_string.C: string iterators fixed again, so were
                   17783:          String::join_chain
                   17784: 
                   17785:        * src/main/pa_string.C: string iterators fixed again, so were
                   17786:          String::join_chain
                   17787: 
                   17788:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   17789:          fixed again, so were String::join_chain
                   17790: 
                   17791:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   17792: 
                   17793:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   17794:          "session"
                   17795: 
1.116     moko     17796:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17797:          --with-shared-xml --with-static-xml
1.95      moko     17798: 
                   17799:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   17800:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17801:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   17802:          xalan&xml
                   17803: 
                   17804:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   17805: 
                   17806:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   17807:          src/types/types.dsp: removed hashfile support from sources for
                   17808:          now
                   17809: 
1.116     moko     17810:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     17811:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     17812:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   17813:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   17814:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     17815:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     17816:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   17817:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   17818:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     17819: 
                   17820: 2002-02-21  paf
                   17821: 
                   17822:        * src/main/untaint.C: removed debug code, activated commented-for
                   17823:          debug parts
                   17824: 
1.116     moko     17825:        * Makefile.am: make cvsupdate
1.95      moko     17826: 
                   17827:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17828:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   17829:          append_row, not at link zero now string to string appending works
                   17830: 
                   17831: 2002-02-20  paf
                   17832: 
                   17833:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   17834:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   17835:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   17836: 
                   17837:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17838:          economy: 22%
                   17839: 
                   17840:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   17841:          space uptimized: string::link_row removed
                   17842: 
                   17843:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   17844:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   17845:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   17846:          types/pa_vstring.h: speed uptimized: string::is_empty
                   17847: 
                   17848:        * operators.txt, src/include/pa_common.h,
                   17849:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   17850:          src/include/pa_types.h, src/main/compile.tab.C,
                   17851:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   17852:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   17853:          string append optimiziation idea and estimates
                   17854: 
                   17855: 2002-02-19  paf
                   17856: 
                   17857:        * src/classes/math.C: not used directly [but erroreously reported
                   17858:          that 'is', thus registering twice&other probs]
                   17859: 
                   17860:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   17861:          to node [element]
                   17862: 
                   17863:        * src/main/compile.C: without string_origins parse error
                   17864:          file+line+col possible
                   17865: 
                   17866:        * src/main/: compile.C: without string_origins not worked
                   17867: 
                   17868: 2002-02-18  paf
                   17869: 
                   17870:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   17871:          trick i've installed into double::as_string
                   17872: 
                   17873:        * src/main/pa_globals.C: extern "C" was removed too fast
                   17874: 
                   17875:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17876:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17877:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   17878:          with string/nonstring values, now in expressions double/int
                   17879:          values are passed as-is, without stupid tostring/fromstring
                   17880:          conversions
                   17881: 
                   17882:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   17883:          __cplusplus } #endif
                   17884: 
                   17885:        * src/main/compile.tab.C: bison env set so one could compile
                   17886:          without cygwin installed
                   17887: 
                   17888:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17889:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   17890:          gnome xml libs parser .dsp-s changed accordingly
                   17891: 
                   17892:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   17893: 
                   17894:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   17895:          with backward comp
                   17896: 
                   17897:        * src/classes/math.C: math:random range check fixed
                   17898: 
                   17899:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   17900: 
                   17901:        * INSTALL: local install comment
                   17902: 
1.116     moko     17903:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     17904: 
1.116     moko     17905:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   17906:          src/include/pa_config_auto.h.in,
                   17907:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   17908:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     17909: 
                   17910:        * operators.txt: \ comment
                   17911: 
                   17912: 2002-02-13  paf
                   17913: 
                   17914:        * src/include/pa_config_includes.h: sys/time time both included
                   17915:          now.  vaguely remember confilicts on this on some system [not on
                   17916:          six|ablv] so when would see them again would think up proper
                   17917:          check
                   17918: 
1.116     moko     17919:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   17920:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     17921: 
                   17922:        * src/main/pa_common.C: truncation never occured when writing files
                   17923:          on unix [since i've changed cache mech] fix
                   17924: 
                   17925:        * src/main/pa_common.C: strnchr: sanity check added
                   17926: 
                   17927:        * etc/parser3.charsets/windows-1257.cfg: id added
                   17928: 
                   17929:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   17930:          baltic charset file generated, in generation script ispunct check
                   17931:          added
                   17932: 
                   17933: 2002-02-08  paf
                   17934: 
1.116     moko     17935:        * src/: include/Makefile.am, sql/Makefile.am,
                   17936:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     17937: 
                   17938:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   17939:          forgotten
                   17940: 
                   17941:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   17942: 
                   17943:        * INSTALL, README: install&others updated
                   17944: 
                   17945:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   17946: 
1.116     moko     17947:        * Makefile.am, configure, configure.in,
                   17948:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   17949:          src/classes/Makefile.am, src/main/Makefile.am,
                   17950:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   17951:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   17952:          works
1.95      moko     17953: 
                   17954:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17955:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17956:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   17957:          classes/math.C, classes/op.C, classes/response.C,
                   17958:          classes/string.C, classes/table.C, classes/void.C,
                   17959:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17960:          include/pa_array.h, include/pa_cache_managers.h,
                   17961:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17962:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17963:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17964:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   17965:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17966:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17967:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17968:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17969:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17970:          include/pa_stack.h, include/pa_string.h,
                   17971:          include/pa_stylesheet_connection.h,
                   17972:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17973:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   17974:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17975:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   17976:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17977:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   17978:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   17979:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17980:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   17981:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17982:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17983:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   17984:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17985:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17986:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17987:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17988:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17989:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   17990:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   17991:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17992:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17993:          types/pa_vrequest.h, types/pa_vresponse.h,
                   17994:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17995:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17996:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17997:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17998:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   17999:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18000:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18001:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18002:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18003:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18004:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18005: 
                   18006:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18007:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18008:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18009:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18010:          classes/string.C, classes/table.C, classes/void.C,
                   18011:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18012:          include/pa_array.h, include/pa_cache_managers.h,
                   18013:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18014:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18015:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18016:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18017:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18018:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18019:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18020:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18021:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18022:          include/pa_stack.h, include/pa_string.h,
                   18023:          include/pa_stylesheet_connection.h,
                   18024:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18025:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18026:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18027:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18028:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18029:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18030:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18031:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18032:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18033:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18034:          main/pa_status_provider.C, main/pa_string.C,
                   18035:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18036:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18037:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18038:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18039:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18040:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18041:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18042:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18043:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18044:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18045:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18046:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18047:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18048:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18049:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18050:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18051:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18052:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18053:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18054:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18055:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18056:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18057: 
                   18058: 2002-02-07  paf
                   18059: 
                   18060:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18061: 
1.116     moko     18062:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18063:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18064:          added yet another locking function: fcntl
1.95      moko     18065: 
                   18066:        * config.sub: on cygwin configure passes it with strange i1586
                   18067:          const, hacked it to mean i586
                   18068: 
                   18069:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18070:          disabled $if reference due to conflicts with local variables
                   18071: 
                   18072:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   18073:          xdoc::set obsolete now, now xdoc::create, with both sences
                   18074: 
                   18075:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18076:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18077:          table::create now // 'set' name obsolete now table clone.
                   18078: 
                   18079:        * operators.txt, src/classes/string.C,
                   18080:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   18081:          ^int/double/string.format now can be called with normal []
                   18082:          brackets, not stupid {} as it were implemented for some strange
                   18083:          reason.  retaining backward compatibility due to some
                   18084:          already-implemented servers
                   18085: 
                   18086:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   18087:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   18088:          operators now detected by check at name_without_curly_rdive_read
                   18089:          rule whether diving code constists only of
                   18090:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   18091:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   18092:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   18093: 
                   18094: 2002-02-06  paf
                   18095: 
                   18096:        * configure, configure.in: prefix expanded, grr
                   18097: 
                   18098:        * operators.txt, src/classes/mail.C: mail:send config changed
                   18099: 
                   18100: 2002-02-05  paf
                   18101: 
                   18102:        * operators.txt: regex options commented
                   18103: 
                   18104:        * src/main/: pa_exec.C: argv0 now correct
                   18105: 
                   18106:        * src/types/pa_vstatus.C: status:rusage 3
                   18107: 
                   18108:        * src/types/pa_vstatus.C: status:rusage 2
                   18109: 
                   18110:        * operators.txt: status:rusage described int operators
                   18111: 
                   18112:        * src/types/pa_vstatus.C: status:rusage 1
                   18113: 
                   18114:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   18115:          src/types/types.dsp: status:rusage
                   18116: 
                   18117:        * configure.in, operators.txt, src/classes/file.C,
                   18118:          src/classes/op.C, src/include/pa_common.h,
                   18119:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   18120:          src/main/pa_common.C: rewritten ^cache to use
                   18121:          non-blocking-exclusive-caches
                   18122: 
                   18123:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   18124:          [speed impact. was off for debugging purpose, but forgotten
                   18125:          afterwards]
                   18126: 
                   18127: 2002-02-01  paf
                   18128: 
                   18129:        * src/classes/op.C: file_write does EX lock after create, while
                   18130:          file_read does SH after open, so there's a moment after create
                   18131:          but before EX lock when read can sneak into, and read
                   18132:          just-created-for-writing-and-not-yet-locked file, added a check
                   18133:          for that in ^cache...read
                   18134: 
                   18135: 2002-01-31  paf
                   18136: 
                   18137:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   18138:          ^xxx:
                   18139: 
                   18140:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   18141:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   18142: 
                   18143:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   18144:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   18145:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   18146:          operators check 6.1 rewritten. now check is done at compile time
                   18147: 
                   18148:        * src/main/execute.C: operators check 5 floated up old error of
                   18149:          staying in 'entered class/object' state after $a($a..) it
                   18150:          prevented operators from being called thereafter
                   18151: 
                   18152:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18153:          main/execute.C: operators check 4 floated up old error of staying
                   18154:          in 'entered object' state after ^a.a(a) it prevented operators
                   18155:          from being called thereafter
                   18156: 
                   18157:        * src/main/execute.C: operators check 3 floated up old error of
                   18158:          staying in 'entered class' state after $a:a(a) it prevented
                   18159:          operators from being called thereafter
                   18160: 
                   18161:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   18162:          floated up old error of staying in 'entered class' state after
                   18163:          $a:a[a] it prevented operators from being called thereafter
                   18164: 
                   18165:        * src/main/execute.C: operators check, thay mistakenly seen in
                   18166:          $class:operator   $object.operators contexts
                   18167: 
                   18168:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   18169:          win32
                   18170: 
1.116     moko     18171:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   18172:          src/classes/Makefile.am, src/main/Makefile.am,
                   18173:          src/targets/cgi/Makefile.am,
1.95      moko     18174:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     18175:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     18176: 
1.116     moko     18177:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   18178:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   18179:          configure, configure.in, form.txt, ident.awk, install-sh,
                   18180:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   18181:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     18182:          etc/parser3.charsets/Makefile.am,
                   18183:          etc/parser3.charsets/koi8-r.cfg,
                   18184:          etc/parser3.charsets/windows-1250.cfg,
                   18185:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     18186:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   18187:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   18188:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   18189:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     18190:          straightened installation scripts procedure made
                   18191:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   18192:          change
                   18193: 
                   18194: 2002-01-30  paf
                   18195: 
                   18196:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   18197:          removed] those comments were a mistake, and prevented libltdl
                   18198:          from function properly
                   18199: 
                   18200: 2002-01-29  paf
                   18201: 
1.116     moko     18202:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   18203:          creation [modified acinclude.m4 which were creating int into just
                   18204:          assignment LIBTOOL=../libtool] added default system
                   18205:          config&charsetts prepared 'make install', now it installs
                   18206:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   18207:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     18208:          $sysconfdir/parser3.charsets respectively
                   18209: 
                   18210:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   18211:          main/pa_globals.C: few forgotten ifdef XML added
                   18212: 
                   18213: 2002-01-28  paf
                   18214: 
1.116     moko     18215:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     18216:          removed
                   18217: 
                   18218:        * src/main/pa_exception.C: dom|generic error output fix
                   18219: 
                   18220:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   18221: 
                   18222:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   18223: 
                   18224:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   18225:          [fixed as_node helper func to accept docs]
                   18226: 
                   18227:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   18228:          xdoc.importNode 0
                   18229: 
                   18230:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   18231: 
                   18232: 2002-01-25  paf
                   18233: 
                   18234:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   18235:          @SPECIAL now works OK
                   18236: 
                   18237:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   18238: 
                   18239:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   18240:          violation that added
                   18241: 
                   18242:        * src/classes/hash.C: unified  hash::sql, now
                   18243:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   18244: 
                   18245:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18246:          ^file:lock[filename]{code}
                   18247: 
                   18248:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   18249:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   18250:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   18251:          to some pa_common funcs
                   18252: 
                   18253:        * src/: include/pa_charset.h, main/pa_globals.C:
                   18254:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   18255: 
                   18256:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18257:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   18258:          not stupid illegal define
                   18259: 
                   18260: 2002-01-24  paf
                   18261: 
                   18262:        * src/include/pa_version.h: changed version number
                   18263: 
                   18264:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18265:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18266:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18267:          main/pa_db_connection.C, main/pa_db_table.C,
                   18268:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   18269:          hashfile without logfiles
                   18270: 
                   18271:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   18272:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   18273:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   18274:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   18275:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   18276:          cluttered disk without huge need]
                   18277: 
                   18278:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   18279:          handy macro, which is strangly abscent in dome lib
                   18280: 
                   18281:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   18282: 
                   18283:        * src/classes/xdoc.C: checked empty response
                   18284: 
                   18285:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   18286:          /, not self node]
                   18287: 
                   18288:        * src/classes/xnode.C: xnode.select returns array always now, in
                   18289:          case 'nothing found' returns empty array
                   18290: 
                   18291:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   18292:          be more tender with ctrl/c/v
                   18293: 
                   18294: 2002-01-23  paf
                   18295: 
                   18296:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   18297:          substituted.         // 2. when dom tree with entites goes under
                   18298:          transform text nodes        // got [erroreosly] cut on first
                   18299:          entity occurance
                   18300: 
                   18301:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   18302:          twice-converting
                   18303: 
                   18304:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   18305:          'e' in output this is for regretful twice-converting here:
                   18306:          $a(double value) when they write double falue  they convert it to
                   18307:          string first, thus %g were losing precesion.
                   18308: 
                   18309:          todo: think up some way to remove double->string string->double
                   18310:          twice-converting
                   18311: 
                   18312:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   18313:          %.20E now default float format this is for regretful
                   18314:          twice-converting here: $a(double value) when they write double
                   18315:          falue  they convert it to string first, thus %g were losing
                   18316:          precesion.
                   18317: 
                   18318:          todo: think up some way to remove double->string string->double
                   18319:          twice-converting
                   18320: 
                   18321:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18322:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   18323:          reasons in comment inside
                   18324: 
                   18325:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   18326:          statically linked]
                   18327: 
                   18328:        * src/: include/pa_exception.h, main/compile.tab.C,
                   18329:          main/pa_exception.C: removed exception va_list constructor.  1.
                   18330:          not needed anymore 2. there were a conflict[causing errors]
                   18331:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   18332:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   18333:          ctor(, va_list) which, of course, caused gpf
                   18334: 
                   18335:        * src/main/pa_globals.C: removed debug xslt messages
                   18336: 
                   18337: 2002-01-22  paf
                   18338: 
                   18339:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   18340:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   18341:          helps compiling stylesheet properly.  example: this refused to
                   18342:          work,             <b>&laquo;<xsl:value-of select="@title"
                   18343:          />&raquo;</b> stranly worked only this way:
                   18344:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   18345: 
                   18346:          docs says "set it to 1", never going into details, so I decided
                   18347:          to try NOT to do that
                   18348: 
                   18349:        * src/classes/table.C: join behaived badly in case named tables
                   18350:          structure mismatched: 0 strings sneaked into dest failing
                   18351:          afterwards.  replaced them with empty strings
                   18352: 
                   18353: 2002-01-21  paf
                   18354: 
                   18355:        * src/main/pa_charset.C: checked empty transcoders in
                   18356:          transcode_cstr|buf
                   18357: 
                   18358:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   18359: 
                   18360:        * src/classes/xdoc.C: transform error source now
                   18361:          stylesheet_filespec
                   18362: 
1.116     moko     18363:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     18364:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   18365:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     18366:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   18367:          gnome
1.95      moko     18368: 
                   18369:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   18370:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   18371:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   18372:          xslt generic error 1
                   18373: 
                   18374:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   18375:          xml generic message 1
                   18376: 
                   18377:        * src/classes/table.C: ^table::load empty lines or #comments before
                   18378:          headline
                   18379: 
                   18380:        * src/: include/pa_array.h, include/pa_globals.h,
                   18381:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   18382:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   18383:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   18384:          errors 0
                   18385: 
                   18386: 2002-01-16  paf
                   18387: 
                   18388:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   18389:          classes/table.C, classes/void.C, classes/xdoc.C,
                   18390:          include/pa_db_connection.h, include/pa_request.h,
                   18391:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18392:          include/pa_stylesheet_connection.h,
                   18393:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   18394:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18395:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   18396:          stylesheet_connection auto destroyers to remaining gnome objects
                   18397: 
                   18398:        * src/classes/xdoc.C: few comments
                   18399: 
                   18400: 2002-01-15  paf
                   18401: 
                   18402:        * src/classes/xdoc.C: xdoc   file   save   string
                   18403: 
                   18404:          ready.  todo: error handling
                   18405: 
                   18406:        * src/classes/xdoc.C: xdoc save rewritten using
                   18407:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   18408:          result
                   18409: 
                   18410:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   18411:          started output options parsing
                   18412: 
                   18413: 2002-01-14  paf
                   18414: 
                   18415:        * src/classes/xdoc.C: method
                   18416: 
                   18417:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18418:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   18419:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   18420:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   18421:          xslt transform0.  TODO:   use output options   handle errors
                   18422: 
                   18423:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   18424: 
                   18425: 2002-01-11  paf
                   18426: 
                   18427:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18428:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   18429:          partial logical && || evaluation
                   18430: 
                   18431:        * src/classes/xnode.C: xpath selectNodes
                   18432: 
                   18433:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   18434:          string/number/bool
                   18435: 
                   18436:        * src/classes/xnode.C: xpath selectNode 2
                   18437: 
                   18438:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   18439:          xpath selectNode 1
                   18440: 
                   18441: 2002-01-10  paf
                   18442: 
                   18443:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   18444: 
                   18445:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18446:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   18447:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   18448:          refcounter]
                   18449: 
                   18450: 2001-12-29  paf
                   18451: 
                   18452:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   18453:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   18454:          glib works 0
                   18455: 
                   18456: 2001-12-28  paf
                   18457: 
                   18458:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   18459:          main/pa_exception.C: started glib transcoders
                   18460: 
                   18461:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   18462: 
                   18463:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   18464:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   18465:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   18466:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   18467:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   18468:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   18469:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   18470:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   18471: 
                   18472: 2001-12-27  paf
                   18473: 
                   18474:        * src/: include/pa_charset.h, include/pa_common.h,
                   18475:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18476:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   18477:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18478:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18479:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   18480:          from xalan&xerces, started the process.  globals [initialization
                   18481:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   18482:          calls
                   18483: 
                   18484:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   18485:          anymore
                   18486: 
                   18487: 2001-12-26  paf
                   18488: 
                   18489:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   18490:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   18491:          key globalized [bug]
                   18492: 
                   18493: 2001-12-25  paf
                   18494: 
                   18495:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   18496:          main/pa_string.C: table set & append changed splitting languages,
                   18497:          separators now can be clean AND as-is same to mail command line
                   18498:          $MAIN:MAIL.progX arguments
                   18499: 
                   18500: 2001-12-24  paf
                   18501: 
                   18502:        * src/classes/mail.C: one parted text messages - no multipart
                   18503:          mime-type anymore.  for convinient if $.attach-ments
                   18504: 
                   18505:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   18506:          main/pa_string.C: read from cache size check updated
                   18507: 
                   18508:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   18509: 
                   18510: 2001-12-21  paf
                   18511: 
                   18512:        * src/classes/date.C: date:sql-string now returns localtime
                   18513: 
                   18514:        * src/main/pa_request.C: $result in @main actually not working, to
                   18515:          hell with it for now
                   18516: 
                   18517:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18518:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   18519:          @postprocess @exception
                   18520: 
                   18521:        * src/main/execute.C: junction evaluation canceled - endless
                   18522:          recursion detected
                   18523: 
                   18524: 2001-12-19  paf
                   18525: 
                   18526:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   18527:          intermediate
                   18528: 
                   18529:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   18530: 
                   18531:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   18532: 
                   18533:        * src/classes/op.C: ^cache keypath now relative
                   18534: 
                   18535:        * src/classes/mail.C: changed weighting prior to sort
                   18536: 
                   18537:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   18538:          were missing
                   18539: 
                   18540: 2001-12-17  paf
                   18541: 
                   18542:        * src/main/pa_charset.C: ifndef XML were bad type
                   18543: 
                   18544:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   18545:          outdated unset services_pool
                   18546: 
                   18547:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   18548:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   18549:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   18550: 
                   18551:        * src/main/untaint.C: allowed space in filespec
                   18552: 
                   18553:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   18554: 
                   18555:        * src/classes/image.C: no govno
                   18556: 
                   18557:        * src/classes/image.C: govno
                   18558: 
                   18559: 2001-12-16  paf
                   18560: 
                   18561:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   18562: 
                   18563:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   18564:          charset_connection&manager replaced by charset&charsets
                   18565: 
                   18566:        * src/main/pa_charset.C: name_cstr 0
                   18567: 
                   18568:        * src/main/untaint.C: uri lang now knows about client/source
                   18569:          charsets
                   18570: 
                   18571:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   18572:          classes/string.C, classes/table.C, classes/xdoc.C,
                   18573:          include/pa_array.h, include/pa_cache_managers.h,
                   18574:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   18575:          include/pa_common.h, include/pa_db_connection.h,
                   18576:          include/pa_db_manager.h, include/pa_db_table.h,
                   18577:          include/pa_dictionary.h, include/pa_exception.h,
                   18578:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   18579:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   18580:          include/pa_sapi.h, include/pa_socks.h,
                   18581:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18582:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   18583:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18584:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   18585:          main/pa_charset.C, main/pa_charset_connection.C,
                   18586:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   18587:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   18588:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   18589:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   18590:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18591:          types/types.dsp: introducing Charset
                   18592: 
                   18593: 2001-12-14  paf
                   18594: 
                   18595:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   18596:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   18597:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   18598:          uri lang
                   18599: 
                   18600:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   18601: 
                   18602:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   18603: 
                   18604:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   18605:          defalts_name global
                   18606: 
                   18607:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   18608:          include/pa_request.h, main/main.dsp,
                   18609:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   18610:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   18611:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   18612:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   18613:          changed charset model.  now important: $request:charset
                   18614:          $response:charset while $response:content-type.charset become
                   18615:          unimportant [informational]
                   18616: 
                   18617: 2001-12-13  paf
                   18618: 
                   18619:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   18620: 
                   18621:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   18622:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   18623:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   18624:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   18625:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   18626:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18627: 
                   18628:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   18629:          auto_ptr part other way, because of stupid gcc 2.96
                   18630:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   18631:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   18632:          FormatterListener] /usr/include/g++-3/memory:48:
                   18633:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   18634:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   18635: 
                   18636:        * src/classes/xdoc.C: removed extra inc
                   18637: 
                   18638:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   18639: 
                   18640:        * src/include/pa_types.h: msvc head debugging flag
                   18641: 
                   18642:        * src/classes/xdoc.C: freed up listener
                   18643: 
                   18644:        * src/classes/string.C: change msg '... code is not code'
                   18645: 
                   18646:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   18647:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18648:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   18649:          [past/future prob]
                   18650: 
                   18651:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18652:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   18653:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   18654:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   18655: 
                   18656:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18657:          main/pa_string.C: removed signed mismatch warnings
                   18658: 
                   18659:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   18660:          'expires' from header outputs
                   18661: 
                   18662:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   18663:          row ptr
                   18664: 
                   18665:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   18666:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   18667: 
                   18668:        * src/classes/xdoc.C: lang list updated
                   18669: 
                   18670: 2001-12-10  paf
                   18671: 
                   18672:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   18673: 
                   18674:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   18675:          erase files like that, knowing their full name introducing   //
                   18676:          theoretical problem with, for instance, "_2B" and "." fragments,
                   18677:          // they would yield the same    // because
                   18678:          need_file_encode('_')=false  // but we need to delete such files
                   18679:          somehow, getting names from ^index
                   18680: 
                   18681:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   18682:          string::join_chank break]
                   18683: 
                   18684: 2001-12-07  paf
                   18685: 
                   18686:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   18687:          include/pa_common.h, include/pa_config_auto.h.in,
                   18688:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18689:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   18690:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   18691:          types/pa_vhashfile.C: merged from r14_simple_cache
                   18692: 
                   18693:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   18694:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   18695:             lduh  [ %i2 + 1 ], %l0
                   18696: 
                   18697:          bus error, fixed that
                   18698: 
                   18699:        * src/main/pa_string.C: strange string deserialize bug on
                   18700:          client[pmts], a bit shortened,
                   18701: 
                   18702:        * src/include/pa_config_auto.h.in: makes
                   18703: 
                   18704:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   18705:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   18706:          file write shared lock file read
                   18707: 
                   18708:        * src/: classes/op.C, include/pa_common.h,
                   18709:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   18710: 
                   18711: 2001-12-06  paf
                   18712: 
                   18713:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18714:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   18715: 
                   18716:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   18717:          info
                   18718: 
                   18719:        * src/classes/hashfile.C: removed transaction from ^cache
                   18720: 
                   18721: 2001-12-05  paf
                   18722: 
                   18723:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   18724:          IIS5 there were a prob with illegal call check
                   18725: 
                   18726: 2001-12-04  paf
                   18727: 
                   18728:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   18729:          main/pa_request.C: measures to log
                   18730: 
                   18731: 2001-11-23  paf
                   18732: 
                   18733:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18734:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   18735:          types/pa_vhashfile.C: merged from _0014, 1
                   18736: 
                   18737:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   18738:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   18739:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   18740:          ^cache(33) would change
                   18741: 
                   18742:          0660 bits in file_write & hashfile create
                   18743: 
                   18744:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   18745:          after pa_string optimization]
                   18746: 
                   18747: 2001-11-22  paf
                   18748: 
                   18749:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18750:          table.offset[whence]
                   18751: 
                   18752:        * src/classes/op.C: process cstr(,connection)
                   18753: 
                   18754:        * src/classes/op.C: process now gets its body on current language,
                   18755:          not as-is
                   18756: 
                   18757:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   18758: 
                   18759:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   18760:          bit
                   18761: 
1.116     moko     18762:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     18763: 
                   18764: 2001-11-21  paf
                   18765: 
                   18766:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   18767:          <xsl:output output options made identical to xsl:output
                   18768:          attributes exclusion:    cdata-section-elements what xalan can do
                   18769:          but that not used now:    it can escape and remove CDATA sections
                   18770: 
                   18771:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   18772:          produced by xslt
                   18773: 
                   18774:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   18775: 
                   18776:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   18777: 
                   18778:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   18779:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   18780:          default language for {code}, it happen to change it's language
                   18781:          from CLEAN, so later refused to split by CLEAN \t
                   18782: 
                   18783: 2001-11-20  paf
                   18784: 
1.116     moko     18785:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   18786:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     18787:          bottom of dependeces, so that errors would popup quicklier, fixed
                   18788:          line numbering in table::sql
                   18789: 
                   18790: 2001-11-19  paf
                   18791: 
                   18792:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   18793:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   18794:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   18795:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   18796:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   18797:          at wcontext.write
                   18798: 
1.116     moko     18799:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     18800:          _set_new_handler
                   18801: 
1.116     moko     18802:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   18803:          set_new_handler in apache&isapi
1.95      moko     18804: 
                   18805: 2001-11-16  paf
                   18806: 
                   18807:        * src/targets/cgi/parser3.C: pool debug @ die
                   18808: 
                   18809:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   18810:          removed 8 bytes from String, 2 bytes from
                   18811:          string::chunk::row::item
                   18812: 
                   18813:        * src/main/pa_string.C: removed 1+4 bytes from String
                   18814: 
                   18815:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   18816:          types/pa_vstring.C: removed 1+4 bytes from String
                   18817: 
                   18818:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   18819:          0
                   18820: 
                   18821:        * src/: include/pa_globals.h, include/pa_string.h,
                   18822:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   18823:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   18824:          targets/cgi/parser3.C: introducing estimating
                   18825:          String::cstr_bufsize, 0
                   18826: 
                   18827:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   18828: 
                   18829:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   18830: 
                   18831:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   18832:          include/pa_pool.h: die in pool::fail
                   18833: 
                   18834: 2001-11-15  paf
                   18835: 
                   18836:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   18837:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   18838:          dynamic buffer re-back now with counter
                   18839: 
                   18840:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   18841:          static buffer back
                   18842: 
                   18843:        * src/targets/cgi/parser3.C: std::
                   18844: 
                   18845:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   18846:          include/pa_config_includes.h: setnewhandler check
                   18847: 
1.116     moko     18848:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18849: 
                   18850:        * src/targets/cgi/parser3.C: set_new_handler started
                   18851: 
                   18852: 2001-11-14  paf
                   18853: 
                   18854:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18855:          was wrong
                   18856: 
                   18857:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   18858:          was wrong
                   18859: 
                   18860:        * src/main/pa_request.C: z
                   18861: 
                   18862:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   18863:          full returns win32 -1 solaris >buffer_size
                   18864: 
                   18865:          checked all that
                   18866: 
                   18867:        * src/classes/op.C: ^untaint{body} as-is default now
                   18868: 
                   18869:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18870:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   18871:          with no_bad_constructors_try
                   18872: 
                   18873:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   18874:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   18875:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   18876:          $bred[^int::int[]]
                   18877: 
                   18878:          now VObject creation moved into overriden
                   18879:          VClass::create_new_value, thus 0 from create_new_value means that
                   18880:          class has no ctors
                   18881: 
                   18882: 2001-11-13  paf
                   18883: 
                   18884:        * src/classes/classes.C: returned accedently removed if in foreach
                   18885:          callbacks [when hash no-0-restructure]
                   18886: 
                   18887: 2001-11-12  paf
                   18888: 
                   18889:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   18890:          passed as-is to method, xalan makes & into &amp; itself
                   18891: 
                   18892:        * src/classes/date.C: date.roll parser2 alg used
                   18893: 
                   18894:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   18895:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   18896:          main/pa_dictionary.C, main/pa_hash.C,
                   18897:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   18898:          now does not containt 0 values. put 0 actullay removes.  no check
                   18899:          on 0 value in foreach now required
                   18900: 
                   18901: 2001-11-11  paf
                   18902: 
                   18903:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   18904: 
                   18905:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   18906: 
                   18907:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   18908:          driver initialize not const
                   18909: 
                   18910: 2001-11-10  paf
                   18911: 
                   18912:        * src/main/pa_exec.C: doc
                   18913: 
                   18914: 2001-11-09  paf
                   18915: 
                   18916:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   18917:          param properly
                   18918: 
                   18919:        * src/classes/string.C: string.save now does untainting before
                   18920:          saving
                   18921: 
                   18922:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   18923:          still cstr oriented]
                   18924: 
                   18925:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   18926:          line endings fixing got rid of cstr, now must work ok with post
                   18927:          multipart
                   18928: 
                   18929:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   18930:          not file  also now
                   18931: 
                   18932: 2001-11-08  paf
                   18933: 
                   18934:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18935:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18936:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   18937:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   18938:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   18939:          simple parent, not second parent [gcc 2.96 strangly refused to
                   18940:          call virtual from second parent]
                   18941: 
1.116     moko     18942:        * src/: include/pa_common.h, main/Makefile.am,
                   18943:          targets/cgi/pa_pool.C: makes
1.95      moko     18944: 
                   18945:        * src/: include/pa_request.h, main/pa_request.C,
                   18946:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   18947:          'status' class enabler
                   18948: 
                   18949:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   18950: 
                   18951:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   18952:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   18953:          include/pa_stylesheet_manager.h, main/main.dsp,
                   18954:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   18955:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   18956:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   18957:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   18958:          todo: apache 'status' class enabler
                   18959: 
                   18960: 2001-11-05  paf
                   18961: 
                   18962:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   18963:          debug to normal
                   18964: 
                   18965:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   18966:          hence i removed skipping 0 values in hash::for_each-es we need to
                   18967:          check cleaned cache items manually. few more checks.
                   18968: 
                   18969:          expiring to 0 time was wrong, changed to 'now' time
                   18970: 
                   18971:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   18972:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   18973:          on apache already done :)
                   18974: 
                   18975:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   18976:          skipping 0 values in hash::for_each-es we need to check cleaned
                   18977:          cache items manually
                   18978: 
                   18979:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   18980:          parser_multithreaded check was wrong
                   18981: 
                   18982:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18983:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18984:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18985:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18986:          classes/string.C, classes/table.C, classes/void.C,
                   18987:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18988:          include/pa_array.h, include/pa_charset_connection.h,
                   18989:          include/pa_charset_manager.h, include/pa_common.h,
                   18990:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18991:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18992:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18993:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18994:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18995:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18996:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18997:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18998:          include/pa_stack.h, include/pa_string.h,
                   18999:          include/pa_stylesheet_connection.h,
                   19000:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19001:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19002:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19003:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19004:          main/pa_charset_manager.C, main/pa_common.C,
                   19005:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19006:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19007:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19008:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19009:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19010:          main/pa_status_provider.C, main/pa_string.C,
                   19011:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19012:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19013:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19014:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19015:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19016:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19017:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19018:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19019:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19020:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19021:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19022:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19023:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19024:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19025:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19026:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19027:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19028:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19029:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19030:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19031:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19032:          $status:db fixed used not initialized in db_connection & db_table
                   19033: 
                   19034:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19035:          $status:charset
                   19036: 
                   19037:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19038:          include/pa_stylesheet_connection.h,
                   19039:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19040:          types/pa_vstatus.h: $status:stylesheet
                   19041: 
                   19042:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19043:          include/pa_request.h, include/pa_sql_connection.h,
                   19044:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19045:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19046:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19047:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19048:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19049:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19050: 
                   19051: 2001-11-01  paf
                   19052: 
                   19053:        * src/include/pa_config_auto.h.in: makes
                   19054: 
                   19055:        * src/main/pa_hash.C: removed old extra include
                   19056: 
                   19057:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19058:          checks [for hp, there are such in math.h]
                   19059: 
                   19060:        * src/classes/op.C: ^for endless loop check strightened
                   19061: 
                   19062:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19063:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19064:          co can use r.root to write their i & key,value there
                   19065: 
                   19066:        * src/classes/op.C: detected for var storage bug, fixed.
                   19067:          todo:foreach
                   19068: 
                   19069:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19070:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   19071:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   19072:          changing of hash inside of foreach
                   19073: 
                   19074:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   19075:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   19076:          were hash.foreach
                   19077: 
                   19078:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   19079:          types/pa_vstring.C, types/pa_vstring.h:
                   19080:          ^foreach[key|value]{body}[[separator]|{separator}]
                   19081: 
                   19082:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   19083:          types/pa_vcookie.C: ^hash.delete[key]
                   19084: 
                   19085: 2001-10-31  paf
                   19086: 
                   19087:        * src/main/: compile.C, pa_common.C: completely empty file now
                   19088:          considered "read", not ignored [not perfect trick used]
                   19089: 
                   19090:        * src/main/pa_common.C: simplier common ifdefs
                   19091: 
                   19092:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   19093: 
                   19094:        * src/main/pa_db_connection.C: z
                   19095: 
                   19096:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   19097:          lockdetector flags
                   19098:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   19099: 
                   19100:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   19101:          from accidental show [imagine user forgot @exception]
                   19102: 
                   19103:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   19104: 
                   19105:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   19106:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   19107:          main/pa_common.C: ^string.save[[append;]path]
                   19108: 
                   19109:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19110:          main/execute.C: \ in expression: int divide 10/3=3
                   19111: 
                   19112:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   19113:          inside of ^cache
                   19114: 
                   19115:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   19116:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   19117:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   19118:          needed
                   19119: 
                   19120: 2001-10-30  paf
                   19121: 
                   19122:        * src/: classes/classes.dsp, main/main.dsp,
                   19123:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19124:          types/types.dsp: enabled debug incremental compile
                   19125: 
                   19126:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19127:          form post data line endings not reformatted now.
                   19128: 
                   19129:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   19130:          now required [had bug when file= has no value]
                   19131: 
                   19132:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   19133:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   19134:          cstr(asis) default param removed
                   19135: 
                   19136:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   19137: 
                   19138:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   19139: 
                   19140:        * src/include/pa_dir.h: LOAD_DIR fixed
                   19141: 
                   19142:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   19143:          was broken} fix_line_breaks
                   19144: 
                   19145:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   19146:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   19147:          packed with #pragma pack
                   19148: 
1.116     moko     19149:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     19150: 
                   19151: 2001-10-29  paf
                   19152: 
                   19153:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   19154: 
                   19155:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   19156:          string hash.puts
                   19157: 
                   19158:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   19159: 
                   19160:        * src/include/pa_sql_connection.h: there were one wrong
                   19161:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   19162: 
                   19163:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   19164:          param.someday either ifdef or remove it
                   19165: 
                   19166:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   19167: 
                   19168:        * src/main/untaint.C: optimizing returned after debugging
                   19169: 
                   19170:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   19171:          main/untaint.C: memory hunging #pragma pack(1)
                   19172: 
                   19173:          16 419 844 13 169 394
                   19174: 
                   19175:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19176:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   19177:          places [todo:Array]
                   19178: 
                   19179:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   19180:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   19181:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   19182: 
                   19183:          total 5 652 652/158731 total 5 469 332/158731
                   19184: 
                   19185:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   19186:          Array:: without cache in get/put now
                   19187: 
                   19188:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   19189:          18:25:27 2001] total 5 652 652/158731
                   19190: 
                   19191:        * src/: include/pa_string.h, main/pa_string.C,
                   19192:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   19193:          now
                   19194: 
                   19195:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   19196:          18:11:53 2001] total 5796092/158731
                   19197: 
                   19198:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   19199:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   19200:          key ref now
                   19201: 
                   19202:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   19203:          17:11:17 2001] total 16867948/202658
                   19204: 
                   19205:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   19206:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   19207:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   19208:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   19209:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   19210:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   19211:          string::as_int/double now usually uses stack, not heap [200K out
                   19212:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   19213: 
                   19214:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   19215:          hiding bug]
                   19216: 
                   19217:        * src/Makefile.am: .am order
                   19218: 
                   19219:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   19220:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19221:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   19222:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19223:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   19224:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   19225:          required "friend class"
                   19226: 
                   19227:          ../include/pa_request.h:51: friend declaration requires
                   19228:          class-key, i.e. `friend    class Temp_lang'
                   19229: 
                   19230:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   19231:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   19232:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   19233: 
                   19234:          the idea is to #1 jump to C++ some function to main body, where
                   19235:          every function stack frame has exception unwind information and
                   19236:          from there... #2 propagate_exception()
                   19237: 
                   19238: 2001-10-28  paf
                   19239: 
                   19240:        * src/main/pa_db_connection.C: removed old consts
                   19241: 
                   19242:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   19243:          with wrong type/cast]
                   19244: 
                   19245:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   19246:          translation
                   19247: 
1.116     moko     19248:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     19249:          remember to build DB2 with -fexceptions!!!
                   19250: 
                   19251:        * src/main/pa_db_table.C: DB_RMW defed
                   19252: 
                   19253:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19254:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19255:          include/pa_db_table.h, main/pa_db_connection.C,
                   19256:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   19257: 
                   19258: 2001-10-27  paf
                   19259: 
                   19260:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19261:          include/pa_db_table.h, main/pa_db_connection.C,
                   19262:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   19263:          types/pa_vhashfile.C: DB2 ifdefs
                   19264: 
1.116     moko     19265:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   19266:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     19267:          makes with DB2
                   19268: 
1.116     moko     19269:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   19270:          types/Makefile.am: makes db
1.95      moko     19271: 
                   19272:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   19273:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   19274:          globals.C
                   19275: 
                   19276:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19277:          include/pa_db_table.h, main/pa_db_connection.C,
                   19278:          main/pa_db_table.C: ^hashfile.clear[]
                   19279: 
                   19280:        * src/classes/classes.awk: no $ in var names
                   19281: 
                   19282:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   19283:          connection&table [forgotten calls]
                   19284: 
                   19285: 2001-10-26  paf
                   19286: 
                   19287:        * src/main/pa_db_connection.C: db checkpoints
                   19288: 
                   19289:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   19290:          checkpoints
                   19291: 
                   19292:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   19293:          default. but entities still reparsed. todo: tothink
                   19294: 
                   19295:        * src/main/pa_db_connection.C: db recover mech 2
                   19296: 
                   19297:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19298:          include/pa_db_manager.h, include/pa_db_table.h,
                   19299:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19300:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   19301:          types/pa_vhashfile.h: db connections & tables now cached at
                   19302:          create time & multithreaded
                   19303: 
                   19304:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   19305:          parsed_source
                   19306: 
                   19307:        * src/main/pa_db_connection.C: about to remove connection from
                   19308:          vhashfile
                   19309: 
                   19310:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   19311:          transaction commit/rollback responsibility left to parent [as it
                   19312:          sould - else there were a bug with double free]
                   19313: 
                   19314:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   19315:          responsibility left to parent [as it sould - else there were a
                   19316:          bug with double free]
                   19317: 
                   19318: 2001-10-25  paf
                   19319: 
                   19320:        * src/: classes/hashfile.C, include/pa_common.h,
                   19321:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19322:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   19323:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   19324:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   19325:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   19326:          yet]
                   19327: 
                   19328:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   19329: 
                   19330:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   19331:          transaction parent passed
                   19332: 
                   19333: 2001-10-24  parser
                   19334: 
1.116     moko     19335:        * src/classes/Makefile.am: makes
1.95      moko     19336: 
                   19337:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   19338:          isapi/pool_storage.h: pool_storage fixed
                   19339: 
                   19340:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   19341:          types/pa_vform.h: form fix_line_breaks
                   19342: 
1.116     moko     19343:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     19344: 
                   19345:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   19346:          targets/cgi/pool_storage.h: makes
                   19347: 
                   19348:        * src/sql/pa_sql_driver.h: version
                   19349: 
                   19350:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   19351:          types/pa_vform.C, types/pa_vform.h: .am
                   19352: 
                   19353:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   19354:          this: DB_RMW Acquire write locks instead of read locks when doing
                   19355:          the retrieval. Setting this flag may decrease the likelihood of
                   19356:          deadlock during a read-modify-write cycle by immediately
                   19357:          acquiring the write lock during the read part of the cycle so
                   19358:          that another thread of control acquiring a read lock for the same
                   19359:          item, in its own read-modify-write cycle, will not result in
                   19360:          deadlock
                   19361: 
                   19362:        * src/targets/isapi/parser3isapi.dsp: doc
                   19363: 
                   19364:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   19365: 
                   19366:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   19367: 
                   19368:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19369:          main/pa_db_connection.C: hashfile expired deleted from db when
                   19370:          get & iterate
                   19371: 
                   19372:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   19373:          expiring 1
                   19374: 
                   19375:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   19376: 
                   19377:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   19378:          db_connection not bothers with key when not returning expired
                   19379:          data
                   19380: 
                   19381:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19382:          types/pa_vhashfile.C: db_cursor constructor public now
                   19383: 
                   19384:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   19385:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   19386:          stamped, todo: put_element analize
                   19387: 
                   19388:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   19389:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   19390:          serialize. todo stamp
                   19391: 
                   19392: 2001-10-23  parser
                   19393: 
                   19394:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   19395:          classes/image.C, classes/mail.C, classes/response.C,
                   19396:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19397:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   19398:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   19399:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   19400:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   19401:          types/pa_vtable.C: ^hashfile.hash[]
                   19402: 
                   19403:        * src/: classes/hashfile.C, classes/xdoc.C,
                   19404:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   19405:          main/pa_globals.C: ifdefs so it compiled without db
                   19406: 
                   19407:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   19408:          include/pa_db_manager.h, main/pa_db_connection.C,
                   19409:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   19410:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   19411:          ^hashfile.delete[key]
                   19412: 
                   19413: 2001-10-22  parser
                   19414: 
                   19415:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   19416:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   19417: 
                   19418:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   19419:          classes/xnode.C, include/pa_charset_connection.h,
                   19420:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19421:          include/pa_exception.h, include/pa_sapi.h,
                   19422:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19423:          include/pa_stylesheet_connection.h,
                   19424:          include/pa_stylesheet_manager.h,
                   19425:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19426:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19427:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   19428:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19429:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   19430:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   19431:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   19432:          types/types.dsp: hashfile 0
                   19433: 
                   19434:        * src/types/pa_vhashfile.C: z
                   19435: 
                   19436:        * src/: classes/classes.dsp, classes/hashfile.C,
                   19437:          include/pa_config_fixed.h, main/execute.C,
                   19438:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   19439:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   19440: 
                   19441:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   19442: 
                   19443:        * src/: include/pa_exception.h, include/pa_request.h,
                   19444:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   19445:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19446:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   19447: 
                   19448: 2001-10-19  parser
                   19449: 
                   19450:        * src/include/pa_pool.h: header
                   19451: 
                   19452:        * src/main/pa_pool.C: auto compiled on gcc
                   19453: 
                   19454:        * src/classes/image.C: comment
                   19455: 
1.116     moko     19456:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     19457: 
                   19458:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19459:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19460:          types/pa_vxnode.h: xnode clone got freed
                   19461: 
                   19462:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19463:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   19464:          can free up xalandomstring resulting from pool::transcode
                   19465: 
                   19466:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   19467:          include/pa_config_fixed.h, include/pa_exception.h,
                   19468:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   19469:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   19470:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   19471:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   19472:          from non-xml compile
                   19473: 
                   19474:        * src/main/pa_request.C: pool:: context - get_context
                   19475: 
                   19476:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19477:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19478:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19479:          classes/string.C, classes/table.C, classes/void.C,
                   19480:          include/pa_config_fixed.h, include/pa_exception.h,
                   19481:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   19482:          main/compile.C, main/compile_tools.C, main/execute.C,
                   19483:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   19484:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   19485:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19486:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19487:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19488:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   19489:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   19490:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19491:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   19492:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   19493:          exceptions 0
                   19494: 
                   19495:        * src/classes/classes.awk: $ removed
                   19496: 
                   19497: 2001-10-18  parser
                   19498: 
                   19499:        * src/types/pa_vcookie.C: cookie:CLASS
                   19500: 
                   19501:        * src/main/main.dsp: project
                   19502: 
                   19503:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   19504:          set_document & ctor question "who owns document" solved
                   19505: 
                   19506:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   19507: 
                   19508:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   19509:          main/pa_pool.C: encoding in dom creating funcs
                   19510: 
                   19511:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   19512:          be transformed now
                   19513: 
                   19514:        * src/classes/xdoc.C: dom created by create can be transformed now
                   19515: 
                   19516:        * src/classes/xdoc.C: z
                   19517: 
                   19518:        * src/classes/xdoc.C: comment
                   19519: 
                   19520:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   19521:          create now uses XercesDocumentBridge, appendChild&co now works
                   19522: 
                   19523:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   19524:          @ recompile
                   19525: 
                   19526:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   19527:          $origin @exception[
                   19528: 
                   19529:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   19530:          tag names forced to XML lang
                   19531: 
                   19532:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   19533:          leechy-found bugs in code&doc fixed
                   19534: 
                   19535: 2001-10-17  parser
                   19536: 
                   19537:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   19538:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   19539:          n functionality preserved
                   19540: 
                   19541:        * src/types/pa_vimage.h: removed unused vimage::save
                   19542: 
                   19543: 2001-10-16  parser
                   19544: 
                   19545:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   19546: 
                   19547:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   19548: 
                   19549:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   19550: 
                   19551:        * src/classes/image.C: image.copy tolerance
                   19552: 
                   19553:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   19554:          ineffective, but works for small paleted image
                   19555: 
                   19556:        * src/types/pa_vimage.C: comment
                   19557: 
                   19558:        * src/classes/image.C: gd size/resize bugfix
                   19559: 
                   19560:        * src/: classes/classes.dsp, main/main.dsp,
                   19561:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19562:          types/types.dsp: ident >nul 2>&1
                   19563: 
                   19564:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   19565:          systems
                   19566: 
                   19567:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   19568:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   19569: 
                   19570: 2001-10-15  parser
                   19571: 
                   19572:        * src/main/execute.C: z
                   19573: 
                   19574:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   19575: 
                   19576:        * src/types/pa_vxnode.C:     document_type_node.
                   19577:                  !readonly attribute DOMString name
                   19578:              !notation_node.
                   19579:                  !readonly attribute DOMString publicId
                   19580:                  !readonly attribute DOMString systemId
                   19581: 
1.116     moko     19582:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   19583:          ::write badly passed string too transparently [failed to
                   19584:          intercept it]
1.95      moko     19585: 
                   19586:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   19587:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   19588:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19589:          types/pa_vxnode.h: DOM1 major addtion, only few
                   19590:          attributes/methods left
                   19591: 
                   19592: 2001-10-13  parser
                   19593: 
                   19594:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19595:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   19596:          in main handler
                   19597: 
                   19598:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   19599:          cleanups & frees order
                   19600: 
                   19601:        * src/types/pa_vcode_frame.h: couple comments
                   19602: 
                   19603:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   19604:          transparent enough to handle hash if creation&passing
                   19605: 
                   19606:        * src/: include/pa_config_fixed.h, main/execute.C,
                   19607:          main/pa_exception.C: noticed that vcodeframe not transparent
                   19608:          enough, would change now
                   19609: 
                   19610: 2001-10-12  parser
                   19611: 
                   19612:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   19613:          fixed. initialization&free on each thread!
                   19614: 
                   19615:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   19616:          handling changed: now type of default param analized always, not
                   19617:          only at problem time, thus helping early problem spotting
                   19618: 
                   19619:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   19620:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   19621:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19622:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   19623:          multithread bug fixed. initialization&free on each thread!
                   19624: 
                   19625: 2001-10-11  parser
                   19626: 
                   19627:        * src/classes/xnode.C: xnode.selectSingle now
                   19628: 
                   19629:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19630:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19631:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   19632:          convertors out of Pool into Exception
                   19633: 
                   19634:        * src/main/pa_string.C: const
                   19635: 
                   19636:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   19637:          linked pieces of same language together prior to String::replace
                   19638: 
                   19639:        * src/classes/hash.C:     !^hash.add[addme]
                   19640:              !^hash.sub[subme]
                   19641:              !^a.union[b] = new
                   19642:              !^a.intersection[b] = new
                   19643:              !^a.intersects[b] = bool
                   19644: 
                   19645:        * src/classes/hash.C:     !^hash::append[append_from]
                   19646: 
                   19647:        * src/: classes/hash.C, types/pa_vhash.h:
                   19648:          !^hash::create[[copy_from]]
                   19649: 
                   19650:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19651:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   19652:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   19653:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   19654:          exception but somebody[value.bark] tried to throw it on it's pool
                   19655: 
1.116     moko     19656:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19657: 
                   19658: 2001-10-10  parser
                   19659: 
                   19660:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   19661: 
                   19662:        * src/main/: compile.tab.C, compile.y: ^a[
                   19663: 
                   19664:          @next_method  << now unclosed ] would be reported here
                   19665: 
                   19666:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   19667:          compile error
                   19668: 
                   19669: 2001-10-09  parser
                   19670: 
1.116     moko     19671:        * src/: classes/Makefile.am, main/Makefile.am,
                   19672:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     19673: 
                   19674:        * src/classes/Makefile.am: makes
                   19675: 
                   19676:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   19677:          win32 errors intercepted [xalan transformer patched and
                   19678:          incorporated]
                   19679: 
                   19680:        * src/: classes/classes.dsp, classes/xdoc.C,
                   19681:          include/pa_stylesheet_connection.h, main/main.dsp,
                   19682:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19683:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   19684:          patches starting
                   19685: 
                   19686:        * src/classes/: string.C, table.C: ^string.save[file]
                   19687: 
                   19688:        * src/classes/: date.C, table.C: calendar moved to date
                   19689: 
                   19690:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   19691:          string/table]  now
                   19692: 
                   19693:        * src/classes/: op.C, table.C: z
                   19694: 
                   19695:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   19696:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   19697:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   19698:          be code [be string..]
                   19699: 
                   19700:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   19701:          table.C: lots of
                   19702:          params->as_int/double/as_string/as_junction/as_no_junction
                   19703:          messages added
                   19704: 
                   19705: 2001-10-08  parser
                   19706: 
                   19707:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   19708:          classes/table.C, classes/void.C, include/pa_request.h:
                   19709:          params->as_int/double message added
                   19710: 
                   19711:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   19712: 
                   19713:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   19714:          image:sector removed image:html internal "line-*" attribs
                   19715: 
                   19716:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   19717:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   19718: 
                   19719:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   19720:          way
                   19721: 
                   19722:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   19723:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   19724:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   19725: 
                   19726:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   19727:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   19728:          @ SAPI::log
                   19729: 
                   19730:        * src/main/untaint.C: \r to ' ' in origins mode
                   19731: 
                   19732:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   19733:          set]
                   19734: 
                   19735:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   19736:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   19737:          nonstandard liaison freed up
                   19738: 
                   19739: 2001-10-07  parser
                   19740: 
                   19741:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   19742:          project
                   19743: 
                   19744: 2001-10-05  parser
                   19745: 
                   19746:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   19747:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   19748:          from outputing to cerr.  lots of "todos"
                   19749: 
                   19750:        * src/main/untaint.C: http_header tainting more gentle with
                   19751:          enquoting now
                   19752: 
                   19753:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   19754:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   19755:          xml errorhandler.  fixed string.replace a little, read @test
                   19756: 
                   19757:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   19758:          *) does not have limit, and looks further eos, fixing....
                   19759: 
                   19760:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   19761: 
                   19762:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   19763: 
                   19764:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   19765:          bugfix
                   19766: 
1.116     moko     19767:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   19768:          $result[^[$p^]z] now works fine
1.95      moko     19769: 
                   19770:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   19771:          wrong. fixed it
                   19772: 
                   19773:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   19774:          of totable appered to be vital
                   19775: 
                   19776: 2001-10-04  parser
                   19777: 
                   19778:        * src/classes/image.C: ^image.length[text]
                   19779: 
                   19780: 2001-10-03  parser
                   19781: 
                   19782:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   19783: 
                   19784:        * src/main/pa_request.C: restored pcre defaulting in request
                   19785:          [mindlessly "optimized" yesterday] comment left
                   19786: 
                   19787: 2001-10-02  parser
                   19788: 
                   19789:        * src/: main/pa_charset_manager.C,
                   19790:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   19791:          needed
                   19792: 
                   19793:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   19794:          forgot non-xml pool.*charset needed
                   19795: 
                   19796:        * src/classes/table.C: # config comments fixed
                   19797: 
                   19798:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   19799:          charset_connection #comment now
                   19800: 
                   19801:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   19802:          options fixed to use release msvcrt lib
                   19803: 
                   19804:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   19805:          removed default - pcre handles that internally fixed bug on
                   19806:          not-cleaning tables [previously was calloced, now member]
                   19807: 
                   19808:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   19809:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   19810:          inside removed default - pcre handles that internally fixed bug
                   19811:          on not-cleaning tables [previously was calloced, now member]
                   19812: 
                   19813:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   19814:          tested charset reload on file change @ apache version = OK tested
                   19815:          freeing up prev encoding on adding new = OK
                   19816: 
                   19817: 2001-10-01  parser
                   19818: 
                   19819:        * src/main/pa_charset_connection.C: removed entitify external hack
                   19820:          [internal installed]
                   19821: 
1.116     moko     19822:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     19823: 
                   19824:        * src/: include/pa_charset_connection.h,
                   19825:          include/pa_charset_manager.h,
                   19826:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19827:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19828:          main/pa_request.C: charset loading & caching mech 0
                   19829: 
                   19830:        * src/: include/pa_stylesheet_connection.h,
                   19831:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   19832:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   19833:          & caching mech now
                   19834: 
                   19835: 2001-09-30  parser
                   19836: 
                   19837:        * src/main/pa_request.C: forgot to fill toTable
                   19838: 
                   19839:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   19840:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   19841:          failed on win32 for now..
                   19842: 
                   19843:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   19844:          now charsets table configuration variable is: CHARSETS
                   19845: 
                   19846:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   19847:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   19848: 
                   19849:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19850:          include/pa_request.h, main/pa_request.C: started ctype with
                   19851:          unicode values
                   19852: 
                   19853: 2001-09-28  parser
                   19854: 
                   19855:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   19856:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   19857:          string passed AS-IS now
                   19858: 
                   19859:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   19860:          way of user-configuring... todo: implement
                   19861: 
                   19862: 2001-09-27  parser
                   19863: 
                   19864:        * src/classes/table.C: table.sort changed to sort table itself
                   19865: 
                   19866:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   19867:          X^.getElementsByTagName[tagname] = array of xnode
                   19868:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   19869:          nodes removed - regretfully not supported @ xalan. maybe someday
                   19870:          would reimplement, if needed.
                   19871: 
                   19872:          win32build system: solved long waiting anti-non-started-apache
                   19873:          problem
                   19874: 
                   19875:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   19876:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19877:          types/types.dsp: win32 ident make system so not to rebuild
                   19878:          library [ident.C.new]
                   19879: 
                   19880: 2001-09-26  parser
                   19881: 
                   19882:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   19883:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   19884:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19885:          types/pa_vxnode.C, types/types.dsp: z
                   19886: 
                   19887:        * src/classes/classes.C: forgot one non-xml check
                   19888: 
1.116     moko     19889:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   19890:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     19891: 
                   19892:        * src/targets/cgi/parser3.C: z
                   19893: 
                   19894:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   19895:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   19896: 
                   19897:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   19898:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19899:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   19900:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   19901:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19902:          types/types.dsp: xdoc&xnode now
                   19903: 
                   19904:        * src/: classes/classes.C, classes/classes.awk,
                   19905:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   19906:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   19907:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19908:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19909:          classes/op.C, classes/response.C, classes/string.C,
                   19910:          classes/table.C, classes/void.C, include/pa_array.h,
                   19911:          include/pa_common.h, include/pa_config_fixed.h,
                   19912:          include/pa_config_includes.h, include/pa_dictionary.h,
                   19913:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19914:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   19915:          include/pa_socks.h, include/pa_sql_connection.h,
                   19916:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19917:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19918:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   19919:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   19920:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   19921:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   19922:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19923:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19924:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19925:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   19926:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   19927:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19928:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19929:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   19930:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19931:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   19932:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   19933:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19934:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19935:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   19936:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   19937:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19938:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   19939:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   19940:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19941:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19942:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19943:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   19944:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19945:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19946:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   19947:          main.dsp splitted to main+classes+types along to .am
                   19948: 
                   19949:        * src/classes/Makefile.am: removed useless var
                   19950: 
                   19951:        * src/: classes/classes.cmd, main/main.dsp,
                   19952:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   19953:          main.dsp
                   19954: 
                   19955: 2001-09-25  parser
                   19956: 
                   19957:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   19958:          1251 though, todo ICU
                   19959: 
1.116     moko     19960:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     19961:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     19962:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   19963:          types/pa_vdom.h: xml configure makes
1.95      moko     19964: 
                   19965: 2001-09-24  parser
                   19966: 
1.116     moko     19967:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   19968:          types/Makefile.am: makes
1.95      moko     19969: 
1.116     moko     19970:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     19971: 
                   19972:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   19973:          started unix makes update
                   19974: 
                   19975:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   19976:          started unix makes update
                   19977: 
                   19978:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   19979: 
                   19980:        * src/types/pa_value.h: z
                   19981: 
                   19982:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   19983:          bugs with usinge hash/table in expressions
                   19984: 
                   19985:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   19986:          resolved conflicts fixed [const]
                   19987: 
                   19988:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   19989:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   19990:          main/compile.C, main/compile.tab.C, main/compile.y,
                   19991:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   19992:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   19993:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   19994:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   19995:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19996:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   19997:          with before_xml [merge2 actually didn't happen - i've created
                   19998:          tags on wrong branch. so this merge is in fact re-merge]
                   19999: 
                   20000: 2001-09-21  parser
                   20001: 
                   20002:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20003:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20004:          produced "" in make file and sadly wrong interpreted on load]
                   20005: 
1.116     moko     20006:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20007:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20008:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20009:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20010:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20011:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20012:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20013: 
                   20014:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20015:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20016:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20017:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20018:          main/pa_pool.C, main/pa_request.C,
                   20019:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20020:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20021:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20022:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20023:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20024:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20025:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20026:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20027:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20028:          created new projects for sql drivers [planning to remove sql
                   20029:          drivers from main cvs project] first, will join latest changes
                   20030: 
                   20031:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20032:          pool.get_charset
                   20033: 
                   20034:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20035:          pool.get_charset
                   20036: 
                   20037:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20038:          pool.get_charset
                   20039: 
                   20040:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20041:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20042:          methods encoding to pool.get_charset
                   20043: 
                   20044:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20045:          transcoder were created right "unsupported encoding" message.
                   20046:          not @ set time, but @ use time, so until xml output functions
                   20047:          .string, .file, .save used - no encoding name check occur
                   20048: 
                   20049:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20050:          registration needed, pools are officially destructured
                   20051: 
                   20052: 2001-09-20  parser
                   20053: 
                   20054:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20055: 
                   20056:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20057:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20058: 
                   20059:        * src/: classes/dnode.C, classes/dom.C,
                   20060:          include/pa_config_includes.h, include/pa_globals.h,
                   20061:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20062:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20063:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20064:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20065:          Pool::transcode 0
                   20066: 
                   20067:        * src/classes/dom.C: dom. string save file moved output xml options
                   20068:          to last param and made it optional
                   20069: 
                   20070:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   20071:          dnodes
                   20072:              !$attributenode.specified = boolean
                   20073:                      true if the attribute received its value explicitly
                   20074:          in the XML document,
                   20075:                      or if a value was assigned programatically with the
                   20076:          setValue function.
                   20077:                  false if the attribute value came from the default value
                   20078:          declared in the document's DTD.
                   20079:              !$pinode.target = target of this processing instruction
                   20080:                  XML defines this as being the first token following the
                   20081:          markup
                   20082:                  that begins the processing instruction.
                   20083:                  XPath:
                   20084:              !^node.select[xpath/query/expression] = hash of 0->node0
                   20085:          1->node1
                   20086:              !^node.select-single[xpath/query/expression] = first node if
                   20087:          any
                   20088: 
                   20089:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   20090:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   20091:          some 'const's added
                   20092: 
                   20093:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   20094:          expression context now, there value = size and boolean value
                   20095:          size!=0
                   20096: 
                   20097:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   20098:          can be used in expression context now, there value = size and
                   20099:          boolean value size!=0
                   20100: 
                   20101:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   20102:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   20103:          due to strange xalan bug
                   20104: 
                   20105: 2001-09-18  parser
                   20106: 
                   20107:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   20108:          classes/image.C, classes/op.C, classes/table.C,
                   20109:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20110:          include/pa_sql_driver_manager.h, main/compile.C,
                   20111:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   20112:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   20113:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20114:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20115:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   20116:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   20117:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   20118:          before_xml branch ^if(def $hash) now true only when
                   20119:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   20120: 
                   20121:        * src/: classes/op.C, main/execute.C: operators self changed to
                   20122:          root ^for variable context changed to self
                   20123: 
                   20124:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   20125:          dnode 1
                   20126: 
                   20127:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   20128:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   20129: 
                   20130:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   20131:          poly* fixed
                   20132: 
                   20133: 2001-09-17  parser
                   20134: 
                   20135:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   20136:          types/pa_vdom.h: started dnode+dom
                   20137: 
                   20138:          dnode     DOM methods:     $node.name     $node.value
                   20139:          ...others...
                   20140: 
                   20141:              ^node.xpath[/rates/USD] = hash
                   20142:                  $hash[
                   20143:                          $.0[node0]
                   20144:                          $.1[node1]
                   20145:                  ]
                   20146: 
                   20147:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   20148:          applies to all linear primitives
                   20149: 
                   20150:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   20151:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20152:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   20153:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   20154:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   20155:          dom(dnode)
                   20156: 
                   20157:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   20158:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20159:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   20160:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   20161:          name after '.'
                   20162: 
                   20163: 2001-09-15  parser
                   20164: 
                   20165:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   20166:          image: $line-width ^line(...)[****   style]
                   20167: 
                   20168:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   20169:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   20170:          pool_storage - cleanups first, allocations second.  apache wisely
                   20171:          does just like that
                   20172: 
                   20173:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   20174:          rewritten using template, no bugs now
                   20175: 
                   20176:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   20177:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20178:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   20179:          poorly started isapi pool_storage, would rewrite using template
                   20180:          now
                   20181: 
                   20182:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   20183:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20184:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   20185:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   20186:          xalan objects freed up [introducing Pool::register_cleanup]
                   20187: 
                   20188:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   20189:          comments
                   20190: 
                   20191: 2001-09-14  parser
                   20192: 
                   20193:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   20194:          z
                   20195: 
                   20196:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20197:          classes/mail.C, include/pa_common.h,
                   20198:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20199:          include/pa_stylesheet_connection.h,
                   20200:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20201:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   20202:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   20203:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   20204:          compiled&cached
                   20205: 
                   20206: 2001-09-13  parser
                   20207: 
                   20208:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   20209:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   20210: 
                   20211:        * src/classes/dom.C: dom:file content-type(.method)
                   20212: 
                   20213:        * src/: include/pa_common.h, include/pa_globals.h,
                   20214:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   20215:          string now more informative error messages
                   20216: 
                   20217:        * src/: include/pa_globals.h, include/pa_request.h,
                   20218:          main/pa_request.C, targets/cgi/parser3.C,
                   20219:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   20220:          ParserSiteConfig .../parser3.conf
                   20221: 
                   20222:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   20223: 
                   20224: 2001-09-12  parser
                   20225: 
                   20226:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20227:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   20228:          precise error reporting: "connection string must start with
                   20229:          protocol://" now
                   20230: 
                   20231:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   20232:          braced
                   20233: 
                   20234:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   20235:          lexer on LS_USER level did [] matching without setting nestage,
                   20236:          introduced special LS_NAME_SQUARE_PART state
                   20237: 
                   20238: 2001-09-11  parser
                   20239: 
                   20240:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   20241:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   20242:          languages+=xml
                   20243: 
                   20244:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   20245: 
                   20246:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20247:          options:     $.method[xml|html|text] detection fixed
                   20248: 
                   20249:        * src/types/pa_vdom.h: messages
                   20250: 
                   20251:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20252:          options:     $.method[xml|html|text] detection fixed
                   20253: 
                   20254: 2001-09-10  parser
                   20255: 
                   20256:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   20257:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   20258: 
                   20259:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   20260:          added]
                   20261: 
                   20262:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20263:          ^dom.xslt[stylesheet filename] 0
                   20264: 
                   20265:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   20266:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   20267: 
                   20268:        * src/classes/dom.C: ^dom.file[encoding] = file
                   20269: 
                   20270:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   20271:          ^dom.save[encoding;filename]
                   20272: 
                   20273:        * src/classes/dom.C: ^dom.string[] 0
                   20274: 
                   20275:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   20276: 
                   20277:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   20278:          types/pa_vform.h: ^dom.save[b.xml] 0
                   20279: 
                   20280: 2001-09-08  parser
                   20281: 
                   20282:        * src/types/pa_vform.C: $form:tables.name.field
                   20283: 
                   20284: 2001-09-07  parser
                   20285: 
                   20286:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   20287:          $table)...
                   20288: 
                   20289:        * src/targets/cgi/parser3.C: z
                   20290: 
                   20291:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   20292:          from '' to int/double is 0]
                   20293: 
                   20294:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   20295:          $table) is false when table is empty
                   20296: 
                   20297:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   20298:          !$form:tables $atable[$form:tables.a]
                   20299:          ^atable.menu{a=$atable.element}[,]
                   20300: 
                   20301:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   20302:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   20303: 
1.116     moko     20304:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20305:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   20306:          of dom
                   20307: 
                   20308:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   20309:          types/pa_vform.C, types/pa_vform.h: z
                   20310: 
                   20311:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   20312:          element [not last]
                   20313: 
1.116     moko     20314:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     20315:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   20316: 
                   20317: 2001-09-06  parser
                   20318: 
                   20319:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20320:          table with one column 'element' and two rows: 1 and 2
                   20321: 
                   20322:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   20323:          table with one column 'element' and two rows: 1 and 2
                   20324: 
                   20325:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   20326:          bad int/double conversions, and now $form:nonexistent.int(88)
                   20327:          would return 88
                   20328: 
                   20329:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   20330:          types/pa_vhash.h: now there's special hash key '_default'
                   20331:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   20332:          $._default[xx] ] $hash.c
                   20333: 
                   20334:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   20335:          fixed [thanks, fif], ^; were treated there non-literally
                   20336: 
                   20337:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   20338:          doxygen
                   20339: 
                   20340:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20341:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   20342:          types/pa_vtable.C: few #ifndef DOXYGEN
                   20343: 
                   20344: 2001-09-05  parser
                   20345: 
                   20346:        * src/classes/: string.C, table.C: sql options can be void [same as
                   20347:          image:html the other day]
                   20348: 
                   20349:        * src/targets/cgi/Makefile.am: .am undo
                   20350: 
                   20351:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20352:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   20353:          macro expantion on param, simply qoutes whatever passed, undone
                   20354: 
                   20355:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   20356:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   20357:          STRINGIZE(name) #name invented
                   20358: 
                   20359:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   20360:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   20361:          MAIN_SQL_DRIVERS_NAME "drivers"
                   20362: 
                   20363:          moved to be availible to all users
                   20364: 
                   20365:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   20366:          SQL_DRIVER_CREATE_FUNC_NAME
                   20367: 
                   20368:        * src/classes/mail.C: MAIN:MAIL check fixed
                   20369: 
                   20370: 2001-09-04  parser
                   20371: 
                   20372:        * src/classes/image.C: image.html now can accept void params
                   20373: 
                   20374:        * src/targets/isapi/parser3isapi.C: z
                   20375: 
                   20376:        * src/targets/cgi/parser3.C: full_file_spec bug
                   20377: 
                   20378:        * src/targets/cgi/parser3.C: getenvcheck
                   20379: 
                   20380:        * src/targets/cgi/parser3.C: zz
                   20381: 
                   20382:        * src/targets/cgi/parser3.C: zzz
                   20383: 
                   20384:        * src/classes/date.C: date
                   20385: 
                   20386:        * src/classes/date.C: date:sql-string is now without ''
                   20387: 
1.116     moko     20388:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     20389:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   20390:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   20391: 
1.116     moko     20392:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20393: 
                   20394: 2001-09-03  parser
                   20395: 
                   20396:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   20397: 
                   20398: 2001-09-01  parser
                   20399: 
                   20400:        * src/classes/image.C: letter_spacing
                   20401: 
                   20402:        * src/classes/image.C: image: font params changed
                   20403: 
                   20404:        * src/classes/image.C: image: as_int as_string used
                   20405: 
                   20406:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   20407:          analized
                   20408: 
                   20409: 2001-08-31  parser
                   20410: 
                   20411:        * src/targets/cgi/parser3.C: z
                   20412: 
1.116     moko     20413:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   20414:          cygwin
1.95      moko     20415: 
                   20416:        * src/classes/void.C: void:int/double += (default)
                   20417: 
                   20418:        * src/classes/image.C: image:font added space param image:font
                   20419:          changed charwidth alg, added kerning const[for now]
                   20420: 
                   20421:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   20422: 
                   20423: 2001-08-29  parser
                   20424: 
                   20425:        * src/main/pa_exception.C: exception redundant debug info
                   20426: 
                   20427: 2001-08-28  parser
                   20428: 
                   20429:        * src/classes/image.C: image error msgs
                   20430: 
                   20431:        * src/classes/image.C: image: gifsize little endian
                   20432: 
                   20433:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   20434:          doxygeneration
                   20435: 
                   20436:        * src/: classes/Makefile.am, main/Makefile.am,
                   20437:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   20438: 
                   20439:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   20440:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   20441: 
                   20442:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   20443: 
                   20444:        * src/classes/table.C: NO_STRING_ORIGIN check
                   20445: 
                   20446:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   20447:          storage class specifiers invalid in friend function declarations
                   20448: 
                   20449:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   20450:          main/untaint.C, targets/cgi/parser3.C,
                   20451:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   20452:          case of limit
                   20453: 
                   20454:        * src/: classes/file.C, main/pa_common.C: file:move
                   20455:          autocreate/remove dest/src dir
                   20456: 
                   20457:        * src/: classes/string.C, include/pa_dictionary.h,
                   20458:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   20459:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   20460:          to directory constructor.  string:replace
                   20461: 
                   20462: 2001-08-27  parser
                   20463: 
                   20464:        * src/classes/image.C: fixed jpgsize alg
                   20465: 
                   20466:        * src/classes/image.C: fixed jpgsize alg
                   20467: 
                   20468:        * src/main/pa_exception.C: z
                   20469: 
                   20470:        * src/main/pa_common.C: removed debug info from pa_common
                   20471: 
                   20472:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   20473:          [auto.p from current dir loading]
                   20474: 
1.116     moko     20475:        * src/: main/pa_common.C, main/pa_exception.C,
                   20476:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   20477:          for solaris -lsocket
1.95      moko     20478: 
                   20479: 2001-08-24  parser
                   20480: 
                   20481:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   20482: 
                   20483:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   20484: 
                   20485:        * src/targets/cgi/parser3.C: not cgi extra \n
                   20486: 
                   20487:        * src/main/pa_sql_driver_manager.C: z
                   20488: 
                   20489:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   20490:          sql* removed services from disconnect - cross-request ideological
                   20491:          probs.
                   20492: 
                   20493:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   20494:          cross-request ideological probs.  oracle - fixed bug: cs
                   20495:          allocated on request.pool and got freed before disconnect
                   20496: 
                   20497:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   20498:          mallocs fixed
                   20499: 
                   20500: 2001-08-23  parser
                   20501: 
                   20502:        * src/classes/file.C: minor bug in file:save fixed
                   20503: 
                   20504:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   20505: 
                   20506: 2001-08-22  parser
                   20507: 
                   20508:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   20509:          types/pa_vfile.h: file:load|save[text|binary;
                   20510: 
                   20511:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   20512: 
                   20513: 2001-08-21  parser
                   20514: 
                   20515:        * src/classes/: file.C, table.C: ^file:list
                   20516: 
                   20517: 2001-08-20  parser
                   20518: 
                   20519:        * src/: main/compile.tab.C, main/compile.y,
                   20520:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   20521:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   20522:          recousively caused problems: inc incremeted 123 literal!! fixed
                   20523: 
                   20524: 2001-08-10  parser
                   20525: 
                   20526:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   20527: 
                   20528:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20529:          added
                   20530: 
                   20531:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   20532:          added
                   20533: 
                   20534:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   20535: 
                   20536:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   20537:          ''
                   20538: 
                   20539:        * src/main/: pa_request.C: wanted to make const int
                   20540:          MAX_EXECUTE_SECONDS=1;
                   20541: 
                   20542:          but couldnt, set_callback_and_alarm appeared to be not exported
                   20543:          :(
                   20544: 
                   20545:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   20546:          check but it weren't wise enough
                   20547: 
                   20548:          @parse[dateString][tmp]
                   20549:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   20550:          #end
                   20551: 
                   20552:          @main[] ^parse[2001-02-03]
                   20553: 
                   20554:        * src/classes/: table.C: table:sort now default desc
                   20555: 
                   20556:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   20557:          table.sort now creates new sorted table
                   20558: 
                   20559: 2001-08-09  parser
                   20560: 
                   20561:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   20562: 
                   20563:        * src/classes/hash.C: hash:_default now [was hash:default]
                   20564: 
                   20565:        * src/classes/op.C: case without switch check added
                   20566: 
                   20567:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   20568:          precise $ORIGINS(1)
                   20569: 
                   20570:        * src/main/Makefile.am: .am
                   20571: 
                   20572:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20573:          fixed
                   20574: 
                   20575:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   20576:          fixed
                   20577: 
                   20578: 2001-08-07  parser
                   20579: 
                   20580:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20581:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   20582:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   20583:          string, table
                   20584: 
                   20585:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   20586:          srand made working
                   20587: 
                   20588: 2001-08-06  parser
                   20589: 
                   20590:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   20591:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20592:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   20593:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   20594:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   20595: 
                   20596:        * src/main/pa_exec.C: exec win32 real filename
                   20597: 
                   20598:        * src/classes/file.C: exec stderr out
                   20599: 
                   20600:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   20601: 
                   20602: 2001-08-03  parser
                   20603: 
                   20604:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   20605: 
                   20606: 2001-08-02  parser
                   20607: 
                   20608:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   20609:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   20610: 
                   20611:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   20612:          get@execute, but needs array iterator, separate from array to
                   20613:          avoid it & use caching
                   20614: 
                   20615:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   20616:          bug fixed
                   20617: 
                   20618:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   20619:          main/execute.C, main/pa_globals.C: found another multithread bug
                   20620:          in op.C (last, last global var killed) :)
                   20621: 
                   20622: 2001-08-01  parser
                   20623: 
                   20624:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   20625:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   20626:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20627:          main/untaint.C: speeded up typo-html replacements. introducing
                   20628:          Dictionary with first-char caching
                   20629: 
                   20630: 2001-07-31  parser
                   20631: 
                   20632:        * src/types/Makefile.am: pa_vtable.C added to .am
                   20633: 
                   20634:        * src/main/compile.tab.C: added, so that could be compiled even on
                   20635:          non-bison-enabled platforms
                   20636: 
                   20637: 2001-07-28  parser
                   20638: 
                   20639:        * src/classes/table.C: table:hash always produces hash, when can't
                   20640:          - empty
                   20641: 
                   20642:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   20643:          skipped \n
                   20644: 
                   20645: 2001-07-27  parser
                   20646: 
                   20647:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   20648:          on int/double/string :sql without result and default
                   20649: 
                   20650: 2001-07-26  parser
                   20651: 
                   20652:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   20653:          OP
                   20654: 
                   20655:        * src/main/compile.y: $man[$.age[zzz]]  0
                   20656: 
                   20657:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   20658:          creation syntax problem persists. restored $: for a while.
                   20659:          thinking of $man[$.age[zzz]] syntax now
                   20660: 
                   20661:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20662:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   20663:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   20664:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   20665:          types/pa_wwrapper.h: fixing :: realization #1
                   20666: 
                   20667:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   20668:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   20669:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   20670:          prefix.  ordinary : remains for static accesses
                   20671: 
                   20672: 2001-07-25  parser
                   20673: 
                   20674:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   20675:          fields 2. methods 3. columns
                   20676: 
                   20677:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   20678:          quote.  optimized double&int tostring-s
                   20679: 
                   20680:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   20681:          whitespace before first method decl
                   20682: 
                   20683:        * src/classes/table.C: allowed nontable result in table:sql,
                   20684:          results in empty table
                   20685: 
                   20686:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   20687:          lines before first method decl
                   20688: 
                   20689:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   20690:          types/pa_vtable.h: ^table.record[] now $table.fields
                   20691: 
                   20692:        * src/main/compile.y: $var[] is now empty string, not void
                   20693: 
                   20694:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   20695:          void
                   20696: 
                   20697:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   20698:          main/pa_globals.C: match replace code context moved to implicit
                   20699:          $match context
                   20700: 
                   20701:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   20702:          main/compile_tools.h, main/execute.C: with killed, code storage
                   20703:          introduced with former 'with' syntax
                   20704: 
                   20705: 2001-07-24  parser
                   20706: 
                   20707:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   20708:          types/pa_value.h: first get_element, next get operator
                   20709: 
                   20710:        * src/main/compile.y: removed @end handling
                   20711: 
                   20712:        * src/main/: compile.C, compile.y: @end handling method2
                   20713: 
                   20714:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20715:          file:move
                   20716: 
                   20717:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   20718:          fixed
                   20719: 
                   20720: 2001-07-23  parser
                   20721: 
                   20722:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   20723:          driver
                   20724: 
                   20725:        * src/classes/hash.C: changed sql driver query interface
                   20726: 
                   20727:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   20728:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   20729:          changed sql driver query interface
                   20730: 
                   20731: 2001-07-20  parser
                   20732: 
                   20733:        * src/types/pa_vrequest.C: X!$browser:type
                   20734: 
                   20735:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   20736:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   20737:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   20738:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   20739:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   20740:          types/pa_vobject.h, types/pa_vrequest.C,
                   20741:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   20742:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   20743:          BASE element globally removed
                   20744: 
                   20745: 2001-07-18  parser
                   20746: 
                   20747:        * src/classes/file.C: file:exec/cgi msg
                   20748: 
                   20749:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   20750: 
                   20751:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   20752: 
1.116     moko     20753:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20754:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   20755:          removed $id from *.in *.am
1.95      moko     20756: 
                   20757:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   20758:          abbrevations
                   20759: 
                   20760:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   20761:          classes/string.C, classes/table.C, include/pa_globals.h,
                   20762:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   20763:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20764:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   20765:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   20766:          $ORIGINS(1) output tracing mode
                   20767: 
                   20768: 2001-07-13  parser
                   20769: 
                   20770:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   20771:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   20772:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   20773:          second would not call first @auto
                   20774: 
                   20775:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   20776:          wrong, fixed
                   20777: 
                   20778: 2001-07-12  parser
                   20779: 
                   20780:        * src/types/pa_value.h: pa_value.putelement modification of system
                   20781:          classes prevented
                   20782: 
                   20783: 2001-07-11  parser
                   20784: 
                   20785:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   20786:          table $piece
                   20787: 
                   20788:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20789:          types/pa_vstateless_class.h: $file created by file:state +=
                   20790:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   20791:          get_junction-created objects [they were on wrong pool]
                   20792: 
                   20793: 2001-07-09  parser
                   20794: 
                   20795:        * src/main/untaint.C: qp wrong name
                   20796: 
                   20797:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   20798:          main/compile.y: date format 0
                   20799: 
                   20800: 2001-07-07  parser
                   20801: 
                   20802:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   20803:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   20804:          roll table calendar
                   20805: 
                   20806:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   20807:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   20808:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   20809:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   20810:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   20811:          string.  todo: sql, calendar
                   20812: 
                   20813: 2001-07-06  parser
                   20814: 
                   20815:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   20816:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   20817: 
                   20818: 2001-07-03  parser
                   20819: 
                   20820:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   20821:          classes/random.C, main/main.dsp: class random renamed to math,
                   20822:          operators became methods
                   20823: 
                   20824:        * src/classes/op.C:  pow sqrt
                   20825: 
                   20826:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   20827: 
                   20828: 2001-07-02  parser
                   20829: 
                   20830:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   20831:          'column'
                   20832: 
                   20833:        * src/classes/hash.C: ^hash.keys[]
                   20834: 
                   20835:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   20836: 
                   20837:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   20838:          'strings'
                   20839: 
                   20840: 2001-06-29  parser
                   20841: 
                   20842:        * src/main/: execute.C: /0  %0 checkes ver 2
                   20843: 
                   20844:        * src/main/execute.C: /0  %0 checke
                   20845: 
                   20846:        * src/classes/Makefile.am: nothing - void
                   20847: 
                   20848:        * src/classes/table.C: empty strings @ sql
                   20849: 
                   20850: 2001-06-28  parser
                   20851: 
                   20852:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20853:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20854:          classes/op.C, classes/random.C, classes/response.C,
                   20855:          classes/string.C, classes/table.C, classes/void.C,
                   20856:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20857:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20858:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20859:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20860:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20861:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   20862:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   20863:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   20864:          $";
                   20865: 
                   20866:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   20867:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   20868:          classes/op.C, classes/random.C, classes/response.C,
                   20869:          classes/string.C, classes/table.C, classes/void.C,
                   20870:          main/compile.C, main/compile.y, main/compile_tools.C,
                   20871:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   20872:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20873:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20874:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20875:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     20876:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     20877: 
                   20878:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   20879:          $class:name: == ${class:name}:
                   20880: 
                   20881:        * src/classes/string.C: exactly one
                   20882: 
                   20883: 2001-06-27  parser
                   20884: 
                   20885:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   20886:          types/pa_vvoid.h: nothing renamed to void
                   20887: 
                   20888:        * src/classes/op.C: ^switch ^case
                   20889: 
                   20890:        * src/main/compile.y: nothing renamed to void
                   20891: 
                   20892:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   20893:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20894:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   20895:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   20896:          void
                   20897: 
                   20898:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   20899: 
                   20900: 2001-05-28  parser
                   20901: 
                   20902:        * src/doc/html2chm.cmd: removed >a
                   20903: 
                   20904:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   20905:          project options [some bugs]
                   20906: 
                   20907:        * src/doc/sources2html.cmd: z
                   20908: 
                   20909:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20910:          main/execute.C: operators are not in root class again
                   20911: 
                   20912: 2001-05-24  parser
                   20913: 
                   20914:        * src/targets/cgi/parser3.dsp: project file
                   20915: 
                   20916:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   20917:          ^log ^exp
                   20918: 
                   20919:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   20920:          conversions in @exception[params]
                   20921: 
                   20922:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   20923: 
                   20924: 2001-05-23  parser
                   20925: 
                   20926:        * src/main/pa_string.C: string cmp bug
                   20927: 
                   20928:        * src/classes/: mail.C, op.C: rem max 1000
                   20929: 
                   20930:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   20931:          LS_DEF_NAME
                   20932: 
                   20933: 2001-05-22  parser
                   20934: 
                   20935:        * src/classes/op.C: if params code-required
                   20936: 
                   20937: 2001-05-21  parser
                   20938: 
                   20939:        * src/types/pa_vstring.C: eoleof
                   20940: 
                   20941:        * src/classes/Makefile.am: .AM
                   20942: 
                   20943:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   20944: 
                   20945:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   20946: 
                   20947:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   20948:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   20949:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   20950:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   20951:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   20952:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   20953:          'nothing'
                   20954: 
                   20955:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   20956:          vstring::set_string
                   20957: 
                   20958:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   20959: 
                   20960:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   20961:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   20962:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   20963: 
                   20964:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   20965:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   20966:          hash:sql moved to main trunc. operators.txt updated
                   20967: 
                   20968:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   20969: 
                   20970:        * src/classes/op.C: z
                   20971: 
                   20972:        * src/: main/compile.C, classes/classes.C: 1
                   20973: 
                   20974:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   20975:          main/execute.C: 0
                   20976: 
                   20977:        * src/main/execute.C: z
                   20978: 
                   20979:        * src/targets/cgi/parser3.C: z
                   20980: 
                   20981:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   20982:          site_auto_path "." in that case
                   20983: 
                   20984:        * src/targets/cgi/: parser3.C: z
                   20985: 
                   20986:        * src/main/pa_request.C: .am
                   20987: 
                   20988:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   20989:          pcre_tables=pcre_default_tables;
                   20990: 
                   20991: 2001-05-19  parser
                   20992: 
                   20993:        * src/main/pa_string.C: z
                   20994: 
                   20995:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   20996:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   20997:          target.
                   20998: 
                   20999:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21000:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21001:          used, 4* mem wasted
                   21002: 
                   21003:        * src/classes/string.C: root context in match replace body now
                   21004:          unchanged
                   21005: 
                   21006:        * src/types/pa_value.h: parameter # 1 based
                   21007: 
                   21008:        * src/main/pa_common.C: common:  actual filename '%s'
                   21009: 
                   21010:        * src/classes/string.C: z
                   21011: 
                   21012:        * src/classes/Makefile.am: classes/.am
                   21013: 
                   21014:        * src/classes/: Makefile.am: classes/.am
                   21015: 
                   21016:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21017:          targets/cgi/pa_pool.C: classes/.am
                   21018: 
                   21019: 2001-05-18  parser
                   21020: 
1.116     moko     21021:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21022:          pa_threads.C ins
1.95      moko     21023: 
                   21024:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21025: 
                   21026: 2001-05-17  parser
                   21027: 
                   21028:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21029:          include/pa_config_includes.h, main/compile.y,
                   21030:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21031:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21032:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21033:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21034:          most .C
                   21035: 
                   21036:        * src/doc/html2chm.cmd: z
                   21037: 
                   21038:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21039:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21040: 
                   21041:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21042:          get_connection_from_cache
                   21043: 
                   21044:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21045: 
                   21046:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21047:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21048:          cache expiration[use SQL_Driver::disconnect]
                   21049: 
                   21050:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21051: 
                   21052:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21053:          line no
                   21054: 
                   21055:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21056:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21057: 
                   21058:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21059:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21060:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21061:          1driver and set_services fight for driver::fservices. before fix
                   21062: 
                   21063:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21064:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21065:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21066:          own 1driver and set_services fight for driver::fservices. before
                   21067:          fix
                   21068: 
                   21069:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21070:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21071:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   21072:          pa_threads.C
                   21073: 
                   21074:        * src/include/pa_threads.h: removed targets/parser
                   21075: 
                   21076:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   21077:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   21078:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   21079:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   21080:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   21081:          headers
                   21082: 
                   21083:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   21084:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   21085:          order prevented sqlmanager to see MULTYTHREAD define
                   21086: 
                   21087:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21088:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   21089:          put/gets
                   21090: 
                   21091:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   21092:          from hash.h
                   21093: 
                   21094:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21095:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   21096:          from cache ->set_services(&services);
                   21097: 
                   21098: 2001-05-16  parser
                   21099: 
                   21100:        * src/targets/cgi/parser3.C: z
                   21101: 
                   21102:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   21103:          debug, #ifdefed some.  would debug later, on more precise sample
                   21104:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   21105:          $name.$tail[$tail!] $name.$tail } ok3
                   21106: 
                   21107:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   21108:          removed array debug. before vstring rebasing
                   21109: 
                   21110:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   21111:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   21112:          array debugged; adjusted
                   21113: 
                   21114:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   21115:          SQL_Driver_manager line no for connect/charset errors
                   21116: 
                   21117: 2001-05-15  parser
                   21118: 
                   21119:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   21120:          main/pa_string.C: string+array made linear grows
                   21121: 
                   21122:        * src/: include/pa_string.h, main/pa_string.C,
                   21123:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   21124:          grow lineary, not exponentialy
                   21125: 
                   21126:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   21127:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   21128:          with fullchunk cmps
                   21129: 
                   21130:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   21131:          70041=           81
                   21132: 
                   21133:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   21134:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   21135:          malloc 27809390/368771, calloc 3232/83. would test now
                   21136: 
                   21137:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   21138:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   21139:          numbered params had wrong name - for instance: bad error message
                   21140:          in ^for[] bad body type. fixed
                   21141: 
                   21142: 2001-05-14  parser
                   21143: 
                   21144:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   21145:          main/untaint.C: ^string.upper|lower[]
                   21146: 
                   21147: 2001-05-11  parser
                   21148: 
                   21149:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   21150:          classes/string.C, classes/table.C, classes/unknown.C,
                   21151:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   21152:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   21153:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   21154: 
                   21155:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   21156:          .dsp for win32tools
                   21157: 
                   21158: 2001-05-11  paf
                   21159: 
                   21160:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   21161:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   21162:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   21163:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   21164: 
                   21165: 2001-05-10  paf
                   21166: 
                   21167:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   21168:          for C++, that's all
                   21169: 
1.116     moko     21170:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   21171:          pa_config_includes.h: inline wonders
1.95      moko     21172: 
                   21173:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   21174:          doc/doxygen.cmd: hash.C added
                   21175: 
                   21176:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   21177: 
                   21178:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   21179:          menthod
                   21180: 
                   21181:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   21182:          pa_vstateless_object.h: changed priority: field before method
                   21183:          lookup in vclass & vobject
                   21184: 
                   21185:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   21186:          grammar: priorities changes [lowerd && prior] vobject: now first
                   21187:          fields, next methods
                   21188: 
                   21189: 2001-05-08  paf
                   21190: 
                   21191:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   21192:          bark=false. fixed
                   21193: 
                   21194:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   21195:          types/pa_vmethod_frame.h: hash:default works at last!
                   21196: 
                   21197:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   21198:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   21199:          hash:default
                   21200: 
                   21201:        * src/classes/table.C: z
                   21202: 
                   21203:        * src/classes/table.C: table:hash always hash of hash now
                   21204: 
                   21205:        * src/classes/table.C: table:empty return bool now
                   21206: 
                   21207:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   21208:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21209:          types/pa_vtable.h: table:hash
                   21210: 
                   21211:        * src/classes/table.C: table:record have name
                   21212: 
                   21213:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   21214:          returns vunknown
                   21215: 
                   21216:        * src/classes/: double.C, int.C, op.C, string.C:
                   21217:          int,double,string:int[] double[] string:length[] results now have
                   21218:          hames
                   21219: 
                   21220:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   21221:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   21222:          now return bool
                   21223: 
                   21224:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   21225:          in method checkparams again. fixed
                   21226: 
                   21227: 2001-05-07  paf
                   21228: 
                   21229:        * src/doc/chm.cmd: cmd
                   21230: 
                   21231:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21232:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   21233:          types/pa_value.h: method reported errors on wrong pool
                   21234: 
                   21235:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   21236:          now
                   21237: 
                   21238:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   21239:          include/code.h, include/pa_opcode.h, main/compile.C,
                   21240:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   21241:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21242:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21243:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   21244:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21245:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21246:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21247:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21248:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21249:          types/pa_wwrapper.h: pa_code.h
                   21250: 
                   21251:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   21252: 
                   21253:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   21254:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   21255:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21256:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   21257:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21258:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   21259:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   21260:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   21261:          types/pa_vtable.h: dox, split by not clean parts also
                   21262: 
                   21263:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   21264:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   21265:          'dir' fields & co. more
                   21266: 
                   21267:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   21268:          so to enable 'dir' fields & co.
                   21269: 
                   21270:        * src/main/compile.y: grammar: @end
                   21271: 
                   21272: 2001-05-04  paf
                   21273: 
                   21274:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   21275:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   21276: 
                   21277:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   21278:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21279:          classes/op.C, classes/random.C, classes/response.C,
                   21280:          classes/string.C, classes/table.C, classes/unknown.C,
                   21281:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   21282:          method dox
                   21283: 
                   21284: 2001-05-03  paf
                   21285: 
                   21286:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   21287:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   21288:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   21289:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   21290:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   21291:          main/pa_request.C: dox splitted .dox files and added some
                   21292: 
                   21293:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   21294: 
                   21295: 2001-05-02  paf
                   21296: 
                   21297:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   21298:          by file_name  language now
                   21299: 
                   21300: 2001-04-28  paf
                   21301: 
                   21302:        * src/classes/classes.inc: removed classes.inc
                   21303: 
                   21304:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   21305:          from .am
                   21306: 
                   21307:        * src/classes/classes.awk: skipped classes in .awk
                   21308: 
                   21309:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   21310:          classes/classes.inc, classes/double.C, classes/file.C,
                   21311:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   21312:          classes/string.C, classes/table.C, classes/unknown.C,
                   21313:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   21314:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21315:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   21316:          pa_methoded back to classes/classes.h
                   21317: 
                   21318:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   21319: 
                   21320:        * src/: classes/Makefile.am, classes/classes.awk,
                   21321:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   21322:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   21323: 
                   21324:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   21325:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   21326:          classes/response.C, classes/string.C, classes/table.C,
                   21327:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   21328:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   21329:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   21330:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   21331:          include|main/pa_methoded
                   21332: 
                   21333:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   21334:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   21335: 
                   21336:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   21337:          moved some configured data to request::classes_conf moved some
                   21338:          string crations from globals to M...  [works]
                   21339: 
                   21340:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   21341:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   21342:          main/pa_request.C: moved some configured data to
                   21343:          request::classes_conf moved some string crations from globals to
                   21344:          M...
                   21345: 
                   21346:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   21347:          about to move configured data to special request hash
                   21348: 
                   21349:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   21350:          classes/form.C, classes/mail.C, include/pa_request.h,
                   21351:          main/pa_request.C: configure started
                   21352: 
                   21353:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   21354:          2. todo: methoded-configure
                   21355: 
                   21356:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21357:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21358:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21359:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   21360:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21361:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21362:          classes/random.C, classes/response.C, classes/string.C,
                   21363:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   21364:          include/pa_request.h, main/compile.y, main/execute.C,
                   21365:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   21366:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21367:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   21368:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   21369:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21370:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21371:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   21372:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   21373:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   21374:          methoded-configure
                   21375: 
                   21376:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   21377:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   21378:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   21379:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   21380: 
                   21381:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   21382:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   21383:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21384:          classes/random.C, classes/response.C, classes/string.C,
                   21385:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   21386:          main/compile.y, main/execute.C, main/pa_globals.C,
                   21387:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   21388:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   21389:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   21390:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   21391:          beautifying just compiled. todo: debug, configure
                   21392: 
                   21393: 2001-04-27  paf
                   21394: 
                   21395:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   21396:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   21397:          beautifying -99
                   21398: 
                   21399:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   21400:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   21401:          classes/classes.h, classes/double.C, classes/file.C,
                   21402:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   21403:          classes/op.C, classes/random.C, classes/response.C,
                   21404:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   21405:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   21406:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   21407:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   21408:          types/pa_vunknown.h: beautifying -100
                   21409: 
                   21410:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   21411: 
                   21412:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   21413:          classes/_op.h, classes/_random.h, classes/_table.h,
                   21414:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   21415:          classes/op.C, classes/random.C, classes/response.C,
                   21416:          classes/string.C, classes/table.C, classes/unknown.C,
                   21417:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21418:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21419:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   21420:          beautifying
                   21421: 
                   21422: 2001-04-26  paf
                   21423: 
                   21424:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   21425: 
                   21426:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   21427:          documentation ++
                   21428: 
                   21429:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   21430:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21431:          targets/cgi/pa_pool.C: code documentation ++
                   21432: 
                   21433:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   21434:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21435:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   21436:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   21437:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21438:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21439:          types/pa_vrequest.C, types/pa_vrequest.h,
                   21440:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   21441:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   21442:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   21443:          code documentation ++
                   21444: 
                   21445:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   21446:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   21447:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   21448:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   21449:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21450:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21451:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   21452:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   21453: 
                   21454:        * src/main/: pa_request.C, pa_string.C: z
                   21455: 
                   21456:        * src/: include/pa_common.h, include/pa_types.h,
                   21457:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   21458:          connection caching fixed.  request-pooled-url were stored into
                   21459:          global connectioncache
                   21460: 
                   21461: 2001-04-25  paf
                   21462: 
                   21463:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   21464:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   21465: 
                   21466:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   21467:          main/execute.C, main/pa_common.C: -d
                   21468: 
                   21469:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   21470:          illegal call check a bit improved, but still under iis no mapping
                   21471:          of dir with parser allowed!
                   21472: 
                   21473: 2001-04-24  paf
                   21474: 
                   21475:        * src/targets/Makefile.am: apache module lib .am
                   21476: 
                   21477:        * src/main/pa_exec.C: windows32 buildCommand
                   21478: 
                   21479: 2001-04-23  paf
                   21480: 
                   21481:        * src/targets/cgi/Makefile.am: win32 conditional
                   21482: 
                   21483:        * src/targets/cgi/Makefile.am: win32 conditional
                   21484: 
                   21485:        * src/targets/cgi/Makefile.am: liblink
                   21486: 
                   21487:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   21488:          vfile fields return type
                   21489: 
                   21490:        * src/types/pa_vfile.h: vfile fields return type
                   21491: 
                   21492:        * src/include/pa_config_auto.h.in: .h.in
                   21493: 
                   21494:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   21495:          types/Makefile: makefiles removed
                   21496: 
                   21497:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   21498:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   21499: 
                   21500:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   21501:          [tested: i & g ]
                   21502: 
                   21503:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   21504:          @test noticed series in isapi, check how initialize_random_class
                   21505:          is called! [must be called only once]
                   21506: 
                   21507:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   21508:          would not be 'unknown column'
                   21509: 
                   21510:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   21511:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   21512: 
                   21513:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   21514:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   21515:          [now doesnt]
                   21516: 
                   21517:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   21518: 
                   21519:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   21520:          /cgi-bin/parser3/auto.p
                   21521: 
                   21522:        * src/main/untaint.C: untaint without charset
                   21523: 
                   21524:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21525:          main/pa_common.C: common: file_write /// @test mkdirs
                   21526:          file_delete rmdirs
                   21527: 
                   21528:        * src/main/untaint.C: mail header only once to =?
                   21529: 
                   21530:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   21531:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   21532:          main/untaint.C: untaint -        @test optimize whitespaces for
                   21533:          all but 'html'
                   21534: 
                   21535:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   21536:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   21537:          main/untaint.C: untaint -  @test mail-header
                   21538: 
                   21539: 2001-04-20  paf
                   21540: 
                   21541:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21542:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   21543:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21544:          targets/cgi/parser3.C: $MAIN:LOCALE
                   21545: 
                   21546:        * src/main/untaint.C: z
                   21547: 
                   21548:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   21549: 
                   21550: 2001-04-19  paf
                   21551: 
                   21552:        * src/main/compile_tools.h: $a$b bugfix
                   21553: 
                   21554:        * src/targets/cgi/parser3.C: z
                   21555: 
                   21556:        * src/classes/file.C: z
                   21557: 
                   21558:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   21559:          done: header to $fields. waits for header '\' tricks
                   21560: 
                   21561:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   21562:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   21563:          changed urlencode here and in untaint.C to HTTP standard's " and
                   21564:          \" mech
                   21565: 
                   21566:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   21567:          http://alx/~paf/ doesnt load /auto.p
                   21568: 
                   21569: 2001-04-18  paf
                   21570: 
                   21571:        * src/main/pa_request.C: 1
                   21572: 
                   21573:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   21574:          linux @alx
                   21575: 
                   21576: 2001-04-17  paf
                   21577: 
                   21578:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   21579:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   21580:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   21581:          enabled
                   21582: 
                   21583:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21584:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21585:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21586:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21587:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   21588:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   21589:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21590:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   21591:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   21592:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   21593:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   21594:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   21595:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   21596:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   21597: 
                   21598:        * src/: include/pa_sql_driver_manager.h,
                   21599:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21600:          types/pa_vimage.h: sql driver interface now has initialize(client
                   21601:          .so)
                   21602: 
                   21603: 2001-04-16  paf
                   21604: 
                   21605:        * src/Makefile.am: compile2 cygwin
                   21606: 
                   21607:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   21608:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   21609: 
                   21610:        * src/targets/cgi/Makefile.am: compile0 jav
                   21611: 
                   21612:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   21613:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   21614:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   21615:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21616:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   21617:          classes/mail.C, classes/op.C, classes/random.C,
                   21618:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21619:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   21620:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   21621:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   21622:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   21623:          compile-1
                   21624: 
                   21625: 2001-04-15  paf
                   21626: 
                   21627:        * src/classes/op.C: z
                   21628: 
                   21629:        * src/classes/table.C: table:empty +=process
                   21630: 
                   21631:        * src/types/pa_value.h: MethodParams !junction
                   21632: 
                   21633:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   21634:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   21635:          classes/random.C, classes/response.C, classes/string.C,
                   21636:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   21637:          MethodParams everywhere
                   21638: 
                   21639:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   21640:          types/pa_vmethod_frame.h: MethodParams in op.C
                   21641: 
                   21642: 2001-04-12  paf
                   21643: 
                   21644:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   21645: 
                   21646:        * src/: classes/_unknown.h, classes/unknown.C,
                   21647:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   21648:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   21649: 
                   21650:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   21651: 
                   21652:        * src/classes/image.C: image:gif now does not have params
                   21653: 
                   21654:        * src/classes/image.C:
                   21655:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   21656: 
                   21657:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   21658:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   21659:          for var now written not to r.wcontext, but to r.root cleared
                   21660:          "entered_object" state
                   21661: 
                   21662: 2001-04-11  paf
                   21663: 
                   21664:        * src/classes/image.C: image:create image:load
                   21665: 
                   21666:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   21667:          just compiled
                   21668: 
                   21669:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21670:          todo: gif without file
                   21671: 
                   21672:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   21673:          started porting to Pooled descendant
                   21674: 
                   21675:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   21676:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   21677:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   21678:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   21679: 
                   21680:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   21681:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   21682:          end. switching to python imaging lib
                   21683: 
                   21684:        * src/main/main.dsp: gd+smtp made separate libs
                   21685: 
                   21686:        * src/: include/pa_globals.h, include/pa_string.h,
                   21687:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   21688:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   21689:          length
                   21690: 
                   21691:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   21692:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   21693:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   21694:          UL_FILE_NAME of posted file name
                   21695: 
                   21696:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   21697:          post [broke when moved post read to core]
                   21698: 
                   21699: 2001-04-10  paf
                   21700: 
                   21701:        * src/classes/image.C: image:html done
                   21702: 
                   21703:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   21704: 
                   21705:        * src/classes/image.C: z
                   21706: 
                   21707:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   21708:          forgotten!
                   21709: 
                   21710:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   21711:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21712:          types/pa_vimage.h: image:measure -90
                   21713: 
                   21714:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   21715:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   21716:          classes/_random.h, classes/_response.h, classes/_string.h,
                   21717:          classes/_table.h, classes/file.C, classes/mail.C,
                   21718:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   21719:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   21720:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   21721:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   21722:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   21723:          compiled
                   21724: 
                   21725:        * src/classes/mail.C: minor bug with unclear from/to
                   21726: 
                   21727:        * src/classes/mail.C: sendmail unix skipping defaults
                   21728: 
                   21729:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   21730:          sendmail unix added defaults
                   21731: 
                   21732:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   21733: 
                   21734:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   21735: 
                   21736: 2001-04-09  paf
                   21737: 
                   21738:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   21739:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   21740:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21741:          targets/isapi/parser3isapi.dsp: all targets exec
                   21742: 
                   21743:        * src/: include/pa_sapi.h, include/pa_string.h,
                   21744:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21745:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   21746:          args in apache:util.script
                   21747: 
                   21748:        * src/include/pa_string.h: written but not tested exec with env for
                   21749:          unix
                   21750: 
                   21751:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   21752:          targets/cgi/parser3.C: exec win32 env
                   21753: 
                   21754:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   21755:          0
                   21756: 
                   21757:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   21758:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   21759:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   21760:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   21761: 
                   21762:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   21763:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   21764: 
                   21765:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   21766:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   21767: 
                   21768:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   21769:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   21770:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   21771:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21772:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   21773:          exec class just compiled. moved post read to request core
                   21774: 
                   21775:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   21776:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   21777:          main/pa_globals.C, targets/cgi/parser3.C,
                   21778:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   21779:          are already read by vform
                   21780: 
                   21781: 2001-04-08  paf
                   21782: 
                   21783:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   21784:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   21785:          uuencode. string<<
                   21786: 
                   21787: 2001-04-07  paf
                   21788: 
                   21789:        * src/classes/mail.C: z
                   21790: 
                   21791:        * src/classes/mail.C: z
                   21792: 
                   21793:        * src/classes/mail.C: ^mail[$attach
                   21794: 
                   21795:        * src/classes/mail.C: ^attach dead end
                   21796: 
                   21797:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   21798:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21799:          targets/isapi/parser3isapi.C: mail:send 1
                   21800: 
                   21801:        * src/: classes/mail.C, main/pa_request.C: z
                   21802: 
                   21803:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   21804:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   21805:          compiled
                   21806: 
                   21807:        * src/classes/mail.C: +=
                   21808: 
                   21809:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   21810:          prepared
                   21811: 
                   21812:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   21813:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   21814:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   21815:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   21816: 
                   21817: 2001-04-06  paf
                   21818: 
                   21819:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   21820:          main/pa_string.C: table:dir 1
                   21821: 
                   21822:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   21823:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   21824: 
                   21825:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   21826:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   21827:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   21828:          main/pa_request.C: renamed 'root' to 'op'
                   21829: 
                   21830:        * src/classes/: _op.h, op.C: renamed from 'root'
                   21831: 
                   21832:        * src/types/pa_valiased.C: another root inherititance skipped
                   21833: 
                   21834:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   21835:          root methods of parent class. just 'ROOT' class
                   21836: 
                   21837:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   21838:          @office
                   21839: 
                   21840:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   21841: 
                   21842: 2001-04-05  paf
                   21843: 
                   21844:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   21845:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   21846:          constructor flag dropped at get_method_frame and remembered into
                   21847:          method_frame
                   21848: 
                   21849:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21850:          classes/table.C, main/pa_request.C: junction to code&expression
                   21851:          in errors
                   21852: 
                   21853:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   21854:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   21855:          $LOCALE:ctype[Russian_Russia.1251]
                   21856: 
                   21857:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   21858:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   21859:          main/pa_table.C: hash now not thread-safe.
                   21860: 
                   21861:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21862:          main/untaint.C: z
                   21863: 
                   21864:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21865:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   21866:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   21867:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   21868:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   21869: 
                   21870:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21871:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   21872: 
                   21873:        * src/classes/table.C: select * from hren error contains statement
                   21874: 
                   21875:        * src/: classes/table.C, include/pa_sql_connection.h,
                   21876:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   21877:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   21878: 
                   21879:        * src/: classes/root.C, include/pa_sql_connection.h,
                   21880:          include/pa_sql_driver.h, main/main.dsp,
                   21881:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   21882:          services for conv memory & error reporting
                   21883: 
                   21884: 2001-04-04  paf
                   21885: 
                   21886:        * src/doc/doxygen.cfg: z
                   21887: 
                   21888:        * src/include/pa_sql_driver.h: mysql connect
                   21889: 
                   21890:        * src/include/pa_sql_driver.h: mysql info
                   21891: 
                   21892:        * src/: classes/root.C, include/pa_sql_driver.h,
                   21893:          include/pa_sql_driver_manager.h, main/main.dsp,
                   21894:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   21895: 
                   21896:        * src/sql/Makefile.am: forgot to add mysql client
                   21897: 
                   21898:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   21899:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   21900:          [forgot to add libltdl, added]
                   21901: 
                   21902:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   21903:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   21904:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   21905:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   21906:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   21907:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   21908:          -1000 just compiled
                   21909: 
                   21910:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   21911:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   21912:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   21913: 
                   21914: 2001-04-03  paf
                   21915: 
                   21916:        * src/types/pa_vform.C: z
                   21917: 
                   21918:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   21919:          assigned lang
                   21920: 
                   21921:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   21922:          {}[]< empty []
                   21923: 
                   21924:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   21925:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   21926:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   21927: 
                   21928:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21929:          string:match replace strange matches
                   21930: 
                   21931:        * src/classes/string.C: string:match replace 0
                   21932: 
                   21933:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   21934:          prepared 2
                   21935: 
                   21936:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21937:          string:match replace prepared
                   21938: 
                   21939:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   21940:          string:match replace -11
                   21941: 
                   21942:        * src/: classes/string.C, include/pa_globals.h,
                   21943:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   21944:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   21945: 
                   21946:        * src/: classes/string.C, include/pa_globals.h,
                   21947:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   21948:          main/pa_string.C: string:match [search] -1 just compiled
                   21949: 
                   21950:        * src/types/pa_vstring.C: z
                   21951: 
                   21952:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21953:          classes/int.C, classes/response.C, classes/root.C,
                   21954:          classes/string.C, classes/table.C, include/pa_string.h,
                   21955:          main/pa_string.C: string:match -10 [frame]
                   21956: 
                   21957:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   21958:          main/pa_request.C: z
                   21959: 
                   21960:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   21961:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   21962:          todo/tests
                   21963: 
                   21964:        * src/include/pa_common.h: z
                   21965: 
                   21966:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   21967:          main/pa_request.C, targets/cgi/parser3.C,
                   21968:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   21969:          content-disposition
                   21970: 
                   21971:        * src/: include/pa_common.h, include/pa_globals.h,
                   21972:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   21973:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   21974: 
                   21975:        * src/: include/pa_common.h, include/pa_request.h,
                   21976:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   21977:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   21978:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   21979:          response:body
                   21980: 
                   21981:        * src/classes/table.C: table:append now uses string::split
                   21982: 
                   21983:        * src/classes/table.C: z
                   21984: 
                   21985:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   21986:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   21987:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   21988:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   21989:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   21990:          string::pos & cmp & piece bugs fixed.  string::split new
                   21991:          table:load separated from set table:set implemented with clean \n
                   21992:          \t searches
                   21993: 
                   21994: 2001-04-02  paf
                   21995: 
                   21996:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   21997:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   21998:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   21999:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22000:          it in table:set/load
                   22001: 
                   22002:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22003:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22004: 
                   22005:        * src/classes/random.C: random:generate 1
                   22006: 
                   22007:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22008:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22009:          types/pa_value.h: random:generate
                   22010: 
                   22011: 2001-03-30  paf
                   22012: 
                   22013:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22014:          todo: table flip and append. string::pos
                   22015: 
                   22016:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22017:          classes/response.C, classes/root.C, classes/string.C,
                   22018:          classes/table.C, main/compile.y, main/execute.C,
                   22019:          types/pa_value.h, types/pa_vstateless_class.C,
                   22020:          types/pa_vstateless_class.h: static|dynamic|any method
                   22021:          registration
                   22022: 
                   22023:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22024:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22025:          table:flip
                   22026: 
                   22027: 2001-03-29  paf
                   22028: 
                   22029:        * src/classes/string.C: string:xsplit forgot that they must result
                   22030:          in 1 row N column [not vice versa]
                   22031: 
                   22032:        * src/classes/string.C: z
                   22033: 
                   22034:        * src/classes/string.C: string: rsplit
                   22035: 
                   22036:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22037:          string: lsplit
                   22038: 
                   22039:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22040:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22041:          lsplit -1
                   22042: 
                   22043:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22044:          string: pos
                   22045: 
                   22046:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22047:          string: pos -1
                   22048: 
                   22049:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22050:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22051:          main/untaint.C: string: left right mid
                   22052: 
                   22053:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22054:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22055:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22056:          and [;] are different now.
                   22057: 
                   22058:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22059:          main/untaint.C: pool.request undone
                   22060: 
                   22061:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22062:          main/untaint.C: pool.request
                   22063: 
                   22064: 2001-03-28  paf
                   22065: 
                   22066:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22067:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22068:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22069:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22070: 
                   22071:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22072:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   22073:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   22074:          types/pa_vform.C: file:load autodetection of mime-type by
                   22075:          user-file-name
                   22076: 
                   22077:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   22078:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   22079:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   22080: 
                   22081:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22082:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   22083:          write. must be self.set
                   22084: 
                   22085:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22086:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   22087: 
                   22088:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   22089:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   22090:          types/pa_vtable.h: table:locate just compiled
                   22091: 
                   22092: 2001-03-27  paf
                   22093: 
                   22094:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   22095:          code-params2, fixed ntfs hardlink slow dir update
                   22096: 
                   22097:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   22098:          types/pa_wcontext.h: fixed r/w context of code-params
                   22099: 
                   22100:        * src/: classes/table.C, main/execute.C: about to change junction
                   22101:          rcontext!!
                   22102: 
                   22103:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22104:          classes/string.C, classes/table.C, main/compile_tools.C,
                   22105:          main/execute.C, main/pa_request.C, main/untaint.C,
                   22106:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   22107:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22108:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   22109:          types/pa_vunknown.h: sort 0
                   22110: 
                   22111:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   22112:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   22113:          renamed to are_static_calls_disabled
                   22114: 
                   22115:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   22116:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   22117:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   22118:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   22119: 
                   22120:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   22121: 
                   22122:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   22123:          started table:sort fixed minor bug in #...^{
                   22124: 
                   22125:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   22126:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   22127:          decided to have as it were. stepped back.  grammar: added 'in'
                   22128:          'is' 'lt'&co follow-space check
                   22129: 
                   22130: 2001-03-26  paf
                   22131: 
                   22132:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22133:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   22134:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22135:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   22136:          invocation in ^process
                   22137: 
                   22138:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   22139: 
                   22140:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   22141:          main/pa_array.C: table:record
                   22142: 
                   22143:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   22144:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22145:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   22146:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22147:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   22148:          types/pa_vtable.h: z
                   22149: 
                   22150:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   22151:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   22152:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22153:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   22154:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   22155:          method realisations on 'self' validity - they now can simply
                   22156:          assume that 'self' is V{Proper} .
                   22157: 
                   22158: 2001-03-25  paf
                   22159: 
                   22160:        * src/main/untaint.C: z
                   22161: 
                   22162:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   22163:          lowlevel - it initialization could be skipped if failed in @auto.
                   22164:          so that exception report would use some table
                   22165: 
                   22166:        * src/main/pa_request.C: table empty lines ignored. system-default
                   22167:          content type assigned in output:result [can fail in main:auto and
                   22168:          skipped normal defaults extraction]
                   22169: 
                   22170:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   22171:          bug
                   22172: 
                   22173:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   22174:          processing to table [except preliminary \r\n \r \n replacements
                   22175:          to "\n"]
                   22176: 
                   22177:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   22178:          move all the processing to table
                   22179: 
                   22180:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   22181:          main/pa_table.C, main/untaint.C: returned table originating.
                   22182:          useful for reporting typo table problems origin. think would be
                   22183:          useful somewhere else
                   22184: 
                   22185:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   22186: 
                   22187:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   22188:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   22189:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   22190:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22191:          types/pa_vcookie.h: typo & typo-default
                   22192: 
                   22193: 2001-03-24  paf
                   22194: 
                   22195:        * src/main/pa_common.C: z
                   22196: 
                   22197:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22198:          targets/cgi/parser3.C: html-typo 2
                   22199: 
                   22200:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   22201:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   22202:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   22203:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   22204:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22205:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22206:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   22207:          noticed double default content-type prob. run cgi.cmd tomorrow
                   22208:          first html-typo sample. detected << problem: they become ltlt too
                   22209:          fast
                   22210: 
                   22211:        * src/main/compile.y: z
                   22212: 
                   22213:        * src/main/: compile.y, compile_tools.h: #comment
                   22214: 
                   22215:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   22216:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   22217:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22218:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   22219:          stringified
                   22220: 
                   22221:        * src/types/pa_valiased.C: decided to String-ify file_read
                   22222: 
                   22223:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   22224:          isapi/parser3isapi.dsp: cgi: sapi::log
                   22225: 
                   22226:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   22227:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   22228:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   22229:          error log experiments failed - cgi under iis got no access to
                   22230:          log. registereventsource simply failed with 5(illegal call) code,
                   22231:          while worked OK as standalone executable.  isapi: used
                   22232:          HSE_APPEND_LOG_PARAMETER feature
                   22233: 
                   22234:        * src/: include/pa_common.h, include/pa_globals.h,
                   22235:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22236:          targets/isapi/parser3isapi.C: fixed default content-type
                   22237:          allocation storage
                   22238: 
                   22239:        * src/: include/pa_globals.h, include/pa_request.h,
                   22240:          main/pa_globals.C, main/pa_request.C: z
                   22241: 
                   22242:        * src/: include/pa_array.h, include/pa_hash.h,
                   22243:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   22244:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22245:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   22246:          content-type
                   22247: 
                   22248:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   22249:          sanity
                   22250: 
                   22251:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   22252:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   22253:          away freeze mech.  no danger now for you can't do
                   22254:          ^request:process[@new-method[] body] trick anymore.  still
                   22255:          remains $some_instance.process[@new-method[] possibility] but
                   22256:          would leave it as a feature.  see index for sample
                   22257: 
                   22258:        * src/: include/pa_common.h, main/pa_common.C,
                   22259:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   22260:          monkey every target
                   22261: 
                   22262:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22263:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   22264:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   22265: 
                   22266: 2001-03-23  paf
                   22267: 
                   22268:        * src/: include/pa_pool.h, main/pa_request.C,
                   22269:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22270:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22271:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   22272: 
                   22273:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   22274: 
                   22275:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   22276:          it would be better to rewrite as filter then to deal with pool
                   22277: 
                   22278:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   22279:          now like in cgi, not from APPL_PHYSICAL_PATH
                   22280: 
                   22281:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22282:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22283:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   22284:          include/pa_version.h, main/compile.y, main/execute.C,
                   22285:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   22286:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22287:          main/untaint.C, targets/cgi/parser3.C,
                   22288:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   22289:          cgi: reinvent document_root and request_uri under iis. autoconf
                   22290:          updated. introducing ap_config_includes
                   22291: 
                   22292:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   22293: 
                   22294:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   22295: 
                   22296:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   22297:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22298:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22299:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   22300: 
                   22301:        * src/: include/pa_globals.h, main/pa_request.C,
                   22302:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22303:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   22304:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   22305: 
                   22306:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22307:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22308:          isapi minor env beauty
                   22309: 
                   22310:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   22311:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   22312:          isapi document_root 0
                   22313: 
                   22314: 2001-03-22  paf
                   22315: 
                   22316:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   22317: 
                   22318:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   22319:          isapi/parser3isapi.C: z
                   22320: 
                   22321:        * src/: include/pa_pool.h, main/pa_request.C,
                   22322:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   22323: 
                   22324:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   22325:          kill.pl: isapi added utils
                   22326: 
                   22327:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   22328:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22329:          types/pa_vform.C: isapi 0
                   22330: 
                   22331:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   22332:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22333:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22334:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   22335:          started isapi
                   22336: 
                   22337:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   22338:          some comments
                   22339: 
                   22340:        * src/: include/pa_globals.h, include/pa_request.h,
                   22341:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   22342:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   22343:          parser_root_auto_path parser_site_auto_path
                   22344: 
                   22345:        * src/types/pa_vcookie.C: cookie attr decoded
                   22346: 
                   22347: 2001-03-21  paf
                   22348: 
                   22349:        * src/targets/cgi/parser3.C: z
                   22350: 
                   22351:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   22352: 
                   22353:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   22354:          types/pa_venv.h: in cookie & env. todo:post
                   22355: 
                   22356:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   22357:          classes/root.C, classes/table.C, include/pa_array.h,
                   22358:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   22359:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   22360:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   22361:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22362:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   22363:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22364:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   22365:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22366:          shifted apache branch on main trunc
                   22367: 
                   22368:        * src/: include/pa_common.h, include/pa_globals.h,
                   22369:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   22370:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   22371:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   22372:          starting mod_parser3
                   22373: 
                   22374:        * src/targets/cgi/parser3.C: starting mod_parser3
                   22375: 
                   22376: 2001-03-20  paf
                   22377: 
                   22378:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   22379:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   22380:          win32 ifdefs work and add ifdef unistd
                   22381: 
                   22382:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   22383:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   22384:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   22385:          z
                   22386: 
                   22387:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   22388:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   22389:          locking
                   22390: 
                   22391:        * src/: classes/Makefile.am, types/Makefile.am: z
                   22392: 
                   22393:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   22394:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   22395:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   22396:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22397:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   22398:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22399:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   22400: 
                   22401:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22402:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   22403: 
                   22404:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   22405:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   22406:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   22407:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   22408:          types/pa_vform.h: z
                   22409: 
                   22410:        * src/include/pa_string.h: z
                   22411: 
                   22412:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   22413:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   22414:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22415:          :Value
                   22416: 
                   22417:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   22418:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   22419:          :VStateless_object
                   22420: 
                   22421:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   22422:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   22423:          :VStateless_object
                   22424: 
                   22425:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22426:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   22427: 
                   22428:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   22429:          types/pa_valiased.h, types/pa_value.h,
                   22430:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22431:          types/pa_vstateless_object.h: moved common get_element part from
                   22432:          stateless object&class into VAliased
                   22433: 
                   22434:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   22435:          classes/table.C, main/execute.C, main/main.dsp,
                   22436:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   22437:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   22438:          now :Value
                   22439: 
                   22440:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   22441:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22442:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   22443: 
                   22444:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   22445:          doxx
                   22446: 
                   22447:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   22448:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22449:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   22450:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   22451:          and ^file:save
                   22452: 
                   22453: 2001-03-19  paf
                   22454: 
                   22455:        * src/types/pa_vfile.C: z
                   22456: 
                   22457:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   22458:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   22459:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   22460:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   22461: 
                   22462:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   22463:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22464:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   22465:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   22466:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   22467:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   22468:          types/pa_vfile.h: file class just compiled
                   22469: 
                   22470:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   22471:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   22472:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22473:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   22474:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   22475: 
                   22476:        * src/include/pa_pool.h: z
                   22477: 
                   22478:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   22479:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   22480:          Hash::Value to Val so to doxygen would finlly stop confusing
                   22481:          those Value-s
                   22482: 
                   22483:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   22484:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   22485:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22486:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22487:          include/pa_types.h, main/compile.C, main/compile.y,
                   22488:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   22489:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   22490:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   22491:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22492:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   22493: 
                   22494:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   22495:          derivates somehow unlinked. don't know why yet
                   22496: 
                   22497:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   22498:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   22499:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22500:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22501:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   22502:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22503:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   22504: 
                   22505:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   22506:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   22507:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   22508:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   22509:          types/pa_vrequest.h: doc: detected Value derivates prob
                   22510: 
                   22511:        * src/include/pa_globals.h: z
                   22512: 
                   22513:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   22514:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   22515:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   22516:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   22517:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22518:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   22519:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22520:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   22521: 
                   22522: 2001-03-18  paf
                   22523: 
                   22524:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   22525:          cookie: allowed access to hash-assigned
                   22526: 
                   22527:        * src/targets/cgi/parser3.C: z
                   22528: 
                   22529:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   22530:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   22531:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   22532:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22533:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   22534:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   22535:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22536:          types/pa_vunknown.h: cookie class
                   22537: 
                   22538:        * src/main/pa_request.C: zero length output allowed
                   22539: 
                   22540:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   22541:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   22542: 
                   22543:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   22544:          lang switch
                   22545: 
                   22546:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   22547:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22548:          types/pa_value.h, types/pa_vhash.h:
                   22549:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   22550: 
                   22551:        * src/main/execute.C: z
                   22552: 
                   22553:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   22554:          targets/cgi/parser3.C: taint[uri
                   22555: 
                   22556:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   22557:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22558:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   22559:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   22560: 
                   22561:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   22562:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22563:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   22564:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   22565:          bool tainted) ctor
                   22566: 
                   22567:        * src/: include/pa_hash.h, include/pa_request.h,
                   22568:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   22569:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22570:          targets/cgi/parser3.C: proper @exceptions params tainting
                   22571: 
                   22572:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   22573:          response fields to header
                   22574: 
                   22575:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22576:          z
                   22577: 
                   22578:        * src/: classes/_response.h, classes/response.C,
                   22579:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22580:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   22581:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22582:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   22583:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   22584:          $response: 0  request::core exception rethrow
                   22585: 
                   22586: 2001-03-16  paf
                   22587: 
                   22588:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   22589:          types/pa_vrequest.h: native method' class call with less params
                   22590:          then needed error reporting
                   22591: 
                   22592:        * src/: classes/_request.h, classes/request.C,
                   22593:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   22594:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22595:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   22596:          types/pa_vrequest.h: $request : query :uri
                   22597: 
                   22598:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   22599:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   22600:          types/pa_wcontext.h: $result
                   22601: 
                   22602:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   22603: 
                   22604:        * src/: classes/double.C, include/code.h, main/compile.y,
                   22605:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   22606:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   22607: 
                   22608:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   22609:          main/compile.y, main/execute.C, types/pa_value.h,
                   22610:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   22611:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   22612:          wcontext conflict
                   22613: 
                   22614:        * src/: main/execute.C, types/pa_value.h,
                   22615:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   22616:          $string.field
                   22617: 
                   22618: 2001-03-15  paf
                   22619: 
                   22620:        * src/main/pa_request.C: news sample
                   22621: 
                   22622:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   22623:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   22624: 
                   22625:        * src/main/: compile.y, execute.C: z
                   22626: 
                   22627:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   22628:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   22629:          pre pre works
                   22630: 
                   22631:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22632:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   22633:          fillfields just compiled
                   22634: 
                   22635: 2001-03-14  paf
                   22636: 
                   22637:        * src/: include/pa_request.h, main/pa_request.C,
                   22638:          targets/cgi/parser3.C: z
                   22639: 
                   22640:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22641:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   22642:          types/pa_vstring.h: limits -1
                   22643: 
                   22644:        * src/: include/pa_globals.h, include/pa_request.h,
                   22645:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   22646:          main/pa_request.C, targets/cgi/parser3.C,
                   22647:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   22648:          request_info -1
                   22649: 
                   22650:        * src/: include/pa_globals.h, main/pa_globals.C,
                   22651:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22652:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   22653:          vform_fields_fill
                   22654: 
                   22655:        * src/targets/cgi/parser3.C: #  if MSVC
                   22656: 
                   22657:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   22658:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   22659: 
                   22660:        * src/targets/cgi/parser3.C: z
                   22661: 
                   22662:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   22663:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   22664:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22665:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   22666:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   22667:          types/pa_vunknown.h: global handler, exceptions in parser3
                   22668: 
                   22669: 2001-03-13  paf
                   22670: 
                   22671:        * src/: classes/form.C, main/compile.y, main/core.C,
                   22672:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   22673:          types/pa_vform.h, types/pa_vstateless_class.C,
                   22674:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   22675:          instead
                   22676: 
                   22677:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22678:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   22679:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   22680:          started cgi target
                   22681: 
                   22682:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   22683:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   22684:          before error show with parser
                   22685: 
                   22686:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   22687:          include/pa_request.h, main/core.C, main/pa_request.C,
                   22688:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   22689: 
                   22690:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   22691: 
                   22692:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   22693:          parser3.C: renamed targets/ parser to cgi
                   22694: 
                   22695:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   22696:          classes/root.C, classes/string.C, classes/table.C,
                   22697:          include/pa_request.h, types/pa_vhash.h: z
                   22698: 
                   22699:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22700:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   22701:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   22702:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22703:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   22704:          [historical moment :)]
                   22705: 
                   22706:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   22707:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   22708: 
                   22709:        * src/types/pa_venv.h: $ENV 1
                   22710: 
                   22711:        * src/main/execute.C: z
                   22712: 
                   22713:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   22714:          future methods of ENV constructor if
                   22715: 
                   22716:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   22717:          class
                   22718: 
                   22719:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22720:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22721:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22722:          classes/string.C, classes/table.C, include/pa_request.h,
                   22723:          main/compile.C, main/compile_tools.h, main/core.C,
                   22724:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22725:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22726:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22727:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22728:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22729:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22730: 
                   22731:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22732:          classes/_root.h, classes/_string.h, classes/_table.h,
                   22733:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   22734:          classes/string.C, classes/table.C, include/pa_request.h,
                   22735:          main/compile.C, main/compile_tools.h, main/core.C,
                   22736:          main/execute.C, main/main.dsp, main/pa_request.C,
                   22737:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   22738:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   22739:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   22740:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   22741:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   22742: 
                   22743:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   22744:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   22745:          yesterdays bad decision on execute_static_method
                   22746: 
                   22747:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   22748: 
                   22749:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22750:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   22751: 
                   22752:        * src/main/pa_request.C: z
                   22753: 
                   22754:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22755:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   22756: 
                   22757:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   22758:          include/pa_pool.h, main/pa_request.C:
                   22759:          restructure_exceptions_dead_end
                   22760: 
                   22761:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   22762:          allowed ; inside {} to break params
                   22763: 
                   22764:        * src/classes/root.C: ^eval
                   22765: 
                   22766:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   22767:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   22768:          string ^format
                   22769: 
                   22770:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   22771:          'bad' but not 'enough'
                   22772: 
                   22773:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   22774:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   22775:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22776:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   22777:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   22778: 
                   22779:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22780:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   22781:          types/pa_vint.h: ^for
                   22782: 
                   22783: 2001-03-12  paf
                   22784: 
                   22785:        * src/classes/table.C: table ^empty
                   22786: 
                   22787:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   22788: 
                   22789:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   22790:          ^offset ^line ^count
                   22791: 
                   22792:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   22793:          ^abs()  ^sign()
                   22794: 
                   22795:        * src/classes/: root.C, table.C: ^use
                   22796: 
                   22797:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22798:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   22799:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22800:          ^while. switched off wcontext.constructing after write(value) or
                   22801:          auto-vhash-constructing
                   22802: 
                   22803:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   22804:          main/pa_request.C: fail_if_junction_ helper func
                   22805: 
                   22806:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   22807:          include/pa_request.h, main/execute.C, main/main.dsp,
                   22808:          main/pa_common.C, main/pa_request.C: ^process error point by
                   22809:          actual method_name, not source.  ^load
                   22810: 
                   22811:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   22812: 
                   22813:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   22814:          classes/_table.h, classes/table.C, main/untaint.C: z
                   22815: 
                   22816:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   22817:          include/pa_table.h, main/core.C, main/execute.C,
                   22818:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   22819:          types/pa_value.h: table:set 0
                   22820: 
                   22821:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   22822:          include/pa_request.h, include/pa_table.h, main/core.C,
                   22823:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   22824:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   22825:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   22826:          types/pa_vstring.h: freeze, ^table:create[] -1
                   22827: 
                   22828:        * src/: classes/root.C, types/pa_value.h: z
                   22829: 
                   22830:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   22831:          get_method in couple places optimizing them
                   22832: 
                   22833:        * src/classes/root.C: z
                   22834: 
                   22835:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   22836:          zeroing
                   22837: 
                   22838:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22839:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   22840:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   22841:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22842:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   22843:          types/pa_vmframe.h: ^process. actual names to store param and
                   22844:          check_actual_numbered_params for better place diagnostics
                   22845: 
                   22846:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   22847:          method-junctions bug fixed
                   22848: 
                   22849:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   22850:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   22851: 
                   22852: 2001-03-11  paf
                   22853: 
                   22854:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   22855:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   22856:          VDouble VInt base now VObject_base - without fields
                   22857: 
                   22858:        * src/: classes/root.C, include/core.h, main/core.C: z
                   22859: 
                   22860:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22861:          classes/string.C, include/core.h, include/pa_hash.h,
                   22862:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   22863:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   22864: 
                   22865:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22866:          include/pa_request.h, main/execute.C: intercept_string
                   22867: 
                   22868:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22869:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   22870: 
                   22871:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   22872:          ^inc-s(expr)
                   22873: 
                   22874:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22875:          classes/_root.h, classes/_string.h, classes/double.C,
                   22876:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22877:          include/code.h, include/core.h, include/pa_array.h,
                   22878:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22879:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22880:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22881:          include/pa_types.h, main/compile.C, main/compile.y,
                   22882:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22883:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22884:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   22885:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   22886:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22887:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22888:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22889:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22890:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22891:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   22892: 
                   22893:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   22894: 
                   22895:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22896:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   22897: 
                   22898:        * src/: include/pa_valiased.h, include/pa_value.h,
                   22899:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22900:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22901:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22902:          include/pa_vobject.h, include/pa_vstring.h,
                   22903:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22904:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   22905:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   22906:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   22907:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22908:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   22909:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   22910:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   22911:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   22912:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   22913:          include/
                   22914: 
                   22915: 2001-03-10  paf
                   22916: 
                   22917:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   22918:          main/pa_request.C: run+auto=run
                   22919: 
                   22920:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   22921: 
                   22922:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   22923:          classes/_root.h, classes/_string.h, classes/double.C,
                   22924:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   22925:          include/code.h, include/core.h, include/pa_array.h,
                   22926:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   22927:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   22928:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   22929:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   22930:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   22931:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   22932:          include/pa_vjunction.h, include/pa_vmframe.h,
                   22933:          include/pa_vobject.h, include/pa_vstring.h,
                   22934:          include/pa_vunknown.h, include/pa_wcontext.h,
                   22935:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   22936:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22937:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   22938:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   22939:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   22940:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   22941:          main/pa_wcontext.C: sources header
                   22942: 
                   22943:        * src/main/pa_request.C: auto..
                   22944: 
                   22945:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   22946:          main/pa_request.C: auto tree0
                   22947: 
                   22948:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   22949:          main/core.C, main/pa_request.C: names to core.C
                   22950: 
                   22951:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   22952:          include/pa_request.h, main/core.C, main/execute.C,
                   22953:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   22954: 
                   22955:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   22956:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   22957:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   22958:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   22959: 
                   22960:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   22961:          @auto[] realised. auto.p scan togo
                   22962: 
                   22963:        * src/: include/pa_request.h, main/execute.C: autocalc
                   22964:          code-junctions result now have names
                   22965: 
                   22966:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   22967:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   22968:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   22969:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   22970: 
                   22971:        * src/classes/env.C: env:file/line
                   22972: 
                   22973:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   22974:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   22975:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   22976:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   22977:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   22978:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   22979:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   22980: 
                   22981:        * src/include/pa_vclass.h: const fight to go
                   22982: 
                   22983:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   22984:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   22985:          main/main.dsp: env0
                   22986: 
                   22987:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   22988:          classes/_string.h, classes/double.C, classes/int.C,
                   22989:          classes/root.C, classes/string.C, include/pa_request.h,
                   22990:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   22991:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   22992:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   22993:          main/pa_wcontext.C: ^lang prepare0
                   22994: 
                   22995: 2001-03-09  paf
                   22996: 
                   22997:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   22998:          construct proper naming
                   22999: 
                   23000:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23001:          classes/double.C, classes/int.C, classes/root.C,
                   23002:          classes/string.C, include/code.h, include/pa_value.h,
                   23003:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23004:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23005:          main/compile.y, main/compile_tools.C, main/core.C,
                   23006:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23007:          and ^double[]. fixed expr type
                   23008: 
                   23009:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23010:          ^string.length[]
                   23011: 
                   23012: 2001-03-08  paf
                   23013: 
                   23014:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23015: 
                   23016:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23017:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23018:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23019:          derivated from vobject
                   23020: 
                   23021:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23022:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23023: 
                   23024:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23025:          remained clone conseqs
                   23026: 
                   23027:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23028: 
                   23029:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23030: 
                   23031:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23032:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23033:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23034:          include/pa_vobject.h, include/pa_vstring.h,
                   23035:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23036:          main/execute.C: withoud cloning. didn't need it actually, params
                   23037:          got passed from out unnamed ewpool
                   23038: 
                   23039:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23040:          include/pa_vjunction.h, include/pa_vobject.h,
                   23041:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23042: 
                   23043:        * src/: include/pa_bool.h, include/pa_double.h,
                   23044:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23045:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23046:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23047:          include/pa_vobject.h, include/pa_vstring.h,
                   23048:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23049:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23050:          to give params proper names
                   23051: 
                   23052:        * src/main/pa_wcontext.C: z
                   23053: 
                   23054:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23055:          unknown values in get_element and unfilled params. removed wrong
                   23056:          name change in get_element
                   23057: 
                   23058:        * src/main/execute.C: z
                   23059: 
                   23060:        * src/main/execute.C: fixed problems calling operators in
                   23061:          constructors
                   23062: 
                   23063:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23064:          detected problems calling operators in constructors
                   23065: 
                   23066:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23067:          autocalc def to string
                   23068: 
                   23069:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23070:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   23071: 
                   23072:        * src/classes/root.C: added root.c
                   23073: 
                   23074:        * src/: include/pa_request.h, include/pa_value.h,
                   23075:          include/pa_vcframe.h, include/pa_vmframe.h,
                   23076:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23077:          main/core.C, main/execute.C, main/pa_cframe.C,
                   23078:          main/pa_wcontext.C: 'if' just compiled
                   23079: 
                   23080:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   23081:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23082:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   23083:          main/pa_wcontext.C: z
                   23084: 
                   23085:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   23086:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   23087:          with parameter names  in operator methods
                   23088: 
                   23089:        * src/main/compile.y: minor renamings in .y
                   23090: 
                   23091:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23092:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   23093:          @BASE.  changed 'RUN' assignment mech
                   23094: 
                   23095:        * src/main/execute.C: z
                   23096: 
                   23097:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23098:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   23099:          static. so to enable runtime ^use
                   23100: 
                   23101:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   23102: 
                   23103:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   23104:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   23105: 
                   23106:        * src/main/execute.C: root root in code-junction
                   23107: 
                   23108: 2001-03-07  paf
                   23109: 
                   23110:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   23111:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   23112: 
                   23113:        * src/: include/pa_stack.h, include/pa_value.h,
                   23114:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   23115:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   23116:          fixed rwcontext of {} params up
                   23117: 
                   23118:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   23119: 
                   23120:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   23121: 
                   23122:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   23123:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   23124:          main/pa_hash.C: expr def in -f
                   23125: 
                   23126:        * src/main/: compile.y, execute.C: expr calls
                   23127: 
                   23128:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   23129:          fixed
                   23130: 
                   23131:        * src/main/compile.y: expr quoted code
                   23132: 
                   23133:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   23134:          support0
                   23135: 
                   23136:        * src/main/compile.y: expr string comparisons 0
                   23137: 
                   23138:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   23139:          main/pa_string.C: just compiled lt&co
                   23140: 
                   23141:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   23142:          $field not a $var.field
                   23143: 
                   23144: 2001-03-06  paf
                   23145: 
                   23146:        * src/main/compile.y: .y expr visible-shorter
                   23147: 
                   23148:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   23149:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   23150:          logical
                   23151: 
                   23152:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   23153:          skipping whitespace in yylex
                   23154: 
                   23155:        * src/include/pa_vbool.h: forgot this
                   23156: 
                   23157:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   23158:          string ops in expressions 0
                   23159: 
                   23160:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   23161:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   23162:          main/execute.C, main/main.dsp: !~
                   23163: 
                   23164:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   23165:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   23166:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23167:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23168:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23169:          main/compile_tools.h, main/execute.C: +-*/
                   23170: 
                   23171:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   23172:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   23173: 
                   23174:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   23175:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   23176: 
                   23177:        * src/main/compile.y: expr grammar-1
                   23178: 
                   23179:        * src/main/compile.y: expr lexx1
                   23180: 
                   23181:        * src/main/: compile.y, execute.C, main.dsp: z
                   23182: 
                   23183:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   23184:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   23185:          main/execute.C: expr lex0 exec-1
                   23186: 
                   23187:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   23188: 
                   23189: 2001-02-26  paf
                   23190: 
                   23191:        * src/main/compile.y: max_string in yyerror bug fix
                   23192: 
                   23193: 2001-02-25  paf
                   23194: 
                   23195:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23196:          include/pa_wcontext.h, main/execute.C: VAliased3
                   23197: 
                   23198:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   23199: 
                   23200:        * src/main/execute.C: VAliased1
                   23201: 
                   23202:        * src/: include/pa_request.h, include/pa_value.h,
                   23203:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   23204:          VAliased0
                   23205: 
                   23206:        * src/: include/pa_pool.h, include/pa_request.h,
                   23207:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   23208:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   23209:          VAliased just compiled
                   23210: 
                   23211:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   23212:          include/pa_vobject.h, main/execute.C: alias dead end
                   23213: 
                   23214:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23215:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23216:          main/main.dsp: no not get fields into interm VFielded class.
                   23217:          fields & staticfields 1
                   23218: 
                   23219:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   23220:          include/pa_vobject.h, include/pa_wcontext.h,
                   23221:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   23222:          main/main.dsp: would now get fields into interm VFielded class
                   23223: 
                   23224:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23225:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23226:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23227:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   23228:          main/pa_wcontext.C: virtuals2
                   23229: 
                   23230:        * src/main/compile.y: : 1
                   23231: 
                   23232:        * src/main/compile.y: rethought to $class:static.field.subfield
                   23233: 
                   23234:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   23235:          $class:element
                   23236: 
                   23237:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   23238:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   23239:          main/pa_wcontext.C: before execute class calls rewrite
                   23240: 
                   23241:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   23242:          name RUN, also alias
                   23243: 
                   23244:        * src/main/compile.y: escaping bug
                   23245: 
                   23246:        * src/: include/pa_request.h, include/pa_value.h,
                   23247:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   23248:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   23249: 
                   23250:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23251:          include/pa_vmframe.h, include/pa_vobject.h,
                   23252:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   23253:          main/compile_tools.h, main/execute.C: ^class:method() just
                   23254:          compiled
                   23255: 
                   23256: 2001-02-24  paf
                   23257: 
                   23258:        * src/main/main.dsp: no bison -d
                   23259: 
                   23260:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   23261:          class' err msg wrong
                   23262: 
                   23263:        * src/main/compile.y: z
                   23264: 
                   23265:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   23266: 
                   23267:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   23268:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   23269: 
                   23270:        * src/: include/pa_vclass.h, main/core.C: z
                   23271: 
                   23272:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23273:          include/pa_vobject.h, main/main.dsp: vobject00
                   23274: 
                   23275:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   23276:          60% from 1 were 0
                   23277: 
                   23278:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   23279:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   23280:          as bad as you've named it: wcontext.value() was not a perfect
                   23281:          idea
                   23282: 
                   23283:        * src/main/execute.C: codeframe1
                   23284: 
                   23285:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   23286:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   23287:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23288:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   23289:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   23290:          just compiled
                   23291: 
                   23292:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   23293:          ideology @: ^x{$a()) must construct current wcontext element, so
                   23294:          smart wcontext handling needed
                   23295: 
                   23296:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   23297:          klinch
                   23298: 
                   23299:        * src/main/: compile.y, execute.C: fixed empty constructor
                   23300:          optimized empty case. failed on calls - produced empty string
                   23301:          param
                   23302: 
                   23303:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   23304: 
                   23305:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   23306:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   23307:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23308:          main/execute.C: code junctions0. something wrong with last \n
                   23309:          macrotemplate strip
                   23310: 
                   23311:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   23312:          main/pa_value.C: minor error reporting format beautifyings
                   23313: 
                   23314:        * src/: include/pa_value.h, include/pa_vclass.h,
                   23315:          include/pa_vframe.h, main/core.C, main/execute.C,
                   23316:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   23317:          junctions0
                   23318: 
                   23319: 2001-02-23  paf
                   23320: 
                   23321:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   23322:          pa_wwrapper.h: lara came, can't work, sorry :(
                   23323: 
                   23324:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   23325:          junction
                   23326: 
                   23327:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   23328:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   23329:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   23330: 
                   23331:        * src/: include/pa_hash.h, include/pa_value.h,
                   23332:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   23333:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   23334:          done
                   23335: 
                   23336:        * src/include/pa_wcontext.h: z
                   23337: 
                   23338:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   23339:          wrong grammar in complex constructor case
                   23340: 
                   23341:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   23342: 
                   23343:        * src/main/execute.C: with result rwpool
                   23344: 
                   23345:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   23346:          main/main.dsp: value named
                   23347: 
                   23348:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   23349:          strign 2 value in 2 places in execute
                   23350: 
                   23351:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   23352:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   23353:          wcontext.put_element when wcontext fvalue==0
                   23354: 
                   23355: 2001-02-22  paf
                   23356: 
                   23357:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   23358:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   23359:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   23360: 
                   23361:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   23362:          erroreos checkout
                   23363: 
                   23364:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   23365: 
                   23366:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   23367:          main/compile_tools.h, main/pa_array.C: $self.get
                   23368: 
                   23369:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   23370: 
                   23371:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   23372:          bit. finished now.
                   23373: 
                   23374:        * src/main/compile.y: $: finished
                   23375: 
                   23376:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   23377: 
                   23378:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   23379:          main/execute.C: OP_STRING better then some xxx _VALUE
                   23380: 
                   23381:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   23382:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23383:          string to vstring it .y all
                   23384: 
                   23385:        * src/: include/pa_request.h, include/pa_stack.h,
                   23386:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   23387:          all
                   23388: 
                   23389:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   23390:          precise parse error line:col
                   23391: 
                   23392:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   23393:          main/pa_hash.C, main/pa_pool.C: TRY...
                   23394: 
                   23395:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23396:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   23397:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23398:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   23399:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   23400:          main/pa_table.C: removed exception from request
                   23401: 
                   23402:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   23403:          some forgotten
                   23404: 
                   23405:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   23406:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   23407:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   23408:          get/put simple vars to VClass works0
                   23409: 
                   23410:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   23411:          main/pa_string.C: in process, but found that exceptions are too
                   23412:          global
                   23413: 
                   23414:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   23415:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   23416:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   23417:          seems wcontext must write strings regardles of fvalue!=0
                   23418: 
                   23419: 2001-02-21  paf
                   23420: 
                   23421:        * src/main/execute.C: tired :)
                   23422: 
                   23423:        * src/main/: compile.C, compile.y, execute.C: store0
                   23424: 
                   23425:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   23426:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   23427:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23428:          main/execute.C, main/main.dsp, main/pa_array.C,
                   23429:          main/pa_request.C: get put -1 [just compiled]
                   23430: 
                   23431:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   23432:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   23433:          main/main.dsp, main/pa_request.C: request core methods0
                   23434: 
                   23435:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   23436:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   23437:          execute
                   23438: 
                   23439:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   23440:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   23441:          methods and one_big_piece. now compile returns array<method*>
                   23442: 
                   23443:        * src/main/compile.y: more straightforward yylex[end]
                   23444: 
                   23445:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   23446:          string.operator==(char*)
                   23447: 
                   23448:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   23449:          main/execute.C, main/pa_array.C: after array.const get wonders
                   23450: 
                   23451:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   23452:          pa_string.h, pa_value.h: struck with const array.gets
                   23453: 
                   23454:        * src/main/: execute.C: z
                   23455: 
                   23456:        * src/main/: compile.y, execute.C: z
                   23457: 
                   23458:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   23459:          processing in eval & yyerror so it wouldn't cause memleaks.
                   23460: 
                   23461:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   23462:          parse error positions. leaving RIGHTMOST position as
                   23463:          @file[line:col]
                   23464: 
                   23465:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   23466:          main/compile_tools.h: line numbers needed. would add them to .y
                   23467:          now internally. externally it's not as precise as needed
                   23468: 
                   23469:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   23470:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23471:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   23472:          compiler works ok
                   23473: 
                   23474: 2001-02-20  paf
                   23475: 
                   23476:        * src/main/: compile.C, compile.y, compile_tools.C,
                   23477:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   23478:          not perfect
                   23479: 
                   23480:        * src/: include/code.h, include/compile.h, include/execute.h,
                   23481:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   23482:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23483:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23484:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   23485:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23486:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   23487:          compiled.  execute=dump for now
                   23488: 
                   23489:        * src/main/core.C: core rewrite using yacc investigations now will
                   23490:          be compile[yacc]/execute[opcodes]
                   23491: 
                   23492: 2001-02-15  paf
                   23493: 
                   23494:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   23495:          rewrite as turing machine? for it seems it would be it's too many
                   23496:          ifs with this syntax now
                   23497: 
                   23498: 2001-02-14  paf
                   23499: 
                   23500:        * src/main/core.C: get_params 1
                   23501: 
                   23502:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   23503:          :( ]
                   23504: 
                   23505:        * src/main/core.C: varios breaks
                   23506: 
                   23507:        * src/main/core.C: get names 3
                   23508: 
                   23509:        * src/main/core.C: get names 2
                   23510: 
                   23511:        * src/main/core.C: get names 1
                   23512: 
                   23513:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   23514:          names 0
                   23515: 
                   23516:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   23517:          text repassing2 operator static vars
                   23518: 
                   23519:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   23520:          main/pa_string.C: process text repassing
                   23521: 
                   23522:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23523:          module:calls changes
                   23524: 
                   23525: 2001-02-13  paf
                   23526: 
                   23527:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   23528:          ^class:calls[] started
                   23529: 
                   23530:        * src/: include/pa_value.h, main/core.C: z
                   23531: 
                   23532:        * src/main/core.C: operators : and self. prefixes
                   23533: 
                   23534:        * src/main/core.C: z
                   23535: 
                   23536:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23537:          tested
                   23538: 
                   23539:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   23540:          optimized
                   23541: 
                   23542:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   23543:          would change privates to better support optimization
                   23544: 
                   23545:        * src/: include/pa_string.h, main/pa_string.C:
                   23546:          String_iterator::skip_to todo:optimize
                   23547: 
                   23548: 2001-02-12  paf
                   23549: 
                   23550:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   23551:          String_iterator
                   23552: 
                   23553:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   23554:          comments
                   23555: 
                   23556:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   23557:          self/methodref joined
                   23558: 
                   23559: 2001-02-11  paf
                   23560: 
                   23561:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   23562:          main/main.dsp: core started.  core.C, context&value .h
                   23563: 
                   23564:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23565:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23566:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   23567: 
                   23568: 2001-01-30  paf
                   23569: 
                   23570:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   23571:          comments
                   23572: 
                   23573:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   23574:          main/pa_pool.C: moved pa_pool.C to be target specific
                   23575: 
                   23576:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23577:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   23578:          to & changes
                   23579: 
                   23580:        * src/: include/pa_exception.h, include/pa_pool.h,
                   23581:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   23582:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   23583:          re-associated. that's much better even removed 'die' necessety
                   23584: 
                   23585:        * src/: include/pa_error.h, include/pa_exception.h,
                   23586:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23587:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   23588:          targets/Makefile.am: lowered targets/parser into subdir, added
                   23589:          parser_Pool(Pool) failed to add. would think..
                   23590: 
                   23591:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   23592:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   23593:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   23594:          hence lots of 'const'
                   23595: 
                   23596:        * src/: include/pa_error.h, include/pa_request.h,
                   23597:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   23598:          main/pa_table.C: Error fixed
                   23599: 
                   23600: 2001-01-29  paf
                   23601: 
                   23602:        * src/: include/pa_array.h, include/pa_common.h,
                   23603:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   23604:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   23605:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   23606:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   23607: 
                   23608:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23609:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23610:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   23611:          main/pa_string.C, main/pa_table.C: Request Error Table
                   23612: 
                   23613:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   23614:          templates"
                   23615: 
                   23616:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   23617:          main/main.dsp, main/pa_array.C: templates failed no template
                   23618:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   23619:          2.95.2-6 from latest cygwin]
                   23620: 
                   23621:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23622:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   23623:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   23624:          main/pa_table.C: Table started would test template Array now
                   23625: 
                   23626:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23627:          String originating
                   23628: 
                   23629:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   23630:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   23631:          SYNCHRONIZED(thread_safe)
                   23632: 
                   23633:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   23634:          parts to top
                   23635: 
                   23636:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   23637:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   23638:          see: needed only in global Hash now, made Hash:: put/get
                   23639:          SYNCHRONIZED
                   23640: 
                   23641:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   23642:          main/pa_threads.C: added pa_threads
                   23643: 
                   23644:          Mutex
                   23645: 
                   23646:        * src/include/pa_hash.h: some comments
                   23647: 
                   23648:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   23649:          Array& operator += (Array& src)
                   23650: 
                   23651:        * src/main/pa_array.C: expand not convinient, would rewrite
                   23652: 
                   23653:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   23654:          (Array& src)
                   23655: 
                   23656:          rethought, would change now
                   23657: 
                   23658: 2001-01-27  paf
                   23659: 
                   23660:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   23661:          caching
                   23662: 
                   23663:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23664:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   23665:          cache rethought to chunk caching
                   23666: 
                   23667:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   23668:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   23669:          main/pa_hash.C, main/pa_string.C: Array 0
                   23670: 
                   23671:        * src/main/pa_string.C: String::operator ==
                   23672: 
                   23673:        * src/main/pa_hash.C: String(&String)
                   23674: 
                   23675:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   23676: 
                   23677:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   23678:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   23679:          pa_hash[forgotten]
                   23680: 
                   23681: 2001-01-26  paf
                   23682: 
                   23683:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   23684:          removed templates [vc++ suxx]
                   23685: 
                   23686:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   23687:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   23688: 
                   23689:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   23690: 
1.119     moko     23691:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     23692: 
1.119     moko     23693:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     23694:          check
                   23695: 
                   23696:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   23697:          dynamic row_count
                   23698: 
                   23699:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23700:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23701:          targets/Makefile.am: Initial revision
                   23702: 
                   23703:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   23704:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   23705:          targets/Makefile.am: creating parser3 module
                   23706: 

E-mail: